@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.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 +5 -3
- package/dist/browser/eventGridManagementClient.d.ts +6 -4
- package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
- package/dist/browser/eventGridManagementClient.js +10 -7
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1000 -283
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +174 -16
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +48 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1301 -268
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +13 -6
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +116 -48
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/eventSubscriptions.js +34 -34
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -3
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -3
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/partnerDestinations.d.ts +114 -0
- package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operations/partnerDestinations.js +574 -0
- package/dist/browser/operations/partnerDestinations.js.map +1 -0
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
- package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +9 -6
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1000 -283
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +176 -18
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +48 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1306 -273
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +13 -6
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +117 -49
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.js +34 -34
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -3
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -3
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.js +578 -0
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -3
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/eventGridManagementClient.d.ts +6 -4
- package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
- package/dist/esm/eventGridManagementClient.js +10 -7
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1000 -283
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +174 -16
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +48 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1301 -268
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +13 -6
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +116 -48
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/eventSubscriptions.js +34 -34
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -3
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -3
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/partnerDestinations.d.ts +114 -0
- package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operations/partnerDestinations.js +574 -0
- package/dist/esm/operations/partnerDestinations.js.map +1 -0
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -3
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.d.ts +6 -4
- package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +10 -7
- package/dist/react-native/eventGridManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1000 -283
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +174 -16
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +48 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1301 -268
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +13 -6
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +116 -48
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.js +34 -34
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -3
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -3
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
- package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/partnerDestinations.js +574 -0
- package/dist/react-native/operations/partnerDestinations.js.map +1 -0
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -3
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/package.json +32 -45
- package/CHANGELOG.md +0 -2065
- package/review/arm-eventgrid.api.md +0 -4226
|
@@ -8,7 +8,10 @@ export declare const CaCertificatesListResult: coreClient.CompositeMapper;
|
|
|
8
8
|
export declare const PartnerTopicInfo: coreClient.CompositeMapper;
|
|
9
9
|
export declare const EventTypeInfo: coreClient.CompositeMapper;
|
|
10
10
|
export declare const InlineEventProperties: coreClient.CompositeMapper;
|
|
11
|
+
export declare const PartnerDestinationInfo: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ResourceMoveChangeHistory: coreClient.CompositeMapper;
|
|
11
13
|
export declare const ChannelUpdateParameters: coreClient.CompositeMapper;
|
|
14
|
+
export declare const PartnerUpdateDestinationInfo: coreClient.CompositeMapper;
|
|
12
15
|
export declare const PartnerUpdateTopicInfo: coreClient.CompositeMapper;
|
|
13
16
|
export declare const ChannelsListResult: coreClient.CompositeMapper;
|
|
14
17
|
export declare const EventSubscriptionFullUrl: coreClient.CompositeMapper;
|
|
@@ -19,6 +22,7 @@ export declare const PrivateEndpoint: coreClient.CompositeMapper;
|
|
|
19
22
|
export declare const ConnectionState: coreClient.CompositeMapper;
|
|
20
23
|
export declare const InputSchemaMapping: coreClient.CompositeMapper;
|
|
21
24
|
export declare const InboundIpRule: coreClient.CompositeMapper;
|
|
25
|
+
export declare const ResourceSku: coreClient.CompositeMapper;
|
|
22
26
|
export declare const IdentityInfo: coreClient.CompositeMapper;
|
|
23
27
|
export declare const UserIdentityProperties: coreClient.CompositeMapper;
|
|
24
28
|
export declare const DomainUpdateParameters: coreClient.CompositeMapper;
|
|
@@ -32,6 +36,7 @@ export declare const DeliveryConfiguration: coreClient.CompositeMapper;
|
|
|
32
36
|
export declare const QueueInfo: coreClient.CompositeMapper;
|
|
33
37
|
export declare const DeadLetterWithResourceIdentity: coreClient.CompositeMapper;
|
|
34
38
|
export declare const EventSubscriptionIdentity: coreClient.CompositeMapper;
|
|
39
|
+
export declare const FederatedIdentityCredentialInfo: coreClient.CompositeMapper;
|
|
35
40
|
export declare const DeadLetterDestination: coreClient.CompositeMapper;
|
|
36
41
|
export declare const PushInfo: coreClient.CompositeMapper;
|
|
37
42
|
export declare const DeliveryWithResourceIdentity: coreClient.CompositeMapper;
|
|
@@ -52,6 +57,13 @@ export declare const TopicSpacesConfiguration: coreClient.CompositeMapper;
|
|
|
52
57
|
export declare const RoutingEnrichments: coreClient.CompositeMapper;
|
|
53
58
|
export declare const StaticRoutingEnrichment: coreClient.CompositeMapper;
|
|
54
59
|
export declare const DynamicRoutingEnrichment: coreClient.CompositeMapper;
|
|
60
|
+
export declare const ClientAuthenticationSettings: coreClient.CompositeMapper;
|
|
61
|
+
export declare const CustomJwtAuthenticationSettings: coreClient.CompositeMapper;
|
|
62
|
+
export declare const IssuerCertificateInfo: coreClient.CompositeMapper;
|
|
63
|
+
export declare const CustomJwtAuthenticationManagedIdentity: coreClient.CompositeMapper;
|
|
64
|
+
export declare const EncodedIssuerCertificateInfo: coreClient.CompositeMapper;
|
|
65
|
+
export declare const WebhookAuthenticationSettings: coreClient.CompositeMapper;
|
|
66
|
+
export declare const CustomWebhookAuthenticationManagedIdentity: coreClient.CompositeMapper;
|
|
55
67
|
export declare const RoutingIdentityInfo: coreClient.CompositeMapper;
|
|
56
68
|
export declare const NamespaceSku: coreClient.CompositeMapper;
|
|
57
69
|
export declare const NamespaceUpdateParameters: coreClient.CompositeMapper;
|
|
@@ -67,12 +79,12 @@ export declare const TopicRegenerateKeyRequest: coreClient.CompositeMapper;
|
|
|
67
79
|
export declare const OperationsListResult: coreClient.CompositeMapper;
|
|
68
80
|
export declare const Operation: coreClient.CompositeMapper;
|
|
69
81
|
export declare const OperationInfo: coreClient.CompositeMapper;
|
|
70
|
-
export declare const TopicUpdateParameters: coreClient.CompositeMapper;
|
|
71
|
-
export declare const TopicsListResult: coreClient.CompositeMapper;
|
|
72
82
|
export declare const PartnerAuthorization: coreClient.CompositeMapper;
|
|
73
83
|
export declare const Partner: coreClient.CompositeMapper;
|
|
74
84
|
export declare const PartnerConfigurationUpdateParameters: coreClient.CompositeMapper;
|
|
75
85
|
export declare const PartnerConfigurationsListResult: coreClient.CompositeMapper;
|
|
86
|
+
export declare const PartnerDestinationUpdateParameters: coreClient.CompositeMapper;
|
|
87
|
+
export declare const PartnerDestinationsListResult: coreClient.CompositeMapper;
|
|
76
88
|
export declare const PartnerNamespaceUpdateParameters: coreClient.CompositeMapper;
|
|
77
89
|
export declare const PartnerNamespacesListResult: coreClient.CompositeMapper;
|
|
78
90
|
export declare const PartnerNamespaceSharedAccessKeys: coreClient.CompositeMapper;
|
|
@@ -81,12 +93,22 @@ export declare const PartnerRegistrationUpdateParameters: coreClient.CompositeMa
|
|
|
81
93
|
export declare const PartnerRegistrationsListResult: coreClient.CompositeMapper;
|
|
82
94
|
export declare const PartnerTopicUpdateParameters: coreClient.CompositeMapper;
|
|
83
95
|
export declare const PartnerTopicsListResult: coreClient.CompositeMapper;
|
|
96
|
+
export declare const NetworkSecurityPerimeterConfigurationIssues: coreClient.CompositeMapper;
|
|
97
|
+
export declare const NetworkSecurityPerimeterInfo: coreClient.CompositeMapper;
|
|
98
|
+
export declare const ResourceAssociation: coreClient.CompositeMapper;
|
|
99
|
+
export declare const NetworkSecurityPerimeterConfigurationProfile: coreClient.CompositeMapper;
|
|
100
|
+
export declare const NetworkSecurityPerimeterProfileAccessRule: coreClient.CompositeMapper;
|
|
101
|
+
export declare const NetworkSecurityPerimeterSubscription: coreClient.CompositeMapper;
|
|
102
|
+
export declare const NetworkSecurityPerimeterConfigurationList: coreClient.CompositeMapper;
|
|
84
103
|
export declare const PermissionBindingsListResult: coreClient.CompositeMapper;
|
|
85
104
|
export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
|
|
86
105
|
export declare const PrivateLinkResource: coreClient.CompositeMapper;
|
|
87
106
|
export declare const PrivateLinkResourcesListResult: coreClient.CompositeMapper;
|
|
88
107
|
export declare const SystemTopicUpdateParameters: coreClient.CompositeMapper;
|
|
89
108
|
export declare const SystemTopicsListResult: coreClient.CompositeMapper;
|
|
109
|
+
export declare const ExtendedLocation: coreClient.CompositeMapper;
|
|
110
|
+
export declare const TopicUpdateParameters: coreClient.CompositeMapper;
|
|
111
|
+
export declare const TopicsListResult: coreClient.CompositeMapper;
|
|
90
112
|
export declare const EventTypesListResult: coreClient.CompositeMapper;
|
|
91
113
|
export declare const TopicSpacesListResult: coreClient.CompositeMapper;
|
|
92
114
|
export declare const TopicTypesListResult: coreClient.CompositeMapper;
|
|
@@ -95,6 +117,7 @@ export declare const PartnerDetails: coreClient.CompositeMapper;
|
|
|
95
117
|
export declare const VerifiedPartnersListResult: coreClient.CompositeMapper;
|
|
96
118
|
export declare const CustomDomainOwnershipValidationResult: coreClient.CompositeMapper;
|
|
97
119
|
export declare const SubscriptionFullUrl: coreClient.CompositeMapper;
|
|
120
|
+
export declare const PartnerClientAuthentication: coreClient.CompositeMapper;
|
|
98
121
|
export declare const JsonField: coreClient.CompositeMapper;
|
|
99
122
|
export declare const JsonFieldWithDefault: coreClient.CompositeMapper;
|
|
100
123
|
export declare const CaCertificate: coreClient.CompositeMapper;
|
|
@@ -108,12 +131,15 @@ export declare const Subscription: coreClient.CompositeMapper;
|
|
|
108
131
|
export declare const EventSubscription: coreClient.CompositeMapper;
|
|
109
132
|
export declare const NamespaceTopic: coreClient.CompositeMapper;
|
|
110
133
|
export declare const PartnerConfiguration: coreClient.CompositeMapper;
|
|
134
|
+
export declare const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper;
|
|
111
135
|
export declare const PermissionBinding: coreClient.CompositeMapper;
|
|
112
136
|
export declare const EventType: coreClient.CompositeMapper;
|
|
113
137
|
export declare const ExtensionTopic: coreClient.CompositeMapper;
|
|
114
138
|
export declare const TopicSpace: coreClient.CompositeMapper;
|
|
115
139
|
export declare const TopicTypeInfo: coreClient.CompositeMapper;
|
|
116
140
|
export declare const VerifiedPartner: coreClient.CompositeMapper;
|
|
141
|
+
export declare const WebhookPartnerDestinationInfo: coreClient.CompositeMapper;
|
|
142
|
+
export declare const WebhookUpdatePartnerDestinationInfo: coreClient.CompositeMapper;
|
|
117
143
|
export declare const JsonInputSchemaMapping: coreClient.CompositeMapper;
|
|
118
144
|
export declare const StaticDeliveryAttributeMapping: coreClient.CompositeMapper;
|
|
119
145
|
export declare const DynamicDeliveryAttributeMapping: coreClient.CompositeMapper;
|
|
@@ -125,6 +151,7 @@ export declare const HybridConnectionEventSubscriptionDestination: coreClient.Co
|
|
|
125
151
|
export declare const ServiceBusQueueEventSubscriptionDestination: coreClient.CompositeMapper;
|
|
126
152
|
export declare const ServiceBusTopicEventSubscriptionDestination: coreClient.CompositeMapper;
|
|
127
153
|
export declare const AzureFunctionEventSubscriptionDestination: coreClient.CompositeMapper;
|
|
154
|
+
export declare const PartnerEventSubscriptionDestination: coreClient.CompositeMapper;
|
|
128
155
|
export declare const MonitorAlertEventSubscriptionDestination: coreClient.CompositeMapper;
|
|
129
156
|
export declare const NamespaceTopicEventSubscriptionDestination: coreClient.CompositeMapper;
|
|
130
157
|
export declare const NumberInFilter: coreClient.CompositeMapper;
|
|
@@ -166,26 +193,28 @@ export declare const StringNotContainsAdvancedFilter: coreClient.CompositeMapper
|
|
|
166
193
|
export declare const IsNullOrUndefinedAdvancedFilter: coreClient.CompositeMapper;
|
|
167
194
|
export declare const IsNotNullAdvancedFilter: coreClient.CompositeMapper;
|
|
168
195
|
export declare const StaticStringRoutingEnrichment: coreClient.CompositeMapper;
|
|
196
|
+
export declare const AzureADPartnerClientAuthentication: coreClient.CompositeMapper;
|
|
169
197
|
export declare const Domain: coreClient.CompositeMapper;
|
|
170
198
|
export declare const Namespace: coreClient.CompositeMapper;
|
|
171
|
-
export declare const
|
|
199
|
+
export declare const PartnerDestination: coreClient.CompositeMapper;
|
|
172
200
|
export declare const PartnerNamespace: coreClient.CompositeMapper;
|
|
173
201
|
export declare const PartnerRegistration: coreClient.CompositeMapper;
|
|
174
202
|
export declare const PartnerTopic: coreClient.CompositeMapper;
|
|
175
203
|
export declare const SystemTopic: coreClient.CompositeMapper;
|
|
204
|
+
export declare const Topic: coreClient.CompositeMapper;
|
|
176
205
|
export declare const CaCertificatesDeleteHeaders: coreClient.CompositeMapper;
|
|
177
206
|
export declare const ChannelsDeleteHeaders: coreClient.CompositeMapper;
|
|
178
207
|
export declare const ClientGroupsDeleteHeaders: coreClient.CompositeMapper;
|
|
179
208
|
export declare const ClientsDeleteHeaders: coreClient.CompositeMapper;
|
|
180
209
|
export declare const DomainsDeleteHeaders: coreClient.CompositeMapper;
|
|
181
210
|
export declare const DomainTopicsDeleteHeaders: coreClient.CompositeMapper;
|
|
211
|
+
export declare const DomainTopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
182
212
|
export declare const TopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
183
213
|
export declare const DomainEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
184
|
-
export declare const NamespaceTopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
185
|
-
export declare const NamespaceTopicEventSubscriptionsUpdateHeaders: coreClient.CompositeMapper;
|
|
186
214
|
export declare const EventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
187
|
-
export declare const DomainTopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
188
215
|
export declare const SystemTopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
216
|
+
export declare const NamespaceTopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
217
|
+
export declare const NamespaceTopicEventSubscriptionsUpdateHeaders: coreClient.CompositeMapper;
|
|
189
218
|
export declare const PartnerTopicEventSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
190
219
|
export declare const NamespacesDeleteHeaders: coreClient.CompositeMapper;
|
|
191
220
|
export declare const NamespacesUpdateHeaders: coreClient.CompositeMapper;
|
|
@@ -194,17 +223,23 @@ export declare const NamespacesValidateCustomDomainOwnershipHeaders: coreClient.
|
|
|
194
223
|
export declare const NamespaceTopicsDeleteHeaders: coreClient.CompositeMapper;
|
|
195
224
|
export declare const NamespaceTopicsUpdateHeaders: coreClient.CompositeMapper;
|
|
196
225
|
export declare const NamespaceTopicsRegenerateKeyHeaders: coreClient.CompositeMapper;
|
|
197
|
-
export declare const TopicsDeleteHeaders: coreClient.CompositeMapper;
|
|
198
|
-
export declare const TopicsRegenerateKeyHeaders: coreClient.CompositeMapper;
|
|
199
226
|
export declare const PartnerConfigurationsDeleteHeaders: coreClient.CompositeMapper;
|
|
227
|
+
export declare const PartnerDestinationsDeleteHeaders: coreClient.CompositeMapper;
|
|
228
|
+
export declare const PartnerDestinationsUpdateHeaders: coreClient.CompositeMapper;
|
|
200
229
|
export declare const PartnerNamespacesDeleteHeaders: coreClient.CompositeMapper;
|
|
230
|
+
export declare const PartnerRegistrationsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
201
231
|
export declare const PartnerRegistrationsDeleteHeaders: coreClient.CompositeMapper;
|
|
202
232
|
export declare const PartnerTopicsDeleteHeaders: coreClient.CompositeMapper;
|
|
233
|
+
export declare const NetworkSecurityPerimeterConfigurationsReconcileHeaders: coreClient.CompositeMapper;
|
|
203
234
|
export declare const PermissionBindingsDeleteHeaders: coreClient.CompositeMapper;
|
|
204
235
|
export declare const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper;
|
|
205
236
|
export declare const SystemTopicsDeleteHeaders: coreClient.CompositeMapper;
|
|
237
|
+
export declare const TopicsDeleteHeaders: coreClient.CompositeMapper;
|
|
238
|
+
export declare const TopicsRegenerateKeyHeaders: coreClient.CompositeMapper;
|
|
206
239
|
export declare const TopicSpacesDeleteHeaders: coreClient.CompositeMapper;
|
|
207
240
|
export declare let discriminators: {
|
|
241
|
+
PartnerDestinationInfo: coreClient.CompositeMapper;
|
|
242
|
+
PartnerUpdateDestinationInfo: coreClient.CompositeMapper;
|
|
208
243
|
InputSchemaMapping: coreClient.CompositeMapper;
|
|
209
244
|
DeliveryAttributeMapping: coreClient.CompositeMapper;
|
|
210
245
|
DeadLetterDestination: coreClient.CompositeMapper;
|
|
@@ -212,6 +247,9 @@ export declare let discriminators: {
|
|
|
212
247
|
Filter: coreClient.CompositeMapper;
|
|
213
248
|
AdvancedFilter: coreClient.CompositeMapper;
|
|
214
249
|
StaticRoutingEnrichment: coreClient.CompositeMapper;
|
|
250
|
+
PartnerClientAuthentication: coreClient.CompositeMapper;
|
|
251
|
+
"PartnerDestinationInfo.WebHook": coreClient.CompositeMapper;
|
|
252
|
+
"PartnerUpdateDestinationInfo.WebHook": coreClient.CompositeMapper;
|
|
215
253
|
"InputSchemaMapping.Json": coreClient.CompositeMapper;
|
|
216
254
|
"DeliveryAttributeMapping.Static": coreClient.CompositeMapper;
|
|
217
255
|
"DeliveryAttributeMapping.Dynamic": coreClient.CompositeMapper;
|
|
@@ -223,6 +261,7 @@ export declare let discriminators: {
|
|
|
223
261
|
"EventSubscriptionDestination.ServiceBusQueue": coreClient.CompositeMapper;
|
|
224
262
|
"EventSubscriptionDestination.ServiceBusTopic": coreClient.CompositeMapper;
|
|
225
263
|
"EventSubscriptionDestination.AzureFunction": coreClient.CompositeMapper;
|
|
264
|
+
"EventSubscriptionDestination.PartnerDestination": coreClient.CompositeMapper;
|
|
226
265
|
"EventSubscriptionDestination.MonitorAlert": coreClient.CompositeMapper;
|
|
227
266
|
"EventSubscriptionDestination.NamespaceTopic": coreClient.CompositeMapper;
|
|
228
267
|
"Filter.NumberIn": coreClient.CompositeMapper;
|
|
@@ -264,5 +303,6 @@ export declare let discriminators: {
|
|
|
264
303
|
"AdvancedFilter.IsNullOrUndefined": coreClient.CompositeMapper;
|
|
265
304
|
"AdvancedFilter.IsNotNull": coreClient.CompositeMapper;
|
|
266
305
|
"StaticRoutingEnrichment.String": coreClient.CompositeMapper;
|
|
306
|
+
"PartnerClientAuthentication.AzureAD": coreClient.CompositeMapper;
|
|
267
307
|
};
|
|
268
308
|
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|