@azure/communication-identity 1.3.2-alpha.20250501.1 → 1.3.2-alpha.20250513.1
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/README.md +17 -0
- package/dist/browser/communicationIdentityClient.d.ts +9 -2
- package/dist/browser/communicationIdentityClient.d.ts.map +1 -1
- package/dist/browser/communicationIdentityClient.js +18 -2
- package/dist/browser/communicationIdentityClient.js.map +1 -1
- package/dist/browser/generated/src/identityRestClient.d.ts +6 -1
- package/dist/browser/generated/src/identityRestClient.d.ts.map +1 -1
- package/dist/browser/generated/src/identityRestClient.js +12 -6
- package/dist/browser/generated/src/identityRestClient.js.map +1 -1
- package/dist/browser/generated/src/index.d.ts +1 -0
- package/dist/browser/generated/src/index.d.ts.map +1 -1
- package/dist/browser/generated/src/index.js +2 -0
- package/dist/browser/generated/src/index.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +132 -3
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +18 -0
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +5 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +257 -68
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +12 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +117 -24
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/communicationIdentityOperations.d.ts +16 -9
- package/dist/browser/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/communicationIdentityOperations.js +59 -31
- package/dist/browser/generated/src/operations/communicationIdentityOperations.js.map +1 -1
- package/dist/browser/generated/src/operations/entraIdAssignment.d.ts +36 -0
- package/dist/browser/generated/src/operations/entraIdAssignment.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/entraIdAssignment.js +117 -0
- package/dist/browser/generated/src/operations/entraIdAssignment.js.map +1 -0
- package/dist/browser/generated/src/operations/entraIdAssignments.d.ts +42 -0
- package/dist/browser/generated/src/operations/entraIdAssignments.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/entraIdAssignments.js +171 -0
- package/dist/browser/generated/src/operations/entraIdAssignments.js.map +1 -0
- package/dist/browser/generated/src/operations/entraIdToken.d.ts +19 -0
- package/dist/browser/generated/src/operations/entraIdToken.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/entraIdToken.js +52 -0
- package/dist/browser/generated/src/operations/entraIdToken.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +5 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/index.js +5 -0
- package/dist/browser/generated/src/operations/index.js.map +1 -1
- package/dist/browser/generated/src/operations/teamsExtensionAssignment.d.ts +35 -0
- package/dist/browser/generated/src/operations/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/teamsExtensionAssignment.js +127 -0
- package/dist/browser/generated/src/operations/teamsExtensionAssignment.js.map +1 -0
- package/dist/browser/generated/src/operations/teamsExtensionToken.d.ts +19 -0
- package/dist/browser/generated/src/operations/teamsExtensionToken.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/teamsExtensionToken.js +52 -0
- package/dist/browser/generated/src/operations/teamsExtensionToken.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +16 -9
- package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignment.d.ts +28 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignment.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignment.js +9 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignment.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignments.d.ts +19 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignments.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignments.js +9 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdAssignments.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdToken.d.ts +11 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdToken.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdToken.js +9 -0
- package/dist/browser/generated/src/operationsInterfaces/entraIdToken.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +5 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts +27 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionAssignment.js +9 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionAssignment.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionToken.d.ts +11 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionToken.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionToken.js +9 -0
- package/dist/browser/generated/src/operationsInterfaces/teamsExtensionToken.js.map +1 -0
- package/dist/browser/generated/src/pagingHelper.d.ts +13 -0
- package/dist/browser/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/browser/generated/src/pagingHelper.js +32 -0
- package/dist/browser/generated/src/pagingHelper.js.map +1 -0
- package/dist/browser/generated/src/tracing.js +1 -1
- package/dist/browser/generated/src/tracing.js.map +1 -1
- package/dist/browser/models.d.ts +18 -0
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js.map +1 -1
- package/dist/commonjs/communicationIdentityClient.d.ts +9 -2
- package/dist/commonjs/communicationIdentityClient.d.ts.map +1 -1
- package/dist/commonjs/communicationIdentityClient.js +18 -2
- package/dist/commonjs/communicationIdentityClient.js.map +1 -1
- package/dist/commonjs/generated/src/identityRestClient.d.ts +6 -1
- package/dist/commonjs/generated/src/identityRestClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/identityRestClient.js +11 -5
- package/dist/commonjs/generated/src/identityRestClient.js.map +1 -1
- package/dist/commonjs/generated/src/index.d.ts +1 -0
- package/dist/commonjs/generated/src/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/index.js +4 -1
- package/dist/commonjs/generated/src/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +132 -3
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +19 -1
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +5 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +258 -69
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +12 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +117 -24
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.d.ts +16 -9
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.js +59 -31
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.js.map +1 -1
- package/dist/commonjs/generated/src/operations/entraIdAssignment.d.ts +36 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignment.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignment.js +122 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignment.js.map +1 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignments.d.ts +42 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignments.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignments.js +175 -0
- package/dist/commonjs/generated/src/operations/entraIdAssignments.js.map +1 -0
- package/dist/commonjs/generated/src/operations/entraIdToken.d.ts +19 -0
- package/dist/commonjs/generated/src/operations/entraIdToken.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/entraIdToken.js +57 -0
- package/dist/commonjs/generated/src/operations/entraIdToken.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +5 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/index.js +5 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -1
- package/dist/commonjs/generated/src/operations/teamsExtensionAssignment.d.ts +35 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionAssignment.js +132 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionAssignment.js.map +1 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionToken.d.ts +19 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionToken.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionToken.js +57 -0
- package/dist/commonjs/generated/src/operations/teamsExtensionToken.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +16 -9
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignment.d.ts +28 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignment.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignment.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignment.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignments.d.ts +19 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignments.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignments.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdAssignments.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdToken.d.ts +11 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdToken.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdToken.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/entraIdToken.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +5 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts +27 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionAssignment.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionAssignment.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionToken.d.ts +11 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionToken.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionToken.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/teamsExtensionToken.js.map +1 -0
- package/dist/commonjs/generated/src/pagingHelper.d.ts +13 -0
- package/dist/commonjs/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/generated/src/pagingHelper.js +36 -0
- package/dist/commonjs/generated/src/pagingHelper.js.map +1 -0
- package/dist/commonjs/generated/src/tracing.js +1 -1
- package/dist/commonjs/generated/src/tracing.js.map +1 -1
- package/dist/commonjs/models.d.ts +18 -0
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/communicationIdentityClient.d.ts +9 -2
- package/dist/esm/communicationIdentityClient.d.ts.map +1 -1
- package/dist/esm/communicationIdentityClient.js +18 -2
- package/dist/esm/communicationIdentityClient.js.map +1 -1
- package/dist/esm/generated/src/identityRestClient.d.ts +6 -1
- package/dist/esm/generated/src/identityRestClient.d.ts.map +1 -1
- package/dist/esm/generated/src/identityRestClient.js +12 -6
- package/dist/esm/generated/src/identityRestClient.js.map +1 -1
- package/dist/esm/generated/src/index.d.ts +1 -0
- package/dist/esm/generated/src/index.d.ts.map +1 -1
- package/dist/esm/generated/src/index.js +2 -0
- package/dist/esm/generated/src/index.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +132 -3
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +18 -0
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +5 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +257 -68
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +12 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +117 -24
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/communicationIdentityOperations.d.ts +16 -9
- package/dist/esm/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/communicationIdentityOperations.js +59 -31
- package/dist/esm/generated/src/operations/communicationIdentityOperations.js.map +1 -1
- package/dist/esm/generated/src/operations/entraIdAssignment.d.ts +36 -0
- package/dist/esm/generated/src/operations/entraIdAssignment.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/entraIdAssignment.js +117 -0
- package/dist/esm/generated/src/operations/entraIdAssignment.js.map +1 -0
- package/dist/esm/generated/src/operations/entraIdAssignments.d.ts +42 -0
- package/dist/esm/generated/src/operations/entraIdAssignments.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/entraIdAssignments.js +171 -0
- package/dist/esm/generated/src/operations/entraIdAssignments.js.map +1 -0
- package/dist/esm/generated/src/operations/entraIdToken.d.ts +19 -0
- package/dist/esm/generated/src/operations/entraIdToken.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/entraIdToken.js +52 -0
- package/dist/esm/generated/src/operations/entraIdToken.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +5 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/index.js +5 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -1
- package/dist/esm/generated/src/operations/teamsExtensionAssignment.d.ts +35 -0
- package/dist/esm/generated/src/operations/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/teamsExtensionAssignment.js +127 -0
- package/dist/esm/generated/src/operations/teamsExtensionAssignment.js.map +1 -0
- package/dist/esm/generated/src/operations/teamsExtensionToken.d.ts +19 -0
- package/dist/esm/generated/src/operations/teamsExtensionToken.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/teamsExtensionToken.js +52 -0
- package/dist/esm/generated/src/operations/teamsExtensionToken.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +16 -9
- package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignment.d.ts +28 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignment.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignment.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignment.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignments.d.ts +19 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignments.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignments.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdAssignments.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdToken.d.ts +11 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdToken.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdToken.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/entraIdToken.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/index.js +5 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts +27 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionAssignment.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionAssignment.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionToken.d.ts +11 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionToken.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionToken.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/teamsExtensionToken.js.map +1 -0
- package/dist/esm/generated/src/pagingHelper.d.ts +13 -0
- package/dist/esm/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/esm/generated/src/pagingHelper.js +32 -0
- package/dist/esm/generated/src/pagingHelper.js.map +1 -0
- package/dist/esm/generated/src/tracing.js +1 -1
- package/dist/esm/generated/src/tracing.js.map +1 -1
- package/dist/esm/models.d.ts +18 -0
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- package/dist/react-native/communicationIdentityClient.d.ts +9 -2
- package/dist/react-native/communicationIdentityClient.d.ts.map +1 -1
- package/dist/react-native/communicationIdentityClient.js +18 -2
- package/dist/react-native/communicationIdentityClient.js.map +1 -1
- package/dist/react-native/generated/src/identityRestClient.d.ts +6 -1
- package/dist/react-native/generated/src/identityRestClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/identityRestClient.js +12 -6
- package/dist/react-native/generated/src/identityRestClient.js.map +1 -1
- package/dist/react-native/generated/src/index.d.ts +1 -0
- package/dist/react-native/generated/src/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/index.js +2 -0
- package/dist/react-native/generated/src/index.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +132 -3
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +18 -0
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +5 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +257 -68
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +12 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +117 -24
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.d.ts +16 -9
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.js +59 -31
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.js.map +1 -1
- package/dist/react-native/generated/src/operations/entraIdAssignment.d.ts +36 -0
- package/dist/react-native/generated/src/operations/entraIdAssignment.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/entraIdAssignment.js +117 -0
- package/dist/react-native/generated/src/operations/entraIdAssignment.js.map +1 -0
- package/dist/react-native/generated/src/operations/entraIdAssignments.d.ts +42 -0
- package/dist/react-native/generated/src/operations/entraIdAssignments.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/entraIdAssignments.js +171 -0
- package/dist/react-native/generated/src/operations/entraIdAssignments.js.map +1 -0
- package/dist/react-native/generated/src/operations/entraIdToken.d.ts +19 -0
- package/dist/react-native/generated/src/operations/entraIdToken.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/entraIdToken.js +52 -0
- package/dist/react-native/generated/src/operations/entraIdToken.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +5 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/index.js +5 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -1
- package/dist/react-native/generated/src/operations/teamsExtensionAssignment.d.ts +35 -0
- package/dist/react-native/generated/src/operations/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/teamsExtensionAssignment.js +127 -0
- package/dist/react-native/generated/src/operations/teamsExtensionAssignment.js.map +1 -0
- package/dist/react-native/generated/src/operations/teamsExtensionToken.d.ts +19 -0
- package/dist/react-native/generated/src/operations/teamsExtensionToken.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/teamsExtensionToken.js +52 -0
- package/dist/react-native/generated/src/operations/teamsExtensionToken.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +16 -9
- package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignment.d.ts +28 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignment.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignment.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignment.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignments.d.ts +19 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignments.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignments.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdAssignments.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdToken.d.ts +11 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdToken.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdToken.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/entraIdToken.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +5 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts +27 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionAssignment.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionAssignment.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionAssignment.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionToken.d.ts +11 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionToken.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionToken.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/teamsExtensionToken.js.map +1 -0
- package/dist/react-native/generated/src/pagingHelper.d.ts +13 -0
- package/dist/react-native/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/generated/src/pagingHelper.js +32 -0
- package/dist/react-native/generated/src/pagingHelper.js.map +1 -0
- package/dist/react-native/generated/src/tracing.js +1 -1
- package/dist/react-native/generated/src/tracing.js.map +1 -1
- package/dist/react-native/models.d.ts +18 -0
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js.map +1 -1
- package/package.json +5 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA8EH,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAWX;AAXD,WAAY,oCAAoC;IAC9C,6CAA6C;IAC7C,qDAAa,CAAA;IACb,gDAAgD;IAChD,qDAAa,CAAA;IACb,kGAAkG;IAClG,8DAAsB,CAAA;IACtB,uLAAuL;IACvL,6EAAqC,CAAA;IACrC,+EAA+E;IAC/E,8DAAsB,CAAA;AACxB,CAAC,EAXW,oCAAoC,KAApC,oCAAoC,QAW/C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport interface CommunicationIdentityCreateRequest {\n /** Also create access token for the created identity. */\n createTokenWithScopes?: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** A communication identity with access token. */\nexport interface CommunicationIdentityAccessTokenResult {\n /** A communication identity. */\n identity: CommunicationIdentity;\n /** An access token. */\n accessToken?: CommunicationIdentityAccessToken;\n}\n\n/** A communication identity. */\nexport interface CommunicationIdentity {\n /** Identifier of the identity. */\n id: string;\n}\n\n/** An access token. */\nexport interface CommunicationIdentityAccessToken {\n /** The access token issued for the identity. */\n token: string;\n /** The expiry time of the token. */\n expiresOn: Date;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationErrorResponse {\n /** The Communication Services error. */\n error: CommunicationError;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationError {\n /** The error code. */\n code: string;\n /** The error message. */\n message: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Further details about specific errors that led to this error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CommunicationError[];\n /**\n * The inner error if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: CommunicationError;\n}\n\nexport interface TeamsUserExchangeTokenRequest {\n /** Azure AD access token of a Teams User to acquire a new Communication Identity access token. */\n token: string;\n /** Client ID of an Azure AD application to be verified against the appid claim in the Azure AD access token. */\n appId: string;\n /** Object ID of an Azure AD user (Teams User) to be verified against the oid claim in the Azure AD access token. */\n userId: string;\n}\n\nexport interface CommunicationIdentityAccessTokenRequest {\n /** List of scopes attached to the token. */\n scopes: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Known values of {@link CommunicationIdentityTokenScope} that the service accepts. */\nexport enum KnownCommunicationIdentityTokenScope {\n /** Use this for full access to Chat APIs. */\n Chat = \"chat\",\n /** Use this for full access to Calling APIs. */\n Voip = \"voip\",\n /** Access to Chat APIs but without the authorization to create, delete or update chat threads. */\n ChatJoin = \"chat.join\",\n /** A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. */\n ChatJoinLimited = \"chat.join.limited\",\n /** Access to Calling APIs but without the authorization to start new calls. */\n VoipJoin = \"voip.join\"\n}\n\n/**\n * Defines values for CommunicationIdentityTokenScope. \\\n * {@link KnownCommunicationIdentityTokenScope} can be used interchangeably with CommunicationIdentityTokenScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **chat**: Use this for full access to Chat APIs. \\\n * **voip**: Use this for full access to Calling APIs. \\\n * **chat.join**: Access to Chat APIs but without the authorization to create, delete or update chat threads. \\\n * **chat.join.limited**: A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. \\\n * **voip.join**: Access to Calling APIs but without the authorization to start new calls.\n */\nexport type CommunicationIdentityTokenScope = string;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Also create access token for the created identity. */\n createTokenWithScopes?: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Contains response data for the create operation. */\nexport type CommunicationIdentityCreateResponse = CommunicationIdentityAccessTokenResult;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommunicationIdentityRevokeAccessTokensOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommunicationIdentityExchangeTeamsUserAccessTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the exchangeTeamsUserAccessToken operation. */\nexport type CommunicationIdentityExchangeTeamsUserAccessTokenResponse = CommunicationIdentityAccessToken;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityIssueAccessTokenOptionalParams\n extends coreClient.OperationOptions {\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Contains response data for the issueAccessToken operation. */\nexport type CommunicationIdentityIssueAccessTokenResponse = CommunicationIdentityAccessToken;\n\n/** Optional parameters. */\nexport interface IdentityRestClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAqHH,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAWX;AAXD,WAAY,oCAAoC;IAC9C,6CAA6C;IAC7C,qDAAa,CAAA;IACb,gDAAgD;IAChD,qDAAa,CAAA;IACb,kGAAkG;IAClG,8DAAsB,CAAA;IACtB,uLAAuL;IACvL,6EAAqC,CAAA;IACrC,+EAA+E;IAC/E,8DAAsB,CAAA;AACxB,CAAC,EAXW,oCAAoC,KAApC,oCAAoC,QAW/C;AAeD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,sBAAsB;IACtB,uEAAmC,CAAA;IACnC,WAAW;IACX,iDAAa,CAAA;AACf,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,YAAY;IACZ,0CAAe,CAAA;IACf,aAAa;IACb,4CAAiB,CAAA;AACnB,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport interface CommunicationIdentityCreateRequest {\n /** Set to tag the identity with your own id, Maximum length is 256 characters. */\n customId?: string;\n /** Also create access token for the created identity. */\n createTokenWithScopes?: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** A communication identity with access token. */\nexport interface CommunicationIdentityAccessTokenResult {\n /** A communication identity. */\n identity: CommunicationIdentity;\n /** An access token. */\n accessToken?: CommunicationIdentityAccessToken;\n}\n\n/** A communication identity. */\nexport interface CommunicationIdentity {\n /** The custom Id if one has been associated with the identity. */\n customId?: string;\n /** Last time a token has been issued for the identity. */\n lastTokenIssuedAt?: Date;\n /** Identifier of the identity. */\n id: string;\n}\n\n/** An access token. */\nexport interface CommunicationIdentityAccessToken {\n /** The access token issued for the identity. */\n token: string;\n /** The expiry time of the token. */\n expiresOn: Date;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationErrorResponse {\n /** The Communication Services error. */\n error: CommunicationError;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationError {\n /** The error code. */\n code: string;\n /** The error message. */\n message: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Further details about specific errors that led to this error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CommunicationError[];\n /**\n * The inner error if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: CommunicationError;\n}\n\n/** A request to create or update a Teams Phone assignment. */\nexport interface TeamsUserExchangeTokenRequest {\n /** Entra ID access token of a Teams User to acquire a new Communication Identity access token. */\n token: string;\n /** Client ID of an Entra ID application to be verified against the appid claim in the Entra ID access token. */\n appId: string;\n /** Object ID of an Entra ID user (Teams User) to be verified against the oid claim in the Entra ID access token. */\n userId: string;\n}\n\nexport interface CommunicationIdentityAccessTokenRequest {\n /** List of scopes attached to the token. */\n scopes: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\nexport interface TeamsExtensionAssignmentResponse {\n objectId: string;\n tenantId: string;\n /** The type of principal the assignment is for. */\n principalType: TeamsExtensionPrincipalType;\n clientIds?: string[];\n}\n\nexport interface TeamsExtensionAssignmentCreateOrUpdateRequest {\n /** The type of principal the assignment is for. */\n principalType: TeamsExtensionPrincipalType;\n clientIds?: string[];\n}\n\nexport interface EntraAssignmentCreateOrUpdateRequest {\n tenantId: string;\n principalType: EntraPrincipalType;\n clientIds: string[];\n}\n\nexport interface EntraAssignmentsResponse {\n value: EntraAssignment[];\n nextLink?: string;\n}\n\nexport interface EntraAssignment {\n objectId: string;\n tenantId: string;\n principalType: EntraPrincipalType;\n clientIds: string[];\n}\n\n/** Known values of {@link CommunicationIdentityTokenScope} that the service accepts. */\nexport enum KnownCommunicationIdentityTokenScope {\n /** Use this for full access to Chat APIs. */\n Chat = \"chat\",\n /** Use this for full access to Calling APIs. */\n Voip = \"voip\",\n /** Access to Chat APIs but without the authorization to create, delete or update chat threads. */\n ChatJoin = \"chat.join\",\n /** A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. */\n ChatJoinLimited = \"chat.join.limited\",\n /** Access to Calling APIs but without the authorization to start new calls. */\n VoipJoin = \"voip.join\",\n}\n\n/**\n * Defines values for CommunicationIdentityTokenScope. \\\n * {@link KnownCommunicationIdentityTokenScope} can be used interchangeably with CommunicationIdentityTokenScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **chat**: Use this for full access to Chat APIs. \\\n * **voip**: Use this for full access to Calling APIs. \\\n * **chat.join**: Access to Chat APIs but without the authorization to create, delete or update chat threads. \\\n * **chat.join.limited**: A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. \\\n * **voip.join**: Access to Calling APIs but without the authorization to start new calls.\n */\nexport type CommunicationIdentityTokenScope = string;\n\n/** Known values of {@link TeamsExtensionPrincipalType} that the service accepts. */\nexport enum KnownTeamsExtensionPrincipalType {\n /** ResourceAccount */\n ResourceAccount = \"resourceAccount\",\n /** User */\n User = \"user\",\n}\n\n/**\n * Defines values for TeamsExtensionPrincipalType. \\\n * {@link KnownTeamsExtensionPrincipalType} can be used interchangeably with TeamsExtensionPrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **resourceAccount** \\\n * **user**\n */\nexport type TeamsExtensionPrincipalType = string;\n\n/** Known values of {@link EntraPrincipalType} that the service accepts. */\nexport enum KnownEntraPrincipalType {\n /** User */\n User = \"user\",\n /** Group */\n Group = \"group\",\n /** Tenant */\n Tenant = \"tenant\",\n}\n\n/**\n * Defines values for EntraPrincipalType. \\\n * {@link KnownEntraPrincipalType} can be used interchangeably with EntraPrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **group** \\\n * **tenant**\n */\nexport type EntraPrincipalType = string;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Set to tag the identity with your own id, Maximum length is 256 characters. */\n customId?: string;\n /** Also create access token for the created identity. */\n createTokenWithScopes?: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Contains response data for the create operation. */\nexport type CommunicationIdentityCreateResponse =\n CommunicationIdentityAccessTokenResult;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommunicationIdentityGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommunicationIdentityGetResponse = CommunicationIdentity;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityRevokeAccessTokensOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommunicationIdentityExchangeTeamsUserAccessTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the exchangeTeamsUserAccessToken operation. */\nexport type CommunicationIdentityExchangeTeamsUserAccessTokenResponse =\n CommunicationIdentityAccessToken;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityIssueAccessTokenOptionalParams\n extends coreClient.OperationOptions {\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Contains response data for the issueAccessToken operation. */\nexport type CommunicationIdentityIssueAccessTokenResponse =\n CommunicationIdentityAccessToken;\n\n/** Optional parameters. */\nexport interface TeamsExtensionTokenExchangeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the exchange operation. */\nexport type TeamsExtensionTokenExchangeResponse =\n CommunicationIdentityAccessTokenResult;\n\n/** Optional parameters. */\nexport interface TeamsExtensionAssignmentGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TeamsExtensionAssignmentGetResponse =\n TeamsExtensionAssignmentResponse;\n\n/** Optional parameters. */\nexport interface TeamsExtensionAssignmentUpsertOptionalParams\n extends coreClient.OperationOptions {\n /** Array of TeamsExtensionAssignmentCreateOrUpdateRequestClientIdsItem */\n clientIds?: string[];\n}\n\n/** Contains response data for the upsert operation. */\nexport type TeamsExtensionAssignmentUpsertResponse =\n TeamsExtensionAssignmentResponse;\n\n/** Optional parameters. */\nexport interface TeamsExtensionAssignmentDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EntraIdTokenExchangeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the exchange operation. */\nexport type EntraIdTokenExchangeResponse =\n CommunicationIdentityAccessTokenResult;\n\n/** Optional parameters. */\nexport interface EntraIdAssignmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EntraIdAssignmentsUpdateResponse = EntraAssignmentsResponse;\n\n/** Optional parameters. */\nexport interface EntraIdAssignmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EntraIdAssignmentsListResponse = EntraAssignmentsResponse;\n\n/** Optional parameters. */\nexport interface EntraIdAssignmentsUpdateNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateNext operation. */\nexport type EntraIdAssignmentsUpdateNextResponse = EntraAssignmentsResponse;\n\n/** Optional parameters. */\nexport interface EntraIdAssignmentGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EntraIdAssignmentGetResponse = EntraAssignment;\n\n/** Optional parameters. */\nexport interface EntraIdAssignmentUpsertOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the upsert operation. */\nexport type EntraIdAssignmentUpsertResponse = EntraAssignment;\n\n/** Optional parameters. */\nexport interface EntraIdAssignmentDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface IdentityRestClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -7,4 +7,9 @@ export declare const CommunicationErrorResponse: coreClient.CompositeMapper;
|
|
|
7
7
|
export declare const CommunicationError: coreClient.CompositeMapper;
|
|
8
8
|
export declare const TeamsUserExchangeTokenRequest: coreClient.CompositeMapper;
|
|
9
9
|
export declare const CommunicationIdentityAccessTokenRequest: coreClient.CompositeMapper;
|
|
10
|
+
export declare const TeamsExtensionAssignmentResponse: coreClient.CompositeMapper;
|
|
11
|
+
export declare const TeamsExtensionAssignmentCreateOrUpdateRequest: coreClient.CompositeMapper;
|
|
12
|
+
export declare const EntraAssignmentCreateOrUpdateRequest: coreClient.CompositeMapper;
|
|
13
|
+
export declare const EntraAssignmentsResponse: coreClient.CompositeMapper;
|
|
14
|
+
export declare const EntraAssignment: coreClient.CompositeMapper;
|
|
10
15
|
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAsC3D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAsB7D,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA0B9C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAqBzD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAcnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAgD3C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA4BtD,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eA+B9D,CAAC;AAEJ,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAuCzD,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,UAAU,CAAC,eA0BpE,CAAC;AAEJ,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAkC3D,CAAC;AAEJ,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA0BjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAwCxC,CAAC"}
|
|
@@ -10,30 +10,39 @@ export const CommunicationIdentityCreateRequest = {
|
|
|
10
10
|
name: "Composite",
|
|
11
11
|
className: "CommunicationIdentityCreateRequest",
|
|
12
12
|
modelProperties: {
|
|
13
|
+
customId: {
|
|
14
|
+
constraints: {
|
|
15
|
+
MinLength: 1,
|
|
16
|
+
},
|
|
17
|
+
serializedName: "customId",
|
|
18
|
+
type: {
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
13
22
|
createTokenWithScopes: {
|
|
14
23
|
serializedName: "createTokenWithScopes",
|
|
15
24
|
type: {
|
|
16
25
|
name: "Sequence",
|
|
17
26
|
element: {
|
|
18
27
|
type: {
|
|
19
|
-
name: "String"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
28
|
+
name: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
23
32
|
},
|
|
24
33
|
expiresInMinutes: {
|
|
25
34
|
defaultValue: 1440,
|
|
26
35
|
constraints: {
|
|
27
36
|
InclusiveMaximum: 1440,
|
|
28
|
-
InclusiveMinimum: 60
|
|
37
|
+
InclusiveMinimum: 60,
|
|
29
38
|
},
|
|
30
39
|
serializedName: "expiresInMinutes",
|
|
31
40
|
type: {
|
|
32
|
-
name: "Number"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
41
|
+
name: "Number",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
},
|
|
37
46
|
};
|
|
38
47
|
export const CommunicationIdentityAccessTokenResult = {
|
|
39
48
|
type: {
|
|
@@ -44,33 +53,45 @@ export const CommunicationIdentityAccessTokenResult = {
|
|
|
44
53
|
serializedName: "identity",
|
|
45
54
|
type: {
|
|
46
55
|
name: "Composite",
|
|
47
|
-
className: "CommunicationIdentity"
|
|
48
|
-
}
|
|
56
|
+
className: "CommunicationIdentity",
|
|
57
|
+
},
|
|
49
58
|
},
|
|
50
59
|
accessToken: {
|
|
51
60
|
serializedName: "accessToken",
|
|
52
61
|
type: {
|
|
53
62
|
name: "Composite",
|
|
54
|
-
className: "CommunicationIdentityAccessToken"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
63
|
+
className: "CommunicationIdentityAccessToken",
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
},
|
|
59
68
|
};
|
|
60
69
|
export const CommunicationIdentity = {
|
|
61
70
|
type: {
|
|
62
71
|
name: "Composite",
|
|
63
72
|
className: "CommunicationIdentity",
|
|
64
73
|
modelProperties: {
|
|
74
|
+
customId: {
|
|
75
|
+
serializedName: "customId",
|
|
76
|
+
type: {
|
|
77
|
+
name: "String",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
lastTokenIssuedAt: {
|
|
81
|
+
serializedName: "lastTokenIssuedAt",
|
|
82
|
+
type: {
|
|
83
|
+
name: "DateTime",
|
|
84
|
+
},
|
|
85
|
+
},
|
|
65
86
|
id: {
|
|
66
87
|
serializedName: "id",
|
|
67
88
|
required: true,
|
|
68
89
|
type: {
|
|
69
|
-
name: "String"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
90
|
+
name: "String",
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
},
|
|
74
95
|
};
|
|
75
96
|
export const CommunicationIdentityAccessToken = {
|
|
76
97
|
type: {
|
|
@@ -81,18 +102,18 @@ export const CommunicationIdentityAccessToken = {
|
|
|
81
102
|
serializedName: "token",
|
|
82
103
|
required: true,
|
|
83
104
|
type: {
|
|
84
|
-
name: "String"
|
|
85
|
-
}
|
|
105
|
+
name: "String",
|
|
106
|
+
},
|
|
86
107
|
},
|
|
87
108
|
expiresOn: {
|
|
88
109
|
serializedName: "expiresOn",
|
|
89
110
|
required: true,
|
|
90
111
|
type: {
|
|
91
|
-
name: "DateTime"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
112
|
+
name: "DateTime",
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
},
|
|
96
117
|
};
|
|
97
118
|
export const CommunicationErrorResponse = {
|
|
98
119
|
type: {
|
|
@@ -103,11 +124,11 @@ export const CommunicationErrorResponse = {
|
|
|
103
124
|
serializedName: "error",
|
|
104
125
|
type: {
|
|
105
126
|
name: "Composite",
|
|
106
|
-
className: "CommunicationError"
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
127
|
+
className: "CommunicationError",
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
},
|
|
111
132
|
};
|
|
112
133
|
export const CommunicationError = {
|
|
113
134
|
type: {
|
|
@@ -118,22 +139,22 @@ export const CommunicationError = {
|
|
|
118
139
|
serializedName: "code",
|
|
119
140
|
required: true,
|
|
120
141
|
type: {
|
|
121
|
-
name: "String"
|
|
122
|
-
}
|
|
142
|
+
name: "String",
|
|
143
|
+
},
|
|
123
144
|
},
|
|
124
145
|
message: {
|
|
125
146
|
serializedName: "message",
|
|
126
147
|
required: true,
|
|
127
148
|
type: {
|
|
128
|
-
name: "String"
|
|
129
|
-
}
|
|
149
|
+
name: "String",
|
|
150
|
+
},
|
|
130
151
|
},
|
|
131
152
|
target: {
|
|
132
153
|
serializedName: "target",
|
|
133
154
|
readOnly: true,
|
|
134
155
|
type: {
|
|
135
|
-
name: "String"
|
|
136
|
-
}
|
|
156
|
+
name: "String",
|
|
157
|
+
},
|
|
137
158
|
},
|
|
138
159
|
details: {
|
|
139
160
|
serializedName: "details",
|
|
@@ -143,20 +164,20 @@ export const CommunicationError = {
|
|
|
143
164
|
element: {
|
|
144
165
|
type: {
|
|
145
166
|
name: "Composite",
|
|
146
|
-
className: "CommunicationError"
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
167
|
+
className: "CommunicationError",
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
},
|
|
150
171
|
},
|
|
151
172
|
innerError: {
|
|
152
173
|
serializedName: "innererror",
|
|
153
174
|
type: {
|
|
154
175
|
name: "Composite",
|
|
155
|
-
className: "CommunicationError"
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
176
|
+
className: "CommunicationError",
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
},
|
|
160
181
|
};
|
|
161
182
|
export const TeamsUserExchangeTokenRequest = {
|
|
162
183
|
type: {
|
|
@@ -167,25 +188,25 @@ export const TeamsUserExchangeTokenRequest = {
|
|
|
167
188
|
serializedName: "token",
|
|
168
189
|
required: true,
|
|
169
190
|
type: {
|
|
170
|
-
name: "String"
|
|
171
|
-
}
|
|
191
|
+
name: "String",
|
|
192
|
+
},
|
|
172
193
|
},
|
|
173
194
|
appId: {
|
|
174
195
|
serializedName: "appId",
|
|
175
196
|
required: true,
|
|
176
197
|
type: {
|
|
177
|
-
name: "String"
|
|
178
|
-
}
|
|
198
|
+
name: "String",
|
|
199
|
+
},
|
|
179
200
|
},
|
|
180
201
|
userId: {
|
|
181
202
|
serializedName: "userId",
|
|
182
203
|
required: true,
|
|
183
204
|
type: {
|
|
184
|
-
name: "String"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
205
|
+
name: "String",
|
|
206
|
+
},
|
|
207
|
+
},
|
|
208
|
+
},
|
|
209
|
+
},
|
|
189
210
|
};
|
|
190
211
|
export const CommunicationIdentityAccessTokenRequest = {
|
|
191
212
|
type: {
|
|
@@ -199,23 +220,191 @@ export const CommunicationIdentityAccessTokenRequest = {
|
|
|
199
220
|
name: "Sequence",
|
|
200
221
|
element: {
|
|
201
222
|
type: {
|
|
202
|
-
name: "String"
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
223
|
+
name: "String",
|
|
224
|
+
},
|
|
225
|
+
},
|
|
226
|
+
},
|
|
206
227
|
},
|
|
207
228
|
expiresInMinutes: {
|
|
208
229
|
defaultValue: 1440,
|
|
209
230
|
constraints: {
|
|
210
231
|
InclusiveMaximum: 1440,
|
|
211
|
-
InclusiveMinimum: 60
|
|
232
|
+
InclusiveMinimum: 60,
|
|
212
233
|
},
|
|
213
234
|
serializedName: "expiresInMinutes",
|
|
214
235
|
type: {
|
|
215
|
-
name: "Number"
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}
|
|
236
|
+
name: "Number",
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
};
|
|
242
|
+
export const TeamsExtensionAssignmentResponse = {
|
|
243
|
+
type: {
|
|
244
|
+
name: "Composite",
|
|
245
|
+
className: "TeamsExtensionAssignmentResponse",
|
|
246
|
+
modelProperties: {
|
|
247
|
+
objectId: {
|
|
248
|
+
serializedName: "objectId",
|
|
249
|
+
required: true,
|
|
250
|
+
type: {
|
|
251
|
+
name: "String",
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
tenantId: {
|
|
255
|
+
serializedName: "tenantId",
|
|
256
|
+
required: true,
|
|
257
|
+
type: {
|
|
258
|
+
name: "String",
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
principalType: {
|
|
262
|
+
serializedName: "principalType",
|
|
263
|
+
required: true,
|
|
264
|
+
type: {
|
|
265
|
+
name: "String",
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
clientIds: {
|
|
269
|
+
serializedName: "clientIds",
|
|
270
|
+
type: {
|
|
271
|
+
name: "Sequence",
|
|
272
|
+
element: {
|
|
273
|
+
type: {
|
|
274
|
+
name: "String",
|
|
275
|
+
},
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
};
|
|
282
|
+
export const TeamsExtensionAssignmentCreateOrUpdateRequest = {
|
|
283
|
+
type: {
|
|
284
|
+
name: "Composite",
|
|
285
|
+
className: "TeamsExtensionAssignmentCreateOrUpdateRequest",
|
|
286
|
+
modelProperties: {
|
|
287
|
+
principalType: {
|
|
288
|
+
serializedName: "principalType",
|
|
289
|
+
required: true,
|
|
290
|
+
type: {
|
|
291
|
+
name: "String",
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
clientIds: {
|
|
295
|
+
serializedName: "clientIds",
|
|
296
|
+
type: {
|
|
297
|
+
name: "Sequence",
|
|
298
|
+
element: {
|
|
299
|
+
type: {
|
|
300
|
+
name: "String",
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
};
|
|
308
|
+
export const EntraAssignmentCreateOrUpdateRequest = {
|
|
309
|
+
type: {
|
|
310
|
+
name: "Composite",
|
|
311
|
+
className: "EntraAssignmentCreateOrUpdateRequest",
|
|
312
|
+
modelProperties: {
|
|
313
|
+
tenantId: {
|
|
314
|
+
serializedName: "tenantId",
|
|
315
|
+
required: true,
|
|
316
|
+
type: {
|
|
317
|
+
name: "String",
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
principalType: {
|
|
321
|
+
serializedName: "principalType",
|
|
322
|
+
required: true,
|
|
323
|
+
type: {
|
|
324
|
+
name: "String",
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
clientIds: {
|
|
328
|
+
serializedName: "clientIds",
|
|
329
|
+
required: true,
|
|
330
|
+
type: {
|
|
331
|
+
name: "Sequence",
|
|
332
|
+
element: {
|
|
333
|
+
type: {
|
|
334
|
+
name: "String",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
};
|
|
342
|
+
export const EntraAssignmentsResponse = {
|
|
343
|
+
type: {
|
|
344
|
+
name: "Composite",
|
|
345
|
+
className: "EntraAssignmentsResponse",
|
|
346
|
+
modelProperties: {
|
|
347
|
+
value: {
|
|
348
|
+
serializedName: "value",
|
|
349
|
+
required: true,
|
|
350
|
+
type: {
|
|
351
|
+
name: "Sequence",
|
|
352
|
+
element: {
|
|
353
|
+
type: {
|
|
354
|
+
name: "Composite",
|
|
355
|
+
className: "EntraAssignment",
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
},
|
|
360
|
+
nextLink: {
|
|
361
|
+
serializedName: "nextLink",
|
|
362
|
+
type: {
|
|
363
|
+
name: "String",
|
|
364
|
+
},
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
};
|
|
369
|
+
export const EntraAssignment = {
|
|
370
|
+
type: {
|
|
371
|
+
name: "Composite",
|
|
372
|
+
className: "EntraAssignment",
|
|
373
|
+
modelProperties: {
|
|
374
|
+
objectId: {
|
|
375
|
+
serializedName: "objectId",
|
|
376
|
+
required: true,
|
|
377
|
+
type: {
|
|
378
|
+
name: "String",
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
tenantId: {
|
|
382
|
+
serializedName: "tenantId",
|
|
383
|
+
required: true,
|
|
384
|
+
type: {
|
|
385
|
+
name: "String",
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
principalType: {
|
|
389
|
+
serializedName: "principalType",
|
|
390
|
+
required: true,
|
|
391
|
+
type: {
|
|
392
|
+
name: "String",
|
|
393
|
+
},
|
|
394
|
+
},
|
|
395
|
+
clientIds: {
|
|
396
|
+
serializedName: "clientIds",
|
|
397
|
+
required: true,
|
|
398
|
+
type: {
|
|
399
|
+
name: "Sequence",
|
|
400
|
+
element: {
|
|
401
|
+
type: {
|
|
402
|
+
name: "String",
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
},
|
|
408
|
+
},
|
|
220
409
|
};
|
|
221
410
|
//# sourceMappingURL=mappers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const CommunicationIdentityCreateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityCreateRequest\",\n modelProperties: {\n createTokenWithScopes: {\n serializedName: \"createTokenWithScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expiresInMinutes: {\n defaultValue: 1440,\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 60\n },\n serializedName: \"expiresInMinutes\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentityAccessTokenResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessTokenResult\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentity\"\n }\n },\n accessToken: {\n serializedName: \"accessToken\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessToken\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentityAccessToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"expiresOn\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CommunicationErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\"\n }\n }\n }\n }\n};\n\nexport const CommunicationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\"\n }\n }\n }\n },\n innerError: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\"\n }\n }\n }\n }\n};\n\nexport const TeamsUserExchangeTokenRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeamsUserExchangeTokenRequest\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userId: {\n serializedName: \"userId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentityAccessTokenRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessTokenRequest\",\n modelProperties: {\n scopes: {\n serializedName: \"scopes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expiresInMinutes: {\n defaultValue: 1440,\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 60\n },\n serializedName: \"expiresInMinutes\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n"]}
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const CommunicationIdentityCreateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityCreateRequest\",\n modelProperties: {\n customId: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"customId\",\n type: {\n name: \"String\",\n },\n },\n createTokenWithScopes: {\n serializedName: \"createTokenWithScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n expiresInMinutes: {\n defaultValue: 1440,\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 60,\n },\n serializedName: \"expiresInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CommunicationIdentityAccessTokenResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessTokenResult\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentity\",\n },\n },\n accessToken: {\n serializedName: \"accessToken\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessToken\",\n },\n },\n },\n },\n };\n\nexport const CommunicationIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentity\",\n modelProperties: {\n customId: {\n serializedName: \"customId\",\n type: {\n name: \"String\",\n },\n },\n lastTokenIssuedAt: {\n serializedName: \"lastTokenIssuedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CommunicationIdentityAccessToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n expiresOn: {\n serializedName: \"expiresOn\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CommunicationErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n};\n\nexport const CommunicationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n innerError: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n};\n\nexport const TeamsUserExchangeTokenRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeamsUserExchangeTokenRequest\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n appId: {\n serializedName: \"appId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userId: {\n serializedName: \"userId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CommunicationIdentityAccessTokenRequest: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessTokenRequest\",\n modelProperties: {\n scopes: {\n serializedName: \"scopes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n expiresInMinutes: {\n defaultValue: 1440,\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 60,\n },\n serializedName: \"expiresInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const TeamsExtensionAssignmentResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeamsExtensionAssignmentResponse\",\n modelProperties: {\n objectId: {\n serializedName: \"objectId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n principalType: {\n serializedName: \"principalType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n clientIds: {\n serializedName: \"clientIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TeamsExtensionAssignmentCreateOrUpdateRequest: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TeamsExtensionAssignmentCreateOrUpdateRequest\",\n modelProperties: {\n principalType: {\n serializedName: \"principalType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n clientIds: {\n serializedName: \"clientIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const EntraAssignmentCreateOrUpdateRequest: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"EntraAssignmentCreateOrUpdateRequest\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n principalType: {\n serializedName: \"principalType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n clientIds: {\n serializedName: \"clientIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const EntraAssignmentsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntraAssignmentsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntraAssignment\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EntraAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntraAssignment\",\n modelProperties: {\n objectId: {\n serializedName: \"objectId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n principalType: {\n serializedName: \"principalType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n clientIds: {\n serializedName: \"clientIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n"]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
2
|
export declare const contentType: OperationParameter;
|
|
3
3
|
export declare const accept: OperationParameter;
|
|
4
|
+
export declare const customId: OperationParameter;
|
|
4
5
|
export declare const createTokenWithScopes: OperationParameter;
|
|
5
6
|
export declare const expiresInMinutes: OperationParameter;
|
|
6
7
|
export declare const endpoint: OperationURLParameter;
|
|
@@ -11,4 +12,15 @@ export declare const appId: OperationParameter;
|
|
|
11
12
|
export declare const userId: OperationParameter;
|
|
12
13
|
export declare const scopes: OperationParameter;
|
|
13
14
|
export declare const expiresInMinutes1: OperationParameter;
|
|
15
|
+
export declare const body3: OperationParameter;
|
|
16
|
+
export declare const tenantId: OperationURLParameter;
|
|
17
|
+
export declare const objectId: OperationURLParameter;
|
|
18
|
+
export declare const principalType: OperationParameter;
|
|
19
|
+
export declare const clientIds: OperationParameter;
|
|
20
|
+
export declare const contentType1: OperationParameter;
|
|
21
|
+
export declare const body5: OperationParameter;
|
|
22
|
+
export declare const nextLink: OperationURLParameter;
|
|
23
|
+
export declare const tenantId1: OperationParameter;
|
|
24
|
+
export declare const principalType1: OperationParameter;
|
|
25
|
+
export declare const clientIds1: OperationParameter;
|
|
14
26
|
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAGnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,EAAE,EAAE,qBAShB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAUnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAenB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC"}
|