@azure/arm-healthdataaiservices 1.0.0-alpha.20241127.1 → 1.0.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/CHANGELOG.md +3 -13
- package/README.md +10 -4
- package/dist/browser/api/deidServices/index.d.ts +16 -17
- package/dist/browser/api/deidServices/index.d.ts.map +1 -1
- package/dist/browser/api/deidServices/index.js +31 -423
- package/dist/browser/api/deidServices/index.js.map +1 -1
- package/dist/browser/api/healthDataAIServicesContext.d.ts +4 -4
- package/dist/browser/api/healthDataAIServicesContext.d.ts.map +1 -1
- package/dist/browser/api/healthDataAIServicesContext.js +28 -6
- package/dist/browser/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/browser/api/index.d.ts +2 -1
- package/dist/browser/api/index.d.ts.map +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +6 -7
- package/dist/browser/api/operations/index.d.ts.map +1 -1
- package/dist/browser/api/operations/index.js +7 -25
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +12 -13
- package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/browser/api/privateEndpointConnections/index.js +21 -125
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/api/privateLinks/index.d.ts +6 -7
- package/dist/browser/api/privateLinks/index.d.ts.map +1 -1
- package/dist/browser/api/privateLinks/index.js +7 -37
- package/dist/browser/api/privateLinks/index.js.map +1 -1
- package/dist/browser/classic/deidServices/index.d.ts +4 -4
- package/dist/browser/classic/deidServices/index.d.ts.map +1 -1
- package/dist/browser/classic/deidServices/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +3 -3
- package/dist/browser/classic/operations/index.d.ts.map +1 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +3 -3
- package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/privateLinks/index.d.ts +3 -3
- package/dist/browser/classic/privateLinks/index.d.ts.map +1 -1
- package/dist/browser/classic/privateLinks/index.js.map +1 -1
- package/dist/browser/healthDataAIServicesClient.d.ts +2 -2
- package/dist/browser/healthDataAIServicesClient.d.ts.map +1 -1
- package/dist/browser/healthDataAIServicesClient.js +1 -1
- package/dist/browser/healthDataAIServicesClient.js.map +1 -1
- package/dist/browser/index.d.ts +5 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +2 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -3
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +140 -125
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +318 -72
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +2 -2
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
- package/dist/browser/restorePollerHelpers.js +26 -10
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/{esm/api → browser/static-helpers}/pagingHelpers.js +4 -5
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/{esm/api → browser/static-helpers}/pollingHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/{api → static-helpers}/pollingHelpers.js +6 -11
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/deidServices/index.d.ts +16 -17
- package/dist/commonjs/api/deidServices/index.d.ts.map +1 -1
- package/dist/commonjs/api/deidServices/index.js +29 -421
- package/dist/commonjs/api/deidServices/index.js.map +1 -1
- package/dist/commonjs/api/healthDataAIServicesContext.d.ts +4 -4
- package/dist/commonjs/api/healthDataAIServicesContext.d.ts.map +1 -1
- package/dist/commonjs/api/healthDataAIServicesContext.js +27 -6
- package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.d.ts.map +1 -1
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/operations/index.d.ts +6 -7
- package/dist/commonjs/api/operations/index.d.ts.map +1 -1
- package/dist/commonjs/api/operations/index.js +6 -24
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +12 -13
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +19 -123
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/api/privateLinks/index.d.ts +6 -7
- package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -1
- package/dist/commonjs/api/privateLinks/index.js +6 -36
- package/dist/commonjs/api/privateLinks/index.js.map +1 -1
- package/dist/commonjs/classic/deidServices/index.d.ts +4 -4
- package/dist/commonjs/classic/deidServices/index.d.ts.map +1 -1
- package/dist/commonjs/classic/deidServices/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.d.ts +3 -3
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +3 -3
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/classic/privateLinks/index.d.ts +3 -3
- package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -1
- package/dist/commonjs/classic/privateLinks/index.js.map +1 -1
- package/dist/commonjs/healthDataAIServicesClient.d.ts +2 -2
- package/dist/commonjs/healthDataAIServicesClient.d.ts.map +1 -1
- package/dist/commonjs/healthDataAIServicesClient.js +1 -1
- package/dist/commonjs/healthDataAIServicesClient.js.map +1 -1
- package/dist/commonjs/index.d.ts +5 -2
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +3 -2
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -3
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +3 -2
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +140 -125
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +349 -75
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +2 -2
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +26 -10
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/{api → static-helpers}/pagingHelpers.js +4 -5
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/{browser/api → commonjs/static-helpers}/pollingHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/{api → static-helpers}/pollingHelpers.js +6 -11
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/api/deidServices/index.d.ts +16 -17
- package/dist/esm/api/deidServices/index.d.ts.map +1 -1
- package/dist/esm/api/deidServices/index.js +31 -423
- package/dist/esm/api/deidServices/index.js.map +1 -1
- package/dist/esm/api/healthDataAIServicesContext.d.ts +4 -4
- package/dist/esm/api/healthDataAIServicesContext.d.ts.map +1 -1
- package/dist/esm/api/healthDataAIServicesContext.js +28 -6
- package/dist/esm/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.d.ts.map +1 -1
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +6 -7
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- package/dist/esm/api/operations/index.js +7 -25
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +12 -13
- package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/esm/api/privateEndpointConnections/index.js +21 -125
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/api/privateLinks/index.d.ts +6 -7
- package/dist/esm/api/privateLinks/index.d.ts.map +1 -1
- package/dist/esm/api/privateLinks/index.js +7 -37
- package/dist/esm/api/privateLinks/index.js.map +1 -1
- package/dist/esm/classic/deidServices/index.d.ts +4 -4
- package/dist/esm/classic/deidServices/index.d.ts.map +1 -1
- package/dist/esm/classic/deidServices/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +3 -3
- package/dist/esm/classic/operations/index.d.ts.map +1 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +3 -3
- package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/classic/privateLinks/index.d.ts +3 -3
- package/dist/esm/classic/privateLinks/index.d.ts.map +1 -1
- package/dist/esm/classic/privateLinks/index.js.map +1 -1
- package/dist/esm/healthDataAIServicesClient.d.ts +2 -2
- package/dist/esm/healthDataAIServicesClient.d.ts.map +1 -1
- package/dist/esm/healthDataAIServicesClient.js +1 -1
- package/dist/esm/healthDataAIServicesClient.js.map +1 -1
- package/dist/esm/index.d.ts +5 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -3
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +140 -125
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +318 -72
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +2 -2
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
- package/dist/esm/restorePollerHelpers.js +26 -10
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/{react-native/api → esm/static-helpers}/pagingHelpers.js +4 -5
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/{commonjs/api → esm/static-helpers}/pollingHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/{react-native/api → esm/static-helpers}/pollingHelpers.js +6 -11
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/deidServices/index.d.ts +16 -17
- package/dist/react-native/api/deidServices/index.d.ts.map +1 -1
- package/dist/react-native/api/deidServices/index.js +31 -423
- package/dist/react-native/api/deidServices/index.js.map +1 -1
- package/dist/react-native/api/healthDataAIServicesContext.d.ts +4 -4
- package/dist/react-native/api/healthDataAIServicesContext.d.ts.map +1 -1
- package/dist/react-native/api/healthDataAIServicesContext.js +28 -6
- package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/react-native/api/index.d.ts +2 -1
- package/dist/react-native/api/index.d.ts.map +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +6 -7
- package/dist/react-native/api/operations/index.d.ts.map +1 -1
- package/dist/react-native/api/operations/index.js +7 -25
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +12 -13
- package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/index.js +21 -125
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/api/privateLinks/index.d.ts +6 -7
- package/dist/react-native/api/privateLinks/index.d.ts.map +1 -1
- package/dist/react-native/api/privateLinks/index.js +7 -37
- package/dist/react-native/api/privateLinks/index.js.map +1 -1
- package/dist/react-native/classic/deidServices/index.d.ts +4 -4
- package/dist/react-native/classic/deidServices/index.d.ts.map +1 -1
- package/dist/react-native/classic/deidServices/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.d.ts +3 -3
- package/dist/react-native/classic/operations/index.d.ts.map +1 -1
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +3 -3
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -1
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/classic/privateLinks/index.d.ts +3 -3
- package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -1
- package/dist/react-native/classic/privateLinks/index.js.map +1 -1
- package/dist/react-native/healthDataAIServicesClient.d.ts +2 -2
- package/dist/react-native/healthDataAIServicesClient.d.ts.map +1 -1
- package/dist/react-native/healthDataAIServicesClient.js +1 -1
- package/dist/react-native/healthDataAIServicesClient.js.map +1 -1
- package/dist/react-native/index.d.ts +5 -2
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +2 -2
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -3
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +140 -125
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +318 -72
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.d.ts +2 -2
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +26 -10
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/{browser/api → react-native/static-helpers}/pagingHelpers.js +4 -5
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/{api → static-helpers}/pollingHelpers.d.ts +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/{esm/api → react-native/static-helpers}/pollingHelpers.js +6 -11
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +41 -52
- package/review/arm-healthdataaiservices-models.api.md +16 -105
- package/review/arm-healthdataaiservices.api.md +16 -33
- package/dist/browser/api/pagingHelpers.d.ts +0 -7
- package/dist/browser/api/pagingHelpers.d.ts.map +0 -1
- package/dist/browser/api/pagingHelpers.js.map +0 -1
- package/dist/browser/api/pollingHelpers.d.ts.map +0 -1
- package/dist/browser/api/pollingHelpers.js.map +0 -1
- package/dist/browser/models/options.d.ts.map +0 -1
- package/dist/browser/models/options.js.map +0 -1
- package/dist/browser/models/pagingTypes.d.ts.map +0 -1
- package/dist/browser/models/pagingTypes.js +0 -4
- package/dist/browser/models/pagingTypes.js.map +0 -1
- package/dist/browser/rest/clientDefinitions.d.ts +0 -61
- package/dist/browser/rest/clientDefinitions.d.ts.map +0 -1
- package/dist/browser/rest/clientDefinitions.js +0 -4
- package/dist/browser/rest/clientDefinitions.js.map +0 -1
- package/dist/browser/rest/healthDataAIServicesClient.d.ts +0 -15
- package/dist/browser/rest/healthDataAIServicesClient.d.ts.map +0 -1
- package/dist/browser/rest/healthDataAIServicesClient.js +0 -42
- package/dist/browser/rest/healthDataAIServicesClient.js.map +0 -1
- package/dist/browser/rest/index.d.ts +0 -12
- package/dist/browser/rest/index.d.ts.map +0 -1
- package/dist/browser/rest/index.js +0 -14
- package/dist/browser/rest/index.js.map +0 -1
- package/dist/browser/rest/isUnexpected.d.ts +0 -14
- package/dist/browser/rest/isUnexpected.d.ts.map +0 -1
- package/dist/browser/rest/isUnexpected.js +0 -83
- package/dist/browser/rest/isUnexpected.js.map +0 -1
- package/dist/browser/rest/models.d.ts +0 -213
- package/dist/browser/rest/models.d.ts.map +0 -1
- package/dist/browser/rest/models.js +0 -4
- package/dist/browser/rest/models.js.map +0 -1
- package/dist/browser/rest/outputModels.d.ts +0 -304
- package/dist/browser/rest/outputModels.d.ts.map +0 -1
- package/dist/browser/rest/outputModels.js +0 -4
- package/dist/browser/rest/outputModels.js.map +0 -1
- package/dist/browser/rest/paginateHelper.d.ts +0 -43
- package/dist/browser/rest/paginateHelper.d.ts.map +0 -1
- package/dist/browser/rest/paginateHelper.js +0 -70
- package/dist/browser/rest/paginateHelper.js.map +0 -1
- package/dist/browser/rest/parameters.d.ts +0 -27
- package/dist/browser/rest/parameters.d.ts.map +0 -1
- package/dist/browser/rest/parameters.js +0 -4
- package/dist/browser/rest/parameters.js.map +0 -1
- package/dist/browser/rest/pollingHelper.d.ts +0 -81
- package/dist/browser/rest/pollingHelper.d.ts.map +0 -1
- package/dist/browser/rest/pollingHelper.js +0 -97
- package/dist/browser/rest/pollingHelper.js.map +0 -1
- package/dist/browser/rest/responses.d.ts +0 -190
- package/dist/browser/rest/responses.d.ts.map +0 -1
- package/dist/browser/rest/responses.js +0 -4
- package/dist/browser/rest/responses.js.map +0 -1
- package/dist/commonjs/api/pagingHelpers.d.ts +0 -7
- package/dist/commonjs/api/pagingHelpers.d.ts.map +0 -1
- package/dist/commonjs/api/pagingHelpers.js.map +0 -1
- package/dist/commonjs/api/pollingHelpers.d.ts.map +0 -1
- package/dist/commonjs/api/pollingHelpers.js.map +0 -1
- package/dist/commonjs/models/options.d.ts.map +0 -1
- package/dist/commonjs/models/options.js.map +0 -1
- package/dist/commonjs/models/pagingTypes.d.ts.map +0 -1
- package/dist/commonjs/models/pagingTypes.js +0 -5
- package/dist/commonjs/models/pagingTypes.js.map +0 -1
- package/dist/commonjs/rest/clientDefinitions.d.ts +0 -61
- package/dist/commonjs/rest/clientDefinitions.d.ts.map +0 -1
- package/dist/commonjs/rest/clientDefinitions.js +0 -5
- package/dist/commonjs/rest/clientDefinitions.js.map +0 -1
- package/dist/commonjs/rest/healthDataAIServicesClient.d.ts +0 -15
- package/dist/commonjs/rest/healthDataAIServicesClient.d.ts.map +0 -1
- package/dist/commonjs/rest/healthDataAIServicesClient.js +0 -45
- package/dist/commonjs/rest/healthDataAIServicesClient.js.map +0 -1
- package/dist/commonjs/rest/index.d.ts +0 -12
- package/dist/commonjs/rest/index.d.ts.map +0 -1
- package/dist/commonjs/rest/index.js +0 -17
- package/dist/commonjs/rest/index.js.map +0 -1
- package/dist/commonjs/rest/isUnexpected.d.ts +0 -14
- package/dist/commonjs/rest/isUnexpected.d.ts.map +0 -1
- package/dist/commonjs/rest/isUnexpected.js +0 -86
- package/dist/commonjs/rest/isUnexpected.js.map +0 -1
- package/dist/commonjs/rest/models.d.ts +0 -213
- package/dist/commonjs/rest/models.d.ts.map +0 -1
- package/dist/commonjs/rest/models.js +0 -5
- package/dist/commonjs/rest/models.js.map +0 -1
- package/dist/commonjs/rest/outputModels.d.ts +0 -304
- package/dist/commonjs/rest/outputModels.d.ts.map +0 -1
- package/dist/commonjs/rest/outputModels.js +0 -5
- package/dist/commonjs/rest/outputModels.js.map +0 -1
- package/dist/commonjs/rest/paginateHelper.d.ts +0 -43
- package/dist/commonjs/rest/paginateHelper.d.ts.map +0 -1
- package/dist/commonjs/rest/paginateHelper.js +0 -73
- package/dist/commonjs/rest/paginateHelper.js.map +0 -1
- package/dist/commonjs/rest/parameters.d.ts +0 -27
- package/dist/commonjs/rest/parameters.d.ts.map +0 -1
- package/dist/commonjs/rest/parameters.js +0 -5
- package/dist/commonjs/rest/parameters.js.map +0 -1
- package/dist/commonjs/rest/pollingHelper.d.ts +0 -81
- package/dist/commonjs/rest/pollingHelper.d.ts.map +0 -1
- package/dist/commonjs/rest/pollingHelper.js +0 -100
- package/dist/commonjs/rest/pollingHelper.js.map +0 -1
- package/dist/commonjs/rest/responses.d.ts +0 -190
- package/dist/commonjs/rest/responses.d.ts.map +0 -1
- package/dist/commonjs/rest/responses.js +0 -5
- package/dist/commonjs/rest/responses.js.map +0 -1
- package/dist/esm/api/pagingHelpers.d.ts +0 -7
- package/dist/esm/api/pagingHelpers.d.ts.map +0 -1
- package/dist/esm/api/pagingHelpers.js.map +0 -1
- package/dist/esm/api/pollingHelpers.d.ts.map +0 -1
- package/dist/esm/api/pollingHelpers.js.map +0 -1
- package/dist/esm/models/options.d.ts.map +0 -1
- package/dist/esm/models/options.js.map +0 -1
- package/dist/esm/models/pagingTypes.d.ts.map +0 -1
- package/dist/esm/models/pagingTypes.js +0 -4
- package/dist/esm/models/pagingTypes.js.map +0 -1
- package/dist/esm/rest/clientDefinitions.d.ts +0 -61
- package/dist/esm/rest/clientDefinitions.d.ts.map +0 -1
- package/dist/esm/rest/clientDefinitions.js +0 -4
- package/dist/esm/rest/clientDefinitions.js.map +0 -1
- package/dist/esm/rest/healthDataAIServicesClient.d.ts +0 -15
- package/dist/esm/rest/healthDataAIServicesClient.d.ts.map +0 -1
- package/dist/esm/rest/healthDataAIServicesClient.js +0 -42
- package/dist/esm/rest/healthDataAIServicesClient.js.map +0 -1
- package/dist/esm/rest/index.d.ts +0 -12
- package/dist/esm/rest/index.d.ts.map +0 -1
- package/dist/esm/rest/index.js +0 -14
- package/dist/esm/rest/index.js.map +0 -1
- package/dist/esm/rest/isUnexpected.d.ts +0 -14
- package/dist/esm/rest/isUnexpected.d.ts.map +0 -1
- package/dist/esm/rest/isUnexpected.js +0 -83
- package/dist/esm/rest/isUnexpected.js.map +0 -1
- package/dist/esm/rest/models.d.ts +0 -213
- package/dist/esm/rest/models.d.ts.map +0 -1
- package/dist/esm/rest/models.js +0 -4
- package/dist/esm/rest/models.js.map +0 -1
- package/dist/esm/rest/outputModels.d.ts +0 -304
- package/dist/esm/rest/outputModels.d.ts.map +0 -1
- package/dist/esm/rest/outputModels.js +0 -4
- package/dist/esm/rest/outputModels.js.map +0 -1
- package/dist/esm/rest/paginateHelper.d.ts +0 -43
- package/dist/esm/rest/paginateHelper.d.ts.map +0 -1
- package/dist/esm/rest/paginateHelper.js +0 -70
- package/dist/esm/rest/paginateHelper.js.map +0 -1
- package/dist/esm/rest/parameters.d.ts +0 -27
- package/dist/esm/rest/parameters.d.ts.map +0 -1
- package/dist/esm/rest/parameters.js +0 -4
- package/dist/esm/rest/parameters.js.map +0 -1
- package/dist/esm/rest/pollingHelper.d.ts +0 -81
- package/dist/esm/rest/pollingHelper.d.ts.map +0 -1
- package/dist/esm/rest/pollingHelper.js +0 -97
- package/dist/esm/rest/pollingHelper.js.map +0 -1
- package/dist/esm/rest/responses.d.ts +0 -190
- package/dist/esm/rest/responses.d.ts.map +0 -1
- package/dist/esm/rest/responses.js +0 -4
- package/dist/esm/rest/responses.js.map +0 -1
- package/dist/react-native/api/pagingHelpers.d.ts +0 -7
- package/dist/react-native/api/pagingHelpers.d.ts.map +0 -1
- package/dist/react-native/api/pagingHelpers.js.map +0 -1
- package/dist/react-native/api/pollingHelpers.d.ts.map +0 -1
- package/dist/react-native/api/pollingHelpers.js.map +0 -1
- package/dist/react-native/models/options.d.ts.map +0 -1
- package/dist/react-native/models/options.js.map +0 -1
- package/dist/react-native/models/pagingTypes.d.ts.map +0 -1
- package/dist/react-native/models/pagingTypes.js +0 -4
- package/dist/react-native/models/pagingTypes.js.map +0 -1
- package/dist/react-native/rest/clientDefinitions.d.ts +0 -61
- package/dist/react-native/rest/clientDefinitions.d.ts.map +0 -1
- package/dist/react-native/rest/clientDefinitions.js +0 -4
- package/dist/react-native/rest/clientDefinitions.js.map +0 -1
- package/dist/react-native/rest/healthDataAIServicesClient.d.ts +0 -15
- package/dist/react-native/rest/healthDataAIServicesClient.d.ts.map +0 -1
- package/dist/react-native/rest/healthDataAIServicesClient.js +0 -42
- package/dist/react-native/rest/healthDataAIServicesClient.js.map +0 -1
- package/dist/react-native/rest/index.d.ts +0 -12
- package/dist/react-native/rest/index.d.ts.map +0 -1
- package/dist/react-native/rest/index.js +0 -14
- package/dist/react-native/rest/index.js.map +0 -1
- package/dist/react-native/rest/isUnexpected.d.ts +0 -14
- package/dist/react-native/rest/isUnexpected.d.ts.map +0 -1
- package/dist/react-native/rest/isUnexpected.js +0 -83
- package/dist/react-native/rest/isUnexpected.js.map +0 -1
- package/dist/react-native/rest/models.d.ts +0 -213
- package/dist/react-native/rest/models.d.ts.map +0 -1
- package/dist/react-native/rest/models.js +0 -4
- package/dist/react-native/rest/models.js.map +0 -1
- package/dist/react-native/rest/outputModels.d.ts +0 -304
- package/dist/react-native/rest/outputModels.d.ts.map +0 -1
- package/dist/react-native/rest/outputModels.js +0 -4
- package/dist/react-native/rest/outputModels.js.map +0 -1
- package/dist/react-native/rest/paginateHelper.d.ts +0 -43
- package/dist/react-native/rest/paginateHelper.d.ts.map +0 -1
- package/dist/react-native/rest/paginateHelper.js +0 -70
- package/dist/react-native/rest/paginateHelper.js.map +0 -1
- package/dist/react-native/rest/parameters.d.ts +0 -27
- package/dist/react-native/rest/parameters.d.ts.map +0 -1
- package/dist/react-native/rest/parameters.js +0 -4
- package/dist/react-native/rest/parameters.js.map +0 -1
- package/dist/react-native/rest/pollingHelper.d.ts +0 -81
- package/dist/react-native/rest/pollingHelper.d.ts.map +0 -1
- package/dist/react-native/rest/pollingHelper.js +0 -97
- package/dist/react-native/rest/pollingHelper.js.map +0 -1
- package/dist/react-native/rest/responses.d.ts +0 -190
- package/dist/react-native/rest/responses.d.ts.map +0 -1
- package/dist/react-native/rest/responses.js +0 -4
- package/dist/react-native/rest/responses.js.map +0 -1
- /package/dist/browser/{models → api}/options.d.ts +0 -0
- /package/dist/browser/{models → api}/options.js +0 -0
- /package/dist/commonjs/{models → api}/options.d.ts +0 -0
- /package/dist/commonjs/{models → api}/options.js +0 -0
- /package/dist/esm/{models → api}/options.d.ts +0 -0
- /package/dist/esm/{models → api}/options.js +0 -0
- /package/dist/react-native/{models → api}/options.d.ts +0 -0
- /package/dist/react-native/{models → api}/options.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/deidServices/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getLongRunningPoller } from \"../pollingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n deidServicePropertiesSerializer,\n managedServiceIdentitySerializer,\n managedServiceIdentityUpdateSerializer,\n deidPropertiesUpdateSerializer,\n DeidService,\n DeidUpdate,\n _DeidServiceListResult,\n} from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../models/pagingTypes.js\";\nimport { buildPagedAsyncIterator } from \"../pagingHelpers.js\";\nimport {\n isUnexpected,\n HealthDataAIServicesContext as Client,\n DeidServicesCreate200Response,\n DeidServicesCreate201Response,\n DeidServicesCreateDefaultResponse,\n DeidServicesCreateLogicalResponse,\n DeidServicesDelete202Response,\n DeidServicesDelete204Response,\n DeidServicesDeleteDefaultResponse,\n DeidServicesDeleteLogicalResponse,\n DeidServicesGet200Response,\n DeidServicesGetDefaultResponse,\n DeidServicesListByResourceGroup200Response,\n DeidServicesListByResourceGroupDefaultResponse,\n DeidServicesListBySubscription200Response,\n DeidServicesListBySubscriptionDefaultResponse,\n DeidServicesUpdate200Response,\n DeidServicesUpdate202Response,\n DeidServicesUpdateDefaultResponse,\n DeidServicesUpdateLogicalResponse,\n} from \"../../rest/index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport { serializeRecord } from \"../../helpers/serializerHelpers.js\";\nimport {\n DeidServicesGetOptionalParams,\n DeidServicesListByResourceGroupOptionalParams,\n DeidServicesListBySubscriptionOptionalParams,\n DeidServicesCreateOptionalParams,\n DeidServicesUpdateOptionalParams,\n DeidServicesDeleteOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _deidServicesGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod<DeidServicesGet200Response | DeidServicesGetDefaultResponse> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesGetDeserialize(\n result: DeidServicesGet200Response | DeidServicesGetDefaultResponse,\n): Promise<DeidService> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n tags: result.body[\"tags\"],\n location: result.body[\"location\"],\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n provisioningState: result.body.properties?.[\"provisioningState\"],\n serviceUrl: result.body.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n result.body.properties?.[\"privateEndpointConnections\"] === undefined\n ? result.body.properties?.[\"privateEndpointConnections\"]\n : result.body.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\"actionsRequired\"],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: result.body.properties?.[\"publicNetworkAccess\"],\n },\n identity: !result.body.identity\n ? undefined\n : {\n principalId: result.body.identity?.[\"principalId\"],\n tenantId: result.body.identity?.[\"tenantId\"],\n type: result.body.identity?.[\"type\"],\n userAssignedIdentities: result.body.identity?.[\"userAssignedIdentities\"],\n },\n };\n}\n\n/** Get a DeidService */\nexport async function deidServicesGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): Promise<DeidService> {\n const result = await _deidServicesGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n );\n return _deidServicesGetDeserialize(result);\n}\n\nexport function _deidServicesListByResourceGroupSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod<\n DeidServicesListByResourceGroup200Response | DeidServicesListByResourceGroupDefaultResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n resourceGroupName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListByResourceGroupDeserialize(\n result:\n | DeidServicesListByResourceGroup200Response\n | DeidServicesListByResourceGroupDefaultResponse,\n): Promise<_DeidServiceListResult> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p) => {\n return {\n tags: p[\"tags\"],\n location: p[\"location\"],\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n provisioningState: p.properties?.[\"provisioningState\"],\n serviceUrl: p.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n p.properties?.[\"privateEndpointConnections\"] === undefined\n ? p.properties?.[\"privateEndpointConnections\"]\n : p.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\n \"actionsRequired\"\n ],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: p.properties?.[\"publicNetworkAccess\"],\n },\n identity: !p.identity\n ? undefined\n : {\n principalId: p.identity?.[\"principalId\"],\n tenantId: p.identity?.[\"tenantId\"],\n type: p.identity?.[\"type\"],\n userAssignedIdentities: p.identity?.[\"userAssignedIdentities\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List DeidService resources by resource group */\nexport function deidServicesListByResourceGroup(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListByResourceGroupSend(context, subscriptionId, resourceGroupName, options),\n _deidServicesListByResourceGroupDeserialize,\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod<\n DeidServicesListBySubscription200Response | DeidServicesListBySubscriptionDefaultResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListBySubscriptionDeserialize(\n result: DeidServicesListBySubscription200Response | DeidServicesListBySubscriptionDefaultResponse,\n): Promise<_DeidServiceListResult> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p) => {\n return {\n tags: p[\"tags\"],\n location: p[\"location\"],\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n provisioningState: p.properties?.[\"provisioningState\"],\n serviceUrl: p.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n p.properties?.[\"privateEndpointConnections\"] === undefined\n ? p.properties?.[\"privateEndpointConnections\"]\n : p.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\n \"actionsRequired\"\n ],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: p.properties?.[\"publicNetworkAccess\"],\n },\n identity: !p.identity\n ? undefined\n : {\n principalId: p.identity?.[\"principalId\"],\n tenantId: p.identity?.[\"tenantId\"],\n type: p.identity?.[\"type\"],\n userAssignedIdentities: p.identity?.[\"userAssignedIdentities\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List DeidService resources by subscription ID */\nexport function deidServicesListBySubscription(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListBySubscriptionSend(context, subscriptionId, options),\n _deidServicesListBySubscriptionDeserialize,\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesCreateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod<\n | DeidServicesCreate200Response\n | DeidServicesCreate201Response\n | DeidServicesCreateDefaultResponse\n | DeidServicesCreateLogicalResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: {\n tags: !resource.tags ? resource.tags : (serializeRecord(resource.tags as any) as any),\n location: resource[\"location\"],\n properties: !resource.properties\n ? resource.properties\n : deidServicePropertiesSerializer(resource.properties),\n identity: !resource.identity\n ? resource.identity\n : managedServiceIdentitySerializer(resource.identity),\n },\n });\n}\n\nexport async function _deidServicesCreateDeserialize(\n result:\n | DeidServicesCreate200Response\n | DeidServicesCreate201Response\n | DeidServicesCreateDefaultResponse\n | DeidServicesCreateLogicalResponse,\n): Promise<DeidService> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n const res = result as unknown as DeidServicesCreateLogicalResponse;\n return {\n tags: res.body[\"tags\"],\n location: res.body[\"location\"],\n id: res.body[\"id\"],\n name: res.body[\"name\"],\n type: res.body[\"type\"],\n systemData: !res.body.systemData\n ? undefined\n : {\n createdBy: res.body.systemData?.[\"createdBy\"],\n createdByType: res.body.systemData?.[\"createdByType\"],\n createdAt:\n res.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: res.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: res.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n res.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !res.body.properties\n ? undefined\n : {\n provisioningState: res.body.properties?.[\"provisioningState\"],\n serviceUrl: res.body.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n res.body.properties?.[\"privateEndpointConnections\"] === undefined\n ? res.body.properties?.[\"privateEndpointConnections\"]\n : res.body.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\"actionsRequired\"],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: res.body.properties?.[\"publicNetworkAccess\"],\n },\n identity: !res.body.identity\n ? undefined\n : {\n principalId: res.body.identity?.[\"principalId\"],\n tenantId: res.body.identity?.[\"tenantId\"],\n type: res.body.identity?.[\"type\"],\n userAssignedIdentities: res.body.identity?.[\"userAssignedIdentities\"],\n },\n };\n}\n\n/** Create a DeidService */\nexport function deidServicesCreate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesCreateDeserialize, {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesCreateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n resource,\n options,\n ),\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod<\n | DeidServicesUpdate200Response\n | DeidServicesUpdate202Response\n | DeidServicesUpdateDefaultResponse\n | DeidServicesUpdateLogicalResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .patch({\n ...operationOptionsToRequestParameters(options),\n body: {\n tags: !properties.tags ? properties.tags : (serializeRecord(properties.tags as any) as any),\n identity: !properties.identity\n ? properties.identity\n : managedServiceIdentityUpdateSerializer(properties.identity),\n properties: !properties.properties\n ? properties.properties\n : deidPropertiesUpdateSerializer(properties.properties),\n },\n });\n}\n\nexport async function _deidServicesUpdateDeserialize(\n result:\n | DeidServicesUpdate200Response\n | DeidServicesUpdate202Response\n | DeidServicesUpdateDefaultResponse\n | DeidServicesUpdateLogicalResponse,\n): Promise<DeidService> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n const res = result as unknown as DeidServicesUpdateLogicalResponse;\n return {\n tags: res.body[\"tags\"],\n location: res.body[\"location\"],\n id: res.body[\"id\"],\n name: res.body[\"name\"],\n type: res.body[\"type\"],\n systemData: !res.body.systemData\n ? undefined\n : {\n createdBy: res.body.systemData?.[\"createdBy\"],\n createdByType: res.body.systemData?.[\"createdByType\"],\n createdAt:\n res.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: res.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: res.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n res.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !res.body.properties\n ? undefined\n : {\n provisioningState: res.body.properties?.[\"provisioningState\"],\n serviceUrl: res.body.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n res.body.properties?.[\"privateEndpointConnections\"] === undefined\n ? res.body.properties?.[\"privateEndpointConnections\"]\n : res.body.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\"actionsRequired\"],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: res.body.properties?.[\"publicNetworkAccess\"],\n },\n identity: !res.body.identity\n ? undefined\n : {\n principalId: res.body.identity?.[\"principalId\"],\n tenantId: res.body.identity?.[\"tenantId\"],\n type: res.body.identity?.[\"type\"],\n userAssignedIdentities: res.body.identity?.[\"userAssignedIdentities\"],\n },\n };\n}\n\n/** Update a DeidService */\nexport function deidServicesUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesUpdateDeserialize, {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n properties,\n options,\n ),\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesDeleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod<\n | DeidServicesDelete202Response\n | DeidServicesDelete204Response\n | DeidServicesDeleteDefaultResponse\n | DeidServicesDeleteLogicalResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesDeleteDeserialize(\n result:\n | DeidServicesDelete202Response\n | DeidServicesDelete204Response\n | DeidServicesDeleteDefaultResponse\n | DeidServicesDeleteLogicalResponse,\n): Promise<void> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a DeidService */\nexport function deidServicesDelete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _deidServicesDeleteDeserialize, {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesDeleteSend(context, subscriptionId, resourceGroupName, deidServiceName, options),\n }) as PollerLike<OperationState<void>, void>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/deidServices/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n HealthDataAIServicesContext as Client,\n DeidServicesCreateOptionalParams,\n DeidServicesDeleteOptionalParams,\n DeidServicesGetOptionalParams,\n DeidServicesListByResourceGroupOptionalParams,\n DeidServicesListBySubscriptionOptionalParams,\n DeidServicesUpdateOptionalParams,\n} from \"../index.js\";\nimport {\n DeidService,\n deidServiceSerializer,\n deidServiceDeserializer,\n _DeidServiceListResult,\n _deidServiceListResultDeserializer,\n DeidUpdate,\n deidUpdateSerializer,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _deidServicesGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesGetDeserialize(\n result: PathUncheckedResponse,\n): Promise<DeidService> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return deidServiceDeserializer(result.body);\n}\n\n/** Get a DeidService */\nexport async function deidServicesGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): Promise<DeidService> {\n const result = await _deidServicesGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n );\n return _deidServicesGetDeserialize(result);\n}\n\nexport function _deidServicesListByResourceGroupSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n resourceGroupName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListByResourceGroupDeserialize(\n result: PathUncheckedResponse,\n): Promise<_DeidServiceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _deidServiceListResultDeserializer(result.body);\n}\n\n/** List DeidService resources by resource group */\nexport function deidServicesListByResourceGroup(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListByResourceGroupSend(context, subscriptionId, resourceGroupName, options),\n _deidServicesListByResourceGroupDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListBySubscriptionDeserialize(\n result: PathUncheckedResponse,\n): Promise<_DeidServiceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _deidServiceListResultDeserializer(result.body);\n}\n\n/** List DeidService resources by subscription ID */\nexport function deidServicesListBySubscription(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListBySubscriptionSend(context, subscriptionId, options),\n _deidServicesListBySubscriptionDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesCreateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: deidServiceSerializer(resource),\n });\n}\n\nexport async function _deidServicesCreateDeserialize(\n result: PathUncheckedResponse,\n): Promise<DeidService> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return deidServiceDeserializer(result.body);\n}\n\n/** Create a DeidService */\nexport function deidServicesCreate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesCreateDeserialize, [\"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesCreateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n resource,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .patch({\n ...operationOptionsToRequestParameters(options),\n body: deidUpdateSerializer(properties),\n });\n}\n\nexport async function _deidServicesUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<DeidService> {\n const expectedStatuses = [\"200\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return deidServiceDeserializer(result.body);\n}\n\n/** Update a DeidService */\nexport function deidServicesUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesUpdateDeserialize, [\"200\", \"202\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n properties,\n options,\n ),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesDeleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesDeleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a DeidService */\nexport function deidServicesDelete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _deidServicesDeleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesDeleteSend(context, subscriptionId, resourceGroupName, deidServiceName, options),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n"]}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { Client, ClientOptions } from "@azure-rest/core-client";
|
|
1
2
|
import { TokenCredential } from "@azure/core-auth";
|
|
2
|
-
|
|
3
|
-
|
|
3
|
+
export interface HealthDataAIServicesContext extends Client {
|
|
4
|
+
}
|
|
4
5
|
/** Optional parameters for the client. */
|
|
5
6
|
export interface HealthDataAIServicesClientOptionalParams extends ClientOptions {
|
|
6
7
|
/** The API version to use for this operation. */
|
|
8
|
+
/** Known values of {@link KnownVersions} that the service accepts. */
|
|
7
9
|
apiVersion?: string;
|
|
8
10
|
}
|
|
9
|
-
export { HealthDataAIServicesContext } from "../rest/index.js";
|
|
10
|
-
/** The Microsoft Azure management API provides create, read, update, and delete functionality for Microsoft HealthDataAIServices resources including deidServices */
|
|
11
11
|
export declare function createHealthDataAIServices(credential: TokenCredential, options?: HealthDataAIServicesClientOptionalParams): HealthDataAIServicesContext;
|
|
12
12
|
//# sourceMappingURL=healthDataAIServicesContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"healthDataAIServicesContext.d.ts","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"healthDataAIServicesContext.d.ts","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAa,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,WAAW,2BAA4B,SAAQ,MAAM;CAAG;AAE9D,0CAA0C;AAC1C,MAAM,WAAW,wCAAyC,SAAQ,aAAa;IAC7E,iDAAiD;IACjD,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,eAAe,EAC3B,OAAO,GAAE,wCAA6C,GACrD,2BAA2B,CAkC7B"}
|
|
@@ -4,13 +4,34 @@
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.createHealthDataAIServices = createHealthDataAIServices;
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
|
-
const
|
|
8
|
-
|
|
7
|
+
const logger_js_1 = require("../logger.js");
|
|
8
|
+
const core_client_1 = require("@azure-rest/core-client");
|
|
9
9
|
function createHealthDataAIServices(credential, options = {}) {
|
|
10
|
-
var _a;
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
10
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
11
|
+
const endpointUrl = (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUrl) !== null && _b !== void 0 ? _b : `https://management.azure.com`;
|
|
12
|
+
const prefixFromOptions = (_c = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _c === void 0 ? void 0 : _c.userAgentPrefix;
|
|
13
|
+
const userAgentInfo = `azsdk-js-arm-healthdataaiservices/1.0.0-beta.1`;
|
|
14
|
+
const userAgentPrefix = prefixFromOptions
|
|
15
|
+
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
|
|
16
|
+
: `azsdk-js-api ${userAgentInfo}`;
|
|
17
|
+
const _j = Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix }, loggingOptions: { logger: (_e = (_d = options.loggingOptions) === null || _d === void 0 ? void 0 : _d.logger) !== null && _e !== void 0 ? _e : logger_js_1.logger.info }, credentials: {
|
|
18
|
+
scopes: (_g = (_f = options.credentials) === null || _f === void 0 ? void 0 : _f.scopes) !== null && _g !== void 0 ? _g : [`${endpointUrl}/.default`],
|
|
19
|
+
} }), { apiVersion: _ } = _j, updatedOptions = tslib_1.__rest(_j, ["apiVersion"]);
|
|
20
|
+
const clientContext = (0, core_client_1.getClient)(endpointUrl, credential, updatedOptions);
|
|
21
|
+
clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
22
|
+
const apiVersion = (_h = options.apiVersion) !== null && _h !== void 0 ? _h : "2024-09-20";
|
|
23
|
+
clientContext.pipeline.addPolicy({
|
|
24
|
+
name: "ClientApiVersionPolicy",
|
|
25
|
+
sendRequest: (req, next) => {
|
|
26
|
+
// Use the apiVersion defined in request url directly
|
|
27
|
+
// Append one if there is no apiVersion and we have one at client options
|
|
28
|
+
const url = new URL(req.url);
|
|
29
|
+
if (!url.searchParams.get("api-version")) {
|
|
30
|
+
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
31
|
+
}
|
|
32
|
+
return next(req);
|
|
33
|
+
},
|
|
34
|
+
});
|
|
14
35
|
return clientContext;
|
|
15
36
|
}
|
|
16
37
|
//# sourceMappingURL=healthDataAIServicesContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"healthDataAIServicesContext.js","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAgBlC,
|
|
1
|
+
{"version":3,"file":"healthDataAIServicesContext.js","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAgBlC,gEAqCC;;AAnDD,4CAAsC;AAEtC,yDAA2E;AAY3E,SAAgB,0BAA0B,CACxC,UAA2B,EAC3B,UAAoD,EAAE;;IAEtD,MAAM,WAAW,GAAG,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,CAAC;IAC1F,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,gDAAgD,CAAC;IACvE,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,qCACD,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,EACrC,cAAc,EAAE,EAAE,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,kBAAM,CAAC,IAAI,EAAE,EACzE,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI,CAAC,GAAG,WAAW,WAAW,CAAC;SACnE,GACF,EAPK,EAAE,UAAU,EAAE,CAAC,OAOpB,EAPyB,cAAc,sBAAlC,cAAoC,CAOzC,CAAC;IACF,MAAM,aAAa,GAAG,IAAA,uBAAS,EAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,aAAa,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,YAAY,CAAC;IACtD,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;gBACzC,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport interface HealthDataAIServicesContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface HealthDataAIServicesClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\nexport function createHealthDataAIServices(\n credential: TokenCredential,\n options: HealthDataAIServicesClientOptionalParams = {},\n): HealthDataAIServicesContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-healthdataaiservices/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-09-20\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { createHealthDataAIServices,
|
|
1
|
+
export { createHealthDataAIServices, HealthDataAIServicesContext, HealthDataAIServicesClientOptionalParams, } from "./healthDataAIServicesContext.js";
|
|
2
|
+
export { OperationsListOptionalParams, DeidServicesGetOptionalParams, DeidServicesListByResourceGroupOptionalParams, DeidServicesListBySubscriptionOptionalParams, DeidServicesCreateOptionalParams, DeidServicesUpdateOptionalParams, DeidServicesDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams, PrivateLinksListByDeidServiceOptionalParams, } from "./options.js";
|
|
2
3
|
export { deidServicesGet, deidServicesListByResourceGroup, deidServicesListBySubscription, deidServicesCreate, deidServicesUpdate, deidServicesDelete, } from "./deidServices/index.js";
|
|
3
4
|
export { operationsList } from "./operations/index.js";
|
|
4
5
|
export { privateEndpointConnectionsGet, privateEndpointConnectionsCreate, privateEndpointConnectionsDelete, privateEndpointConnectionsListByDeidService, } from "./privateEndpointConnections/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,wCAAwC,GACzC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,4BAA4B,EAC5B,6BAA6B,EAC7B,6CAA6C,EAC7C,4CAA4C,EAC5C,gCAAgC,EAChC,gCAAgC,EAChC,gCAAgC,EAChC,2CAA2C,EAC3C,8CAA8C,EAC9C,8CAA8C,EAC9C,yDAAyD,EACzD,2CAA2C,GAC5C,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,eAAe,EACf,+BAA+B,EAC/B,8BAA8B,EAC9B,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,6BAA6B,EAC7B,gCAAgC,EAChC,gCAAgC,EAChC,2CAA2C,GAC5C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,mFAI0C;AAHxC,4IAAA,0BAA0B,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,mFAI0C;AAHxC,4IAAA,0BAA0B,OAAA;AAkB5B,oDAOiC;AAN/B,2GAAA,eAAe,OAAA;AACf,2HAAA,+BAA+B,OAAA;AAC/B,0HAAA,8BAA8B,OAAA;AAC9B,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAEpB,kDAAuD;AAA9C,0GAAA,cAAc,OAAA;AACvB,kEAK+C;AAJ7C,yHAAA,6BAA6B,OAAA;AAC7B,4HAAA,gCAAgC,OAAA;AAChC,4HAAA,gCAAgC,OAAA;AAChC,uIAAA,2CAA2C,OAAA;AAE7C,oDAAwE;AAA/D,yHAAA,6BAA6B,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createHealthDataAIServices,\n HealthDataAIServicesContext,\n HealthDataAIServicesClientOptionalParams,\n} from \"./healthDataAIServicesContext.js\";\nexport {\n OperationsListOptionalParams,\n DeidServicesGetOptionalParams,\n DeidServicesListByResourceGroupOptionalParams,\n DeidServicesListBySubscriptionOptionalParams,\n DeidServicesCreateOptionalParams,\n DeidServicesUpdateOptionalParams,\n DeidServicesDeleteOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsCreateOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n PrivateLinksListByDeidServiceOptionalParams,\n} from \"./options.js\";\nexport {\n deidServicesGet,\n deidServicesListByResourceGroup,\n deidServicesListBySubscription,\n deidServicesCreate,\n deidServicesUpdate,\n deidServicesDelete,\n} from \"./deidServices/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n privateEndpointConnectionsGet,\n privateEndpointConnectionsCreate,\n privateEndpointConnectionsDelete,\n privateEndpointConnectionsListByDeidService,\n} from \"./privateEndpointConnections/index.js\";\nexport { privateLinksListByDeidService } from \"./privateLinks/index.js\";\n"]}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { StreamableMethod } from "@azure-rest/core-client";
|
|
5
|
-
|
|
6
|
-
export declare function
|
|
7
|
-
export declare function _operationsListDeserialize(result: OperationsList200Response | OperationsListDefaultResponse): Promise<_OperationListResult>;
|
|
1
|
+
import { HealthDataAIServicesContext as Client, OperationsListOptionalParams } from "../index.js";
|
|
2
|
+
import { _OperationListResult, Operation } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
5
|
+
export declare function _operationsListSend(context: Client, options?: OperationsListOptionalParams): StreamableMethod;
|
|
6
|
+
export declare function _operationsListDeserialize(result: PathUncheckedResponse): Promise<_OperationListResult>;
|
|
8
7
|
/** List the operations for the provider */
|
|
9
8
|
export declare function operationsList(context: Client, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,IAAI,MAAM,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AAClG,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACV,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,0BAA0B,EAE3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,gBAAgB,CAIlB;AAED,wBAAsB,0BAA0B,CAC9C,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,oBAAoB,CAAC,CAO/B;AAED,2CAA2C;AAC3C,wBAAgB,cAAc,CAC5B,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,0BAA0B,CAAC,SAAS,CAAC,CAQvC"}
|
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports._operationsListSend = _operationsListSend;
|
|
6
6
|
exports._operationsListDeserialize = _operationsListDeserialize;
|
|
7
7
|
exports.operationsList = operationsList;
|
|
8
|
-
const
|
|
9
|
-
const
|
|
8
|
+
const models_js_1 = require("../../models/models.js");
|
|
9
|
+
const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
|
|
10
10
|
const core_client_1 = require("@azure-rest/core-client");
|
|
11
11
|
function _operationsListSend(context, options = { requestOptions: {} }) {
|
|
12
12
|
return context
|
|
@@ -14,32 +14,14 @@ function _operationsListSend(context, options = { requestOptions: {} }) {
|
|
|
14
14
|
.get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
15
15
|
}
|
|
16
16
|
async function _operationsListDeserialize(result) {
|
|
17
|
-
|
|
17
|
+
const expectedStatuses = ["200"];
|
|
18
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
18
19
|
throw (0, core_client_1.createRestError)(result);
|
|
19
20
|
}
|
|
20
|
-
return
|
|
21
|
-
value: result.body["value"].map((p) => {
|
|
22
|
-
var _a, _b, _c, _d;
|
|
23
|
-
return {
|
|
24
|
-
name: p["name"],
|
|
25
|
-
isDataAction: p["isDataAction"],
|
|
26
|
-
display: !p.display
|
|
27
|
-
? undefined
|
|
28
|
-
: {
|
|
29
|
-
provider: (_a = p.display) === null || _a === void 0 ? void 0 : _a["provider"],
|
|
30
|
-
resource: (_b = p.display) === null || _b === void 0 ? void 0 : _b["resource"],
|
|
31
|
-
operation: (_c = p.display) === null || _c === void 0 ? void 0 : _c["operation"],
|
|
32
|
-
description: (_d = p.display) === null || _d === void 0 ? void 0 : _d["description"],
|
|
33
|
-
},
|
|
34
|
-
origin: p["origin"],
|
|
35
|
-
actionType: p["actionType"],
|
|
36
|
-
};
|
|
37
|
-
}),
|
|
38
|
-
nextLink: result.body["nextLink"],
|
|
39
|
-
};
|
|
21
|
+
return (0, models_js_1._operationListResultDeserializer)(result.body);
|
|
40
22
|
}
|
|
41
23
|
/** List the operations for the provider */
|
|
42
24
|
function operationsList(context, options = { requestOptions: {} }) {
|
|
43
|
-
return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _operationsListSend(context, options), _operationsListDeserialize, { itemName: "value", nextLinkName: "nextLink" });
|
|
25
|
+
return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _operationsListSend(context, options), _operationsListDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
44
26
|
}
|
|
45
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAmBlC,kDAOC;AAED,gEASC;AAGD,wCAWC;AAhDD,sDAIgC;AAChC,4EAG+C;AAC/C,yDAKiC;AAEjC,SAAgB,mBAAmB,CACjC,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,OAAO;SACX,IAAI,CAAC,sDAAsD,CAAC;SAC5D,GAAG,mBAAM,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,0BAA0B,CAC9C,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO,IAAA,4CAAgC,EAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC;AAED,2CAA2C;AAC3C,SAAgB,cAAc,CAC5B,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,IAAA,0CAAuB,EAC5B,OAAO,EACP,GAAG,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,EAC3C,0BAA0B,EAC1B,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { HealthDataAIServicesContext as Client, OperationsListOptionalParams } from \"../index.js\";\nimport {\n _OperationListResult,\n _operationListResultDeserializer,\n Operation,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _operationsListSend(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\"/providers/Microsoft.HealthDataAIServices/operations\")\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _operationsListDeserialize(\n result: PathUncheckedResponse,\n): Promise<_OperationListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _operationListResultDeserializer(result.body);\n}\n\n/** List the operations for the provider */\nexport function operationsList(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<Operation> {\n return buildPagedAsyncIterator(\n context,\n () => _operationsListSend(context, options),\n _operationsListDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;CAAG;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,6BAA8B,SAAQ,gBAAgB;CAAG;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,6CAA8C,SAAQ,gBAAgB;CAAG;AAE1F,2BAA2B;AAC3B,MAAM,WAAW,4CAA6C,SAAQ,gBAAgB;CAAG;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;IACxE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;IACxE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;IACxE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,gBAAgB;CAAG;AAExF,2BAA2B;AAC3B,MAAM,WAAW,8CAA+C,SAAQ,gBAAgB;IACtF,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,8CAA+C,SAAQ,gBAAgB;IACtF,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,yDACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,gBAAgB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../src/api/options.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesListByResourceGroupOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesListBySubscriptionOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesCreateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface DeidServicesUpdateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface DeidServicesDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByDeidServiceOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateLinksListByDeidServiceOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HealthDataAIServicesContext as Client, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams } from "../index.js";
|
|
2
2
|
import { PrivateEndpointConnectionResource, _PrivateEndpointConnectionResourceListResult } from "../../models/models.js";
|
|
3
|
-
import { PagedAsyncIterableIterator } from "../../
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
export declare function
|
|
8
|
-
export declare function _privateEndpointConnectionsGetDeserialize(result: PrivateEndpointConnectionsGet200Response | PrivateEndpointConnectionsGetDefaultResponse): Promise<PrivateEndpointConnectionResource>;
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
5
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
6
|
+
export declare function _privateEndpointConnectionsGetSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _privateEndpointConnectionsGetDeserialize(result: PathUncheckedResponse): Promise<PrivateEndpointConnectionResource>;
|
|
9
8
|
/** Get a specific private connection */
|
|
10
9
|
export declare function privateEndpointConnectionsGet(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionResource>;
|
|
11
|
-
export declare function _privateEndpointConnectionsCreateSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): StreamableMethod
|
|
12
|
-
export declare function _privateEndpointConnectionsCreateDeserialize(result:
|
|
10
|
+
export declare function _privateEndpointConnectionsCreateSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): StreamableMethod;
|
|
11
|
+
export declare function _privateEndpointConnectionsCreateDeserialize(result: PathUncheckedResponse): Promise<PrivateEndpointConnectionResource>;
|
|
13
12
|
/** Create a Private endpoint connection */
|
|
14
13
|
export declare function privateEndpointConnectionsCreate(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): PollerLike<OperationState<PrivateEndpointConnectionResource>, PrivateEndpointConnectionResource>;
|
|
15
|
-
export declare function _privateEndpointConnectionsDeleteSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): StreamableMethod
|
|
16
|
-
export declare function _privateEndpointConnectionsDeleteDeserialize(result:
|
|
14
|
+
export declare function _privateEndpointConnectionsDeleteSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): StreamableMethod;
|
|
15
|
+
export declare function _privateEndpointConnectionsDeleteDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
17
16
|
/** Delete the private endpoint connection */
|
|
18
17
|
export declare function privateEndpointConnectionsDelete(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
19
|
-
export declare function _privateEndpointConnectionsListByDeidServiceSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): StreamableMethod
|
|
20
|
-
export declare function _privateEndpointConnectionsListByDeidServiceDeserialize(result:
|
|
18
|
+
export declare function _privateEndpointConnectionsListByDeidServiceSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): StreamableMethod;
|
|
19
|
+
export declare function _privateEndpointConnectionsListByDeidServiceDeserialize(result: PathUncheckedResponse): Promise<_PrivateEndpointConnectionResourceListResult>;
|
|
21
20
|
/** List private endpoint connections on the given resource */
|
|
22
21
|
export declare function privateEndpointConnectionsListByDeidService(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;
|
|
23
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/privateEndpointConnections/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/privateEndpointConnections/index.ts"],"names":[],"mappings":"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"}
|