@azure/arm-confluent 2.0.0 → 3.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.
Files changed (155) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +70 -70
  4. package/dist/index.js +1547 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/confluentManagementClient.d.ts +21 -0
  9. package/dist-esm/src/confluentManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/confluentManagementClient.js +54 -0
  11. package/dist-esm/src/confluentManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +382 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +43 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +15 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +209 -237
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +14 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +110 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +1 -2
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/marketplaceAgreements.d.ts +37 -0
  37. package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +1 -0
  38. package/dist-esm/src/operations/marketplaceAgreements.js +149 -0
  39. package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -0
  40. package/dist-esm/src/operations/organization.d.ts +96 -0
  41. package/dist-esm/src/operations/organization.d.ts.map +1 -0
  42. package/dist-esm/src/operations/organization.js +449 -0
  43. package/dist-esm/src/operations/organization.js.map +1 -0
  44. package/dist-esm/src/operations/organizationOperations.d.ts +32 -0
  45. package/dist-esm/src/operations/organizationOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/organizationOperations.js +120 -0
  47. package/dist-esm/src/operations/organizationOperations.js.map +1 -0
  48. package/dist-esm/src/operations/validations.d.ts +21 -0
  49. package/dist-esm/src/operations/validations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/validations.js +56 -0
  51. package/dist-esm/src/operations/validations.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  53. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  54. package/{esm/models/organizationOperationsMappers.js → dist-esm/src/operationsInterfaces/index.js} +5 -2
  55. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  57. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/organization.d.ts +60 -0
  61. package/dist-esm/src/operationsInterfaces/organization.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/organization.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/organization.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts +11 -0
  65. package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/organizationOperations.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/validations.d.ts +13 -0
  69. package/dist-esm/src/operationsInterfaces/validations.d.ts.map +1 -0
  70. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/validations.js} +2 -1
  71. package/dist-esm/src/operationsInterfaces/validations.js.map +1 -0
  72. package/dist-esm/test/sampleTest.d.ts +2 -0
  73. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  74. package/dist-esm/test/sampleTest.js +40 -0
  75. package/dist-esm/test/sampleTest.js.map +1 -0
  76. package/package.json +65 -31
  77. package/review/arm-confluent.api.md +352 -0
  78. package/rollup.config.js +181 -30
  79. package/src/confluentManagementClient.ts +73 -32
  80. package/src/{models/validationsMappers.ts → index.ts} +4 -10
  81. package/src/lroImpl.ts +34 -0
  82. package/src/models/index.ts +297 -572
  83. package/src/models/mappers.ts +211 -240
  84. package/src/models/parameters.ts +81 -24
  85. package/src/operations/index.ts +1 -2
  86. package/src/operations/marketplaceAgreements.ts +107 -132
  87. package/src/operations/organization.ts +414 -300
  88. package/src/operations/organizationOperations.ts +87 -75
  89. package/src/operations/validations.ts +39 -79
  90. package/src/{models/organizationOperationsMappers.ts → operationsInterfaces/index.ts} +4 -7
  91. package/src/operationsInterfaces/marketplaceAgreements.ts +34 -0
  92. package/src/operationsInterfaces/organization.ts +114 -0
  93. package/src/operationsInterfaces/organizationOperations.ts +25 -0
  94. package/src/operationsInterfaces/validations.ts +30 -0
  95. package/tsconfig.json +3 -3
  96. package/types/arm-confluent.d.ts +543 -0
  97. package/types/tsdoc-metadata.json +11 -0
  98. package/dist/arm-confluent.js +0 -1426
  99. package/dist/arm-confluent.js.map +0 -1
  100. package/dist/arm-confluent.min.js +0 -1
  101. package/dist/arm-confluent.min.js.map +0 -1
  102. package/esm/confluentManagementClient.d.ts +0 -21
  103. package/esm/confluentManagementClient.d.ts.map +0 -1
  104. package/esm/confluentManagementClient.js +0 -35
  105. package/esm/confluentManagementClient.js.map +0 -1
  106. package/esm/confluentManagementClientContext.d.ts +0 -16
  107. package/esm/confluentManagementClientContext.d.ts.map +0 -1
  108. package/esm/confluentManagementClientContext.js +0 -56
  109. package/esm/confluentManagementClientContext.js.map +0 -1
  110. package/esm/models/index.d.ts +0 -640
  111. package/esm/models/index.d.ts.map +0 -1
  112. package/esm/models/index.js.map +0 -1
  113. package/esm/models/mappers.d.ts +0 -17
  114. package/esm/models/mappers.d.ts.map +0 -1
  115. package/esm/models/mappers.js.map +0 -1
  116. package/esm/models/marketplaceAgreementsMappers.d.ts +0 -2
  117. package/esm/models/marketplaceAgreementsMappers.d.ts.map +0 -1
  118. package/esm/models/marketplaceAgreementsMappers.js +0 -9
  119. package/esm/models/marketplaceAgreementsMappers.js.map +0 -1
  120. package/esm/models/organizationMappers.d.ts +0 -2
  121. package/esm/models/organizationMappers.d.ts.map +0 -1
  122. package/esm/models/organizationMappers.js +0 -9
  123. package/esm/models/organizationMappers.js.map +0 -1
  124. package/esm/models/organizationOperationsMappers.d.ts +0 -2
  125. package/esm/models/organizationOperationsMappers.d.ts.map +0 -1
  126. package/esm/models/organizationOperationsMappers.js.map +0 -1
  127. package/esm/models/parameters.d.ts +0 -8
  128. package/esm/models/parameters.d.ts.map +0 -1
  129. package/esm/models/parameters.js +0 -72
  130. package/esm/models/parameters.js.map +0 -1
  131. package/esm/models/validationsMappers.d.ts +0 -2
  132. package/esm/models/validationsMappers.d.ts.map +0 -1
  133. package/esm/models/validationsMappers.js +0 -9
  134. package/esm/models/validationsMappers.js.map +0 -1
  135. package/esm/operations/index.d.ts.map +0 -1
  136. package/esm/operations/index.js.map +0 -1
  137. package/esm/operations/marketplaceAgreements.d.ts +0 -61
  138. package/esm/operations/marketplaceAgreements.d.ts.map +0 -1
  139. package/esm/operations/marketplaceAgreements.js +0 -95
  140. package/esm/operations/marketplaceAgreements.js.map +0 -1
  141. package/esm/operations/organization.d.ts +0 -157
  142. package/esm/operations/organization.d.ts.map +0 -1
  143. package/esm/operations/organization.js +0 -317
  144. package/esm/operations/organization.js.map +0 -1
  145. package/esm/operations/organizationOperations.d.ts +0 -46
  146. package/esm/operations/organizationOperations.d.ts.map +0 -1
  147. package/esm/operations/organizationOperations.js +0 -79
  148. package/esm/operations/organizationOperations.js.map +0 -1
  149. package/esm/operations/validations.d.ts +0 -37
  150. package/esm/operations/validations.d.ts.map +0 -1
  151. package/esm/operations/validations.js +0 -59
  152. package/esm/operations/validations.js.map +0 -1
  153. package/src/confluentManagementClientContext.ts +0 -68
  154. package/src/models/marketplaceAgreementsMappers.ts +0 -19
  155. package/src/models/organizationMappers.ts +0 -20
@@ -0,0 +1,382 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Response of a list operation. */
3
+ export interface ConfluentAgreementResourceListResponse {
4
+ /** Results of a list operation. */
5
+ value?: ConfluentAgreementResource[];
6
+ /** Link to the next set of results, if any. */
7
+ nextLink?: string;
8
+ }
9
+ /** Agreement Terms definition */
10
+ export interface ConfluentAgreementResource {
11
+ /**
12
+ * The ARM id of the resource.
13
+ * NOTE: This property will not be serialized. It can only be populated by the server.
14
+ */
15
+ readonly id?: string;
16
+ /**
17
+ * The name of the agreement.
18
+ * NOTE: This property will not be serialized. It can only be populated by the server.
19
+ */
20
+ readonly name?: string;
21
+ /**
22
+ * The type of the agreement.
23
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
+ */
25
+ readonly type?: string;
26
+ /**
27
+ * Metadata pertaining to creation and last modification of the resource
28
+ * NOTE: This property will not be serialized. It can only be populated by the server.
29
+ */
30
+ readonly systemData?: SystemData;
31
+ /** Publisher identifier string. */
32
+ publisher?: string;
33
+ /** Product identifier string. */
34
+ product?: string;
35
+ /** Plan identifier string. */
36
+ plan?: string;
37
+ /** Link to HTML with Microsoft and Publisher terms. */
38
+ licenseTextLink?: string;
39
+ /** Link to the privacy policy of the publisher. */
40
+ privacyPolicyLink?: string;
41
+ /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */
42
+ retrieveDatetime?: Date;
43
+ /** Terms signature. */
44
+ signature?: string;
45
+ /** If any version of the terms have been accepted, otherwise false. */
46
+ accepted?: boolean;
47
+ }
48
+ /** Metadata pertaining to creation and last modification of the resource. */
49
+ export interface SystemData {
50
+ /** The identity that created the resource. */
51
+ createdBy?: string;
52
+ /** The type of identity that created the resource. */
53
+ createdByType?: CreatedByType;
54
+ /** The timestamp of resource creation (UTC). */
55
+ createdAt?: Date;
56
+ /** The identity that last modified the resource. */
57
+ lastModifiedBy?: string;
58
+ /** The type of identity that last modified the resource. */
59
+ lastModifiedByType?: CreatedByType;
60
+ /** The timestamp of resource last modification (UTC) */
61
+ lastModifiedAt?: Date;
62
+ }
63
+ /** Default error response for resource provider */
64
+ export interface ResourceProviderDefaultErrorResponse {
65
+ /**
66
+ * Response body of Error
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly error?: ErrorResponseBody;
70
+ }
71
+ /** Response body of Error */
72
+ export interface ErrorResponseBody {
73
+ /**
74
+ * Error code
75
+ * NOTE: This property will not be serialized. It can only be populated by the server.
76
+ */
77
+ readonly code?: string;
78
+ /**
79
+ * Error message
80
+ * NOTE: This property will not be serialized. It can only be populated by the server.
81
+ */
82
+ readonly message?: string;
83
+ /**
84
+ * Error target
85
+ * NOTE: This property will not be serialized. It can only be populated by the server.
86
+ */
87
+ readonly target?: string;
88
+ /**
89
+ * Error detail
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
+ */
92
+ readonly details?: ErrorResponseBody[];
93
+ }
94
+ /** Result of GET request to list Confluent operations. */
95
+ export interface OperationListResult {
96
+ /** List of Confluent operations supported by the Microsoft.Confluent provider. */
97
+ value?: OperationResult[];
98
+ /** URL to get the next set of operation list results if there are any. */
99
+ nextLink?: string;
100
+ }
101
+ /** An Confluent REST API operation. */
102
+ export interface OperationResult {
103
+ /** Operation name: {provider}/{resource}/{operation} */
104
+ name?: string;
105
+ /** The object that represents the operation. */
106
+ display?: OperationDisplay;
107
+ /** Indicates whether the operation is a data action */
108
+ isDataAction?: boolean;
109
+ }
110
+ /** The object that represents the operation. */
111
+ export interface OperationDisplay {
112
+ /** Service provider: Microsoft.Confluent */
113
+ provider?: string;
114
+ /** Type on which the operation is performed, e.g., 'clusters'. */
115
+ resource?: string;
116
+ /** Operation type, e.g., read, write, delete, etc. */
117
+ operation?: string;
118
+ /** Description of the operation, e.g., 'Write confluent'. */
119
+ description?: string;
120
+ }
121
+ /** The response of a list operation. */
122
+ export interface OrganizationResourceListResult {
123
+ /** Result of a list operation. */
124
+ value?: OrganizationResource[];
125
+ /** Link to the next set of results, if any. */
126
+ nextLink?: string;
127
+ }
128
+ /** Organization resource. */
129
+ export interface OrganizationResource {
130
+ /**
131
+ * The ARM id of the resource.
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly id?: string;
135
+ /**
136
+ * The name of the resource.
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
138
+ */
139
+ readonly name?: string;
140
+ /**
141
+ * The type of the resource.
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
143
+ */
144
+ readonly type?: string;
145
+ /**
146
+ * Metadata pertaining to creation and last modification of the resource
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly systemData?: SystemData;
150
+ /** Organization resource tags */
151
+ tags?: {
152
+ [propertyName: string]: string;
153
+ };
154
+ /** Location of Organization resource */
155
+ location?: string;
156
+ /**
157
+ * The creation time of the resource.
158
+ * NOTE: This property will not be serialized. It can only be populated by the server.
159
+ */
160
+ readonly createdTime?: Date;
161
+ /**
162
+ * Provision states for confluent RP
163
+ * NOTE: This property will not be serialized. It can only be populated by the server.
164
+ */
165
+ readonly provisioningState?: ProvisionState;
166
+ /**
167
+ * Id of the Confluent organization.
168
+ * NOTE: This property will not be serialized. It can only be populated by the server.
169
+ */
170
+ readonly organizationId?: string;
171
+ /**
172
+ * SSO url for the Confluent organization.
173
+ * NOTE: This property will not be serialized. It can only be populated by the server.
174
+ */
175
+ readonly ssoUrl?: string;
176
+ /** Confluent offer detail */
177
+ offerDetail: OfferDetail;
178
+ /** Subscriber detail */
179
+ userDetail: UserDetail;
180
+ }
181
+ /** Confluent Offer detail */
182
+ export interface OfferDetail {
183
+ /** Publisher Id */
184
+ publisherId: string;
185
+ /** Offer Id */
186
+ id: string;
187
+ /** Offer Plan Id */
188
+ planId: string;
189
+ /** Offer Plan Name */
190
+ planName: string;
191
+ /** Offer Plan Term unit */
192
+ termUnit: string;
193
+ /**
194
+ * SaaS Offer Status
195
+ * NOTE: This property will not be serialized. It can only be populated by the server.
196
+ */
197
+ readonly status?: SaaSOfferStatus;
198
+ }
199
+ /** Subscriber detail */
200
+ export interface UserDetail {
201
+ /** First name */
202
+ firstName?: string;
203
+ /** Last name */
204
+ lastName?: string;
205
+ /** Email address */
206
+ emailAddress: string;
207
+ }
208
+ /** Organization Resource update */
209
+ export interface OrganizationResourceUpdate {
210
+ /** ARM resource tags */
211
+ tags?: {
212
+ [propertyName: string]: string;
213
+ };
214
+ }
215
+ /** Known values of {@link CreatedByType} that the service accepts. */
216
+ export declare enum KnownCreatedByType {
217
+ User = "User",
218
+ Application = "Application",
219
+ ManagedIdentity = "ManagedIdentity",
220
+ Key = "Key"
221
+ }
222
+ /**
223
+ * Defines values for CreatedByType. \
224
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
225
+ * this enum contains the known values that the service supports.
226
+ * ### Known values supported by the service
227
+ * **User** \
228
+ * **Application** \
229
+ * **ManagedIdentity** \
230
+ * **Key**
231
+ */
232
+ export declare type CreatedByType = string;
233
+ /** Known values of {@link ProvisionState} that the service accepts. */
234
+ export declare enum KnownProvisionState {
235
+ Accepted = "Accepted",
236
+ Creating = "Creating",
237
+ Updating = "Updating",
238
+ Deleting = "Deleting",
239
+ Succeeded = "Succeeded",
240
+ Failed = "Failed",
241
+ Canceled = "Canceled",
242
+ Deleted = "Deleted",
243
+ NotSpecified = "NotSpecified"
244
+ }
245
+ /**
246
+ * Defines values for ProvisionState. \
247
+ * {@link KnownProvisionState} can be used interchangeably with ProvisionState,
248
+ * this enum contains the known values that the service supports.
249
+ * ### Known values supported by the service
250
+ * **Accepted** \
251
+ * **Creating** \
252
+ * **Updating** \
253
+ * **Deleting** \
254
+ * **Succeeded** \
255
+ * **Failed** \
256
+ * **Canceled** \
257
+ * **Deleted** \
258
+ * **NotSpecified**
259
+ */
260
+ export declare type ProvisionState = string;
261
+ /** Known values of {@link SaaSOfferStatus} that the service accepts. */
262
+ export declare enum KnownSaaSOfferStatus {
263
+ Started = "Started",
264
+ PendingFulfillmentStart = "PendingFulfillmentStart",
265
+ InProgress = "InProgress",
266
+ Subscribed = "Subscribed",
267
+ Suspended = "Suspended",
268
+ Reinstated = "Reinstated",
269
+ Succeeded = "Succeeded",
270
+ Failed = "Failed",
271
+ Unsubscribed = "Unsubscribed",
272
+ Updating = "Updating"
273
+ }
274
+ /**
275
+ * Defines values for SaaSOfferStatus. \
276
+ * {@link KnownSaaSOfferStatus} can be used interchangeably with SaaSOfferStatus,
277
+ * this enum contains the known values that the service supports.
278
+ * ### Known values supported by the service
279
+ * **Started** \
280
+ * **PendingFulfillmentStart** \
281
+ * **InProgress** \
282
+ * **Subscribed** \
283
+ * **Suspended** \
284
+ * **Reinstated** \
285
+ * **Succeeded** \
286
+ * **Failed** \
287
+ * **Unsubscribed** \
288
+ * **Updating**
289
+ */
290
+ export declare type SaaSOfferStatus = string;
291
+ /** Optional parameters. */
292
+ export interface MarketplaceAgreementsListOptionalParams extends coreClient.OperationOptions {
293
+ }
294
+ /** Contains response data for the list operation. */
295
+ export declare type MarketplaceAgreementsListResponse = ConfluentAgreementResourceListResponse;
296
+ /** Optional parameters. */
297
+ export interface MarketplaceAgreementsCreateOptionalParams extends coreClient.OperationOptions {
298
+ /** Confluent Marketplace Agreement resource */
299
+ body?: ConfluentAgreementResource;
300
+ }
301
+ /** Contains response data for the create operation. */
302
+ export declare type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource;
303
+ /** Optional parameters. */
304
+ export interface MarketplaceAgreementsListNextOptionalParams extends coreClient.OperationOptions {
305
+ }
306
+ /** Contains response data for the listNext operation. */
307
+ export declare type MarketplaceAgreementsListNextResponse = ConfluentAgreementResourceListResponse;
308
+ /** Optional parameters. */
309
+ export interface OrganizationOperationsListOptionalParams extends coreClient.OperationOptions {
310
+ }
311
+ /** Contains response data for the list operation. */
312
+ export declare type OrganizationOperationsListResponse = OperationListResult;
313
+ /** Optional parameters. */
314
+ export interface OrganizationOperationsListNextOptionalParams extends coreClient.OperationOptions {
315
+ }
316
+ /** Contains response data for the listNext operation. */
317
+ export declare type OrganizationOperationsListNextResponse = OperationListResult;
318
+ /** Optional parameters. */
319
+ export interface OrganizationListBySubscriptionOptionalParams extends coreClient.OperationOptions {
320
+ }
321
+ /** Contains response data for the listBySubscription operation. */
322
+ export declare type OrganizationListBySubscriptionResponse = OrganizationResourceListResult;
323
+ /** Optional parameters. */
324
+ export interface OrganizationListByResourceGroupOptionalParams extends coreClient.OperationOptions {
325
+ }
326
+ /** Contains response data for the listByResourceGroup operation. */
327
+ export declare type OrganizationListByResourceGroupResponse = OrganizationResourceListResult;
328
+ /** Optional parameters. */
329
+ export interface OrganizationGetOptionalParams extends coreClient.OperationOptions {
330
+ }
331
+ /** Contains response data for the get operation. */
332
+ export declare type OrganizationGetResponse = OrganizationResource;
333
+ /** Optional parameters. */
334
+ export interface OrganizationCreateOptionalParams extends coreClient.OperationOptions {
335
+ /** Organization resource model */
336
+ body?: OrganizationResource;
337
+ /** Delay to wait until next poll, in milliseconds. */
338
+ updateIntervalInMs?: number;
339
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
340
+ resumeFrom?: string;
341
+ }
342
+ /** Contains response data for the create operation. */
343
+ export declare type OrganizationCreateResponse = OrganizationResource;
344
+ /** Optional parameters. */
345
+ export interface OrganizationUpdateOptionalParams extends coreClient.OperationOptions {
346
+ /** Updated Organization resource */
347
+ body?: OrganizationResourceUpdate;
348
+ }
349
+ /** Contains response data for the update operation. */
350
+ export declare type OrganizationUpdateResponse = OrganizationResource;
351
+ /** Optional parameters. */
352
+ export interface OrganizationDeleteOptionalParams extends coreClient.OperationOptions {
353
+ /** Delay to wait until next poll, in milliseconds. */
354
+ updateIntervalInMs?: number;
355
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
356
+ resumeFrom?: string;
357
+ }
358
+ /** Optional parameters. */
359
+ export interface OrganizationListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
360
+ }
361
+ /** Contains response data for the listBySubscriptionNext operation. */
362
+ export declare type OrganizationListBySubscriptionNextResponse = OrganizationResourceListResult;
363
+ /** Optional parameters. */
364
+ export interface OrganizationListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
365
+ }
366
+ /** Contains response data for the listByResourceGroupNext operation. */
367
+ export declare type OrganizationListByResourceGroupNextResponse = OrganizationResourceListResult;
368
+ /** Optional parameters. */
369
+ export interface ValidationsValidateOrganizationOptionalParams extends coreClient.OperationOptions {
370
+ }
371
+ /** Contains response data for the validateOrganization operation. */
372
+ export declare type ValidationsValidateOrganizationResponse = OrganizationResource;
373
+ /** Optional parameters. */
374
+ export interface ConfluentManagementClientOptionalParams extends coreClient.ServiceClientOptions {
375
+ /** server parameter */
376
+ $host?: string;
377
+ /** Api Version */
378
+ apiVersion?: string;
379
+ /** Overrides client endpoint. */
380
+ endpoint?: string;
381
+ }
382
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,43 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link CreatedByType} that the service accepts. */
9
+ export var KnownCreatedByType;
10
+ (function (KnownCreatedByType) {
11
+ KnownCreatedByType["User"] = "User";
12
+ KnownCreatedByType["Application"] = "Application";
13
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
14
+ KnownCreatedByType["Key"] = "Key";
15
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
16
+ /** Known values of {@link ProvisionState} that the service accepts. */
17
+ export var KnownProvisionState;
18
+ (function (KnownProvisionState) {
19
+ KnownProvisionState["Accepted"] = "Accepted";
20
+ KnownProvisionState["Creating"] = "Creating";
21
+ KnownProvisionState["Updating"] = "Updating";
22
+ KnownProvisionState["Deleting"] = "Deleting";
23
+ KnownProvisionState["Succeeded"] = "Succeeded";
24
+ KnownProvisionState["Failed"] = "Failed";
25
+ KnownProvisionState["Canceled"] = "Canceled";
26
+ KnownProvisionState["Deleted"] = "Deleted";
27
+ KnownProvisionState["NotSpecified"] = "NotSpecified";
28
+ })(KnownProvisionState || (KnownProvisionState = {}));
29
+ /** Known values of {@link SaaSOfferStatus} that the service accepts. */
30
+ export var KnownSaaSOfferStatus;
31
+ (function (KnownSaaSOfferStatus) {
32
+ KnownSaaSOfferStatus["Started"] = "Started";
33
+ KnownSaaSOfferStatus["PendingFulfillmentStart"] = "PendingFulfillmentStart";
34
+ KnownSaaSOfferStatus["InProgress"] = "InProgress";
35
+ KnownSaaSOfferStatus["Subscribed"] = "Subscribed";
36
+ KnownSaaSOfferStatus["Suspended"] = "Suspended";
37
+ KnownSaaSOfferStatus["Reinstated"] = "Reinstated";
38
+ KnownSaaSOfferStatus["Succeeded"] = "Succeeded";
39
+ KnownSaaSOfferStatus["Failed"] = "Failed";
40
+ KnownSaaSOfferStatus["Unsubscribed"] = "Unsubscribed";
41
+ KnownSaaSOfferStatus["Updating"] = "Updating";
42
+ })(KnownSaaSOfferStatus || (KnownSaaSOfferStatus = {}));
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkOH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,iDAA2B,CAAA;IAC3B,yDAAmC,CAAA;IACnC,iCAAW,CAAA;AACb,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAcD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAUX;AAVD,WAAY,mBAAmB;IAC7B,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;IACrB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,oDAA6B,CAAA;AAC/B,CAAC,EAVW,mBAAmB,KAAnB,mBAAmB,QAU9B;AAmBD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAWX;AAXD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;IACnB,2EAAmD,CAAA;IACnD,iDAAyB,CAAA;IACzB,iDAAyB,CAAA;IACzB,+CAAuB,CAAA;IACvB,iDAAyB,CAAA;IACzB,+CAAuB,CAAA;IACvB,yCAAiB,CAAA;IACjB,qDAA6B,CAAA;IAC7B,6CAAqB,CAAA;AACvB,CAAC,EAXW,oBAAoB,KAApB,oBAAoB,QAW/B"}
@@ -0,0 +1,15 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const ConfluentAgreementResourceListResponse: coreClient.CompositeMapper;
3
+ export declare const ConfluentAgreementResource: coreClient.CompositeMapper;
4
+ export declare const SystemData: coreClient.CompositeMapper;
5
+ export declare const ResourceProviderDefaultErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorResponseBody: coreClient.CompositeMapper;
7
+ export declare const OperationListResult: coreClient.CompositeMapper;
8
+ export declare const OperationResult: coreClient.CompositeMapper;
9
+ export declare const OperationDisplay: coreClient.CompositeMapper;
10
+ export declare const OrganizationResourceListResult: coreClient.CompositeMapper;
11
+ export declare const OrganizationResource: coreClient.CompositeMapper;
12
+ export declare const OfferDetail: coreClient.CompositeMapper;
13
+ export declare const UserDetail: coreClient.CompositeMapper;
14
+ export declare const OrganizationResourceUpdate: coreClient.CompositeMapper;
15
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAyB/D,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmFnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAc7D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyC1C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA0BxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAyBvD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA0F7C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAgEpC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAmCnC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAcnD,CAAC"}