@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,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,oDAApC,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,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,oDAApC,oCAAoC,QAW/C;AAeD,oFAAoF;AACpF,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,sBAAsB;IACtB,uEAAmC,CAAA;IACnC,WAAW;IACX,iDAAa,CAAA;AACf,CAAC,EALW,gCAAgC,gDAAhC,gCAAgC,QAK3C;AAYD,2EAA2E;AAC3E,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,YAAY;IACZ,0CAAe,CAAA;IACf,aAAa;IACb,4CAAiB,CAAA;AACnB,CAAC,EAPW,uBAAuB,uCAAvB,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"}
|
|
@@ -7,36 +7,45 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.CommunicationIdentityAccessTokenRequest = exports.TeamsUserExchangeTokenRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.CommunicationIdentityAccessToken = exports.CommunicationIdentity = exports.CommunicationIdentityAccessTokenResult = exports.CommunicationIdentityCreateRequest = void 0;
|
|
10
|
+
exports.EntraAssignment = exports.EntraAssignmentsResponse = exports.EntraAssignmentCreateOrUpdateRequest = exports.TeamsExtensionAssignmentCreateOrUpdateRequest = exports.TeamsExtensionAssignmentResponse = exports.CommunicationIdentityAccessTokenRequest = exports.TeamsUserExchangeTokenRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.CommunicationIdentityAccessToken = exports.CommunicationIdentity = exports.CommunicationIdentityAccessTokenResult = exports.CommunicationIdentityCreateRequest = void 0;
|
|
11
11
|
exports.CommunicationIdentityCreateRequest = {
|
|
12
12
|
type: {
|
|
13
13
|
name: "Composite",
|
|
14
14
|
className: "CommunicationIdentityCreateRequest",
|
|
15
15
|
modelProperties: {
|
|
16
|
+
customId: {
|
|
17
|
+
constraints: {
|
|
18
|
+
MinLength: 1,
|
|
19
|
+
},
|
|
20
|
+
serializedName: "customId",
|
|
21
|
+
type: {
|
|
22
|
+
name: "String",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
16
25
|
createTokenWithScopes: {
|
|
17
26
|
serializedName: "createTokenWithScopes",
|
|
18
27
|
type: {
|
|
19
28
|
name: "Sequence",
|
|
20
29
|
element: {
|
|
21
30
|
type: {
|
|
22
|
-
name: "String"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
26
35
|
},
|
|
27
36
|
expiresInMinutes: {
|
|
28
37
|
defaultValue: 1440,
|
|
29
38
|
constraints: {
|
|
30
39
|
InclusiveMaximum: 1440,
|
|
31
|
-
InclusiveMinimum: 60
|
|
40
|
+
InclusiveMinimum: 60,
|
|
32
41
|
},
|
|
33
42
|
serializedName: "expiresInMinutes",
|
|
34
43
|
type: {
|
|
35
|
-
name: "Number"
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
44
|
+
name: "Number",
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
},
|
|
40
49
|
};
|
|
41
50
|
exports.CommunicationIdentityAccessTokenResult = {
|
|
42
51
|
type: {
|
|
@@ -47,33 +56,45 @@ exports.CommunicationIdentityAccessTokenResult = {
|
|
|
47
56
|
serializedName: "identity",
|
|
48
57
|
type: {
|
|
49
58
|
name: "Composite",
|
|
50
|
-
className: "CommunicationIdentity"
|
|
51
|
-
}
|
|
59
|
+
className: "CommunicationIdentity",
|
|
60
|
+
},
|
|
52
61
|
},
|
|
53
62
|
accessToken: {
|
|
54
63
|
serializedName: "accessToken",
|
|
55
64
|
type: {
|
|
56
65
|
name: "Composite",
|
|
57
|
-
className: "CommunicationIdentityAccessToken"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
66
|
+
className: "CommunicationIdentityAccessToken",
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
},
|
|
62
71
|
};
|
|
63
72
|
exports.CommunicationIdentity = {
|
|
64
73
|
type: {
|
|
65
74
|
name: "Composite",
|
|
66
75
|
className: "CommunicationIdentity",
|
|
67
76
|
modelProperties: {
|
|
77
|
+
customId: {
|
|
78
|
+
serializedName: "customId",
|
|
79
|
+
type: {
|
|
80
|
+
name: "String",
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
lastTokenIssuedAt: {
|
|
84
|
+
serializedName: "lastTokenIssuedAt",
|
|
85
|
+
type: {
|
|
86
|
+
name: "DateTime",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
68
89
|
id: {
|
|
69
90
|
serializedName: "id",
|
|
70
91
|
required: true,
|
|
71
92
|
type: {
|
|
72
|
-
name: "String"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
93
|
+
name: "String",
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
},
|
|
77
98
|
};
|
|
78
99
|
exports.CommunicationIdentityAccessToken = {
|
|
79
100
|
type: {
|
|
@@ -84,18 +105,18 @@ exports.CommunicationIdentityAccessToken = {
|
|
|
84
105
|
serializedName: "token",
|
|
85
106
|
required: true,
|
|
86
107
|
type: {
|
|
87
|
-
name: "String"
|
|
88
|
-
}
|
|
108
|
+
name: "String",
|
|
109
|
+
},
|
|
89
110
|
},
|
|
90
111
|
expiresOn: {
|
|
91
112
|
serializedName: "expiresOn",
|
|
92
113
|
required: true,
|
|
93
114
|
type: {
|
|
94
|
-
name: "DateTime"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
115
|
+
name: "DateTime",
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
},
|
|
99
120
|
};
|
|
100
121
|
exports.CommunicationErrorResponse = {
|
|
101
122
|
type: {
|
|
@@ -106,11 +127,11 @@ exports.CommunicationErrorResponse = {
|
|
|
106
127
|
serializedName: "error",
|
|
107
128
|
type: {
|
|
108
129
|
name: "Composite",
|
|
109
|
-
className: "CommunicationError"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
130
|
+
className: "CommunicationError",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
114
135
|
};
|
|
115
136
|
exports.CommunicationError = {
|
|
116
137
|
type: {
|
|
@@ -121,22 +142,22 @@ exports.CommunicationError = {
|
|
|
121
142
|
serializedName: "code",
|
|
122
143
|
required: true,
|
|
123
144
|
type: {
|
|
124
|
-
name: "String"
|
|
125
|
-
}
|
|
145
|
+
name: "String",
|
|
146
|
+
},
|
|
126
147
|
},
|
|
127
148
|
message: {
|
|
128
149
|
serializedName: "message",
|
|
129
150
|
required: true,
|
|
130
151
|
type: {
|
|
131
|
-
name: "String"
|
|
132
|
-
}
|
|
152
|
+
name: "String",
|
|
153
|
+
},
|
|
133
154
|
},
|
|
134
155
|
target: {
|
|
135
156
|
serializedName: "target",
|
|
136
157
|
readOnly: true,
|
|
137
158
|
type: {
|
|
138
|
-
name: "String"
|
|
139
|
-
}
|
|
159
|
+
name: "String",
|
|
160
|
+
},
|
|
140
161
|
},
|
|
141
162
|
details: {
|
|
142
163
|
serializedName: "details",
|
|
@@ -146,20 +167,20 @@ exports.CommunicationError = {
|
|
|
146
167
|
element: {
|
|
147
168
|
type: {
|
|
148
169
|
name: "Composite",
|
|
149
|
-
className: "CommunicationError"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
170
|
+
className: "CommunicationError",
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
},
|
|
153
174
|
},
|
|
154
175
|
innerError: {
|
|
155
176
|
serializedName: "innererror",
|
|
156
177
|
type: {
|
|
157
178
|
name: "Composite",
|
|
158
|
-
className: "CommunicationError"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
179
|
+
className: "CommunicationError",
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
},
|
|
163
184
|
};
|
|
164
185
|
exports.TeamsUserExchangeTokenRequest = {
|
|
165
186
|
type: {
|
|
@@ -170,25 +191,25 @@ exports.TeamsUserExchangeTokenRequest = {
|
|
|
170
191
|
serializedName: "token",
|
|
171
192
|
required: true,
|
|
172
193
|
type: {
|
|
173
|
-
name: "String"
|
|
174
|
-
}
|
|
194
|
+
name: "String",
|
|
195
|
+
},
|
|
175
196
|
},
|
|
176
197
|
appId: {
|
|
177
198
|
serializedName: "appId",
|
|
178
199
|
required: true,
|
|
179
200
|
type: {
|
|
180
|
-
name: "String"
|
|
181
|
-
}
|
|
201
|
+
name: "String",
|
|
202
|
+
},
|
|
182
203
|
},
|
|
183
204
|
userId: {
|
|
184
205
|
serializedName: "userId",
|
|
185
206
|
required: true,
|
|
186
207
|
type: {
|
|
187
|
-
name: "String"
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
}
|
|
208
|
+
name: "String",
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
},
|
|
192
213
|
};
|
|
193
214
|
exports.CommunicationIdentityAccessTokenRequest = {
|
|
194
215
|
type: {
|
|
@@ -202,23 +223,191 @@ exports.CommunicationIdentityAccessTokenRequest = {
|
|
|
202
223
|
name: "Sequence",
|
|
203
224
|
element: {
|
|
204
225
|
type: {
|
|
205
|
-
name: "String"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
226
|
+
name: "String",
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
},
|
|
209
230
|
},
|
|
210
231
|
expiresInMinutes: {
|
|
211
232
|
defaultValue: 1440,
|
|
212
233
|
constraints: {
|
|
213
234
|
InclusiveMaximum: 1440,
|
|
214
|
-
InclusiveMinimum: 60
|
|
235
|
+
InclusiveMinimum: 60,
|
|
215
236
|
},
|
|
216
237
|
serializedName: "expiresInMinutes",
|
|
217
238
|
type: {
|
|
218
|
-
name: "Number"
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
}
|
|
239
|
+
name: "Number",
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
};
|
|
245
|
+
exports.TeamsExtensionAssignmentResponse = {
|
|
246
|
+
type: {
|
|
247
|
+
name: "Composite",
|
|
248
|
+
className: "TeamsExtensionAssignmentResponse",
|
|
249
|
+
modelProperties: {
|
|
250
|
+
objectId: {
|
|
251
|
+
serializedName: "objectId",
|
|
252
|
+
required: true,
|
|
253
|
+
type: {
|
|
254
|
+
name: "String",
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
tenantId: {
|
|
258
|
+
serializedName: "tenantId",
|
|
259
|
+
required: true,
|
|
260
|
+
type: {
|
|
261
|
+
name: "String",
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
principalType: {
|
|
265
|
+
serializedName: "principalType",
|
|
266
|
+
required: true,
|
|
267
|
+
type: {
|
|
268
|
+
name: "String",
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
clientIds: {
|
|
272
|
+
serializedName: "clientIds",
|
|
273
|
+
type: {
|
|
274
|
+
name: "Sequence",
|
|
275
|
+
element: {
|
|
276
|
+
type: {
|
|
277
|
+
name: "String",
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
},
|
|
284
|
+
};
|
|
285
|
+
exports.TeamsExtensionAssignmentCreateOrUpdateRequest = {
|
|
286
|
+
type: {
|
|
287
|
+
name: "Composite",
|
|
288
|
+
className: "TeamsExtensionAssignmentCreateOrUpdateRequest",
|
|
289
|
+
modelProperties: {
|
|
290
|
+
principalType: {
|
|
291
|
+
serializedName: "principalType",
|
|
292
|
+
required: true,
|
|
293
|
+
type: {
|
|
294
|
+
name: "String",
|
|
295
|
+
},
|
|
296
|
+
},
|
|
297
|
+
clientIds: {
|
|
298
|
+
serializedName: "clientIds",
|
|
299
|
+
type: {
|
|
300
|
+
name: "Sequence",
|
|
301
|
+
element: {
|
|
302
|
+
type: {
|
|
303
|
+
name: "String",
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
};
|
|
311
|
+
exports.EntraAssignmentCreateOrUpdateRequest = {
|
|
312
|
+
type: {
|
|
313
|
+
name: "Composite",
|
|
314
|
+
className: "EntraAssignmentCreateOrUpdateRequest",
|
|
315
|
+
modelProperties: {
|
|
316
|
+
tenantId: {
|
|
317
|
+
serializedName: "tenantId",
|
|
318
|
+
required: true,
|
|
319
|
+
type: {
|
|
320
|
+
name: "String",
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
principalType: {
|
|
324
|
+
serializedName: "principalType",
|
|
325
|
+
required: true,
|
|
326
|
+
type: {
|
|
327
|
+
name: "String",
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
|
+
clientIds: {
|
|
331
|
+
serializedName: "clientIds",
|
|
332
|
+
required: true,
|
|
333
|
+
type: {
|
|
334
|
+
name: "Sequence",
|
|
335
|
+
element: {
|
|
336
|
+
type: {
|
|
337
|
+
name: "String",
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
};
|
|
345
|
+
exports.EntraAssignmentsResponse = {
|
|
346
|
+
type: {
|
|
347
|
+
name: "Composite",
|
|
348
|
+
className: "EntraAssignmentsResponse",
|
|
349
|
+
modelProperties: {
|
|
350
|
+
value: {
|
|
351
|
+
serializedName: "value",
|
|
352
|
+
required: true,
|
|
353
|
+
type: {
|
|
354
|
+
name: "Sequence",
|
|
355
|
+
element: {
|
|
356
|
+
type: {
|
|
357
|
+
name: "Composite",
|
|
358
|
+
className: "EntraAssignment",
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
nextLink: {
|
|
364
|
+
serializedName: "nextLink",
|
|
365
|
+
type: {
|
|
366
|
+
name: "String",
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
};
|
|
372
|
+
exports.EntraAssignment = {
|
|
373
|
+
type: {
|
|
374
|
+
name: "Composite",
|
|
375
|
+
className: "EntraAssignment",
|
|
376
|
+
modelProperties: {
|
|
377
|
+
objectId: {
|
|
378
|
+
serializedName: "objectId",
|
|
379
|
+
required: true,
|
|
380
|
+
type: {
|
|
381
|
+
name: "String",
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
tenantId: {
|
|
385
|
+
serializedName: "tenantId",
|
|
386
|
+
required: true,
|
|
387
|
+
type: {
|
|
388
|
+
name: "String",
|
|
389
|
+
},
|
|
390
|
+
},
|
|
391
|
+
principalType: {
|
|
392
|
+
serializedName: "principalType",
|
|
393
|
+
required: true,
|
|
394
|
+
type: {
|
|
395
|
+
name: "String",
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
clientIds: {
|
|
399
|
+
serializedName: "clientIds",
|
|
400
|
+
required: true,
|
|
401
|
+
type: {
|
|
402
|
+
name: "Sequence",
|
|
403
|
+
element: {
|
|
404
|
+
type: {
|
|
405
|
+
name: "String",
|
|
406
|
+
},
|
|
407
|
+
},
|
|
408
|
+
},
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
},
|
|
223
412
|
};
|
|
224
413
|
//# 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"}
|