@azure-rest/purview-sharing 1.0.0-beta.1 → 1.0.0-beta.3

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 (207) hide show
  1. package/LICENSE +4 -4
  2. package/README.md +2 -2
  3. package/dist/browser/clientDefinitions.d.ts +87 -0
  4. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  5. package/dist/browser/clientDefinitions.js +4 -0
  6. package/dist/browser/clientDefinitions.js.map +1 -0
  7. package/dist/browser/index.d.ts +12 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +15 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/isUnexpected.d.ts +19 -0
  12. package/dist/browser/isUnexpected.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/isUnexpected.js +2 -1
  14. package/dist/browser/isUnexpected.js.map +1 -0
  15. package/dist/browser/logger.d.ts +2 -0
  16. package/dist/browser/logger.d.ts.map +1 -0
  17. package/dist/browser/logger.js +5 -0
  18. package/dist/browser/logger.js.map +1 -0
  19. package/dist/browser/models.d.ts +201 -0
  20. package/dist/browser/models.d.ts.map +1 -0
  21. package/dist/browser/models.js +4 -0
  22. package/dist/browser/models.js.map +1 -0
  23. package/dist/browser/outputModels.d.ts +352 -0
  24. package/dist/browser/outputModels.d.ts.map +1 -0
  25. package/dist/browser/outputModels.js +4 -0
  26. package/dist/browser/outputModels.js.map +1 -0
  27. package/dist/browser/package.json +3 -0
  28. package/dist/browser/paginateHelper.d.ts +68 -0
  29. package/dist/browser/paginateHelper.d.ts.map +1 -0
  30. package/dist/browser/paginateHelper.js +167 -0
  31. package/dist/browser/paginateHelper.js.map +1 -0
  32. package/dist/browser/parameters.d.ts +123 -0
  33. package/dist/browser/parameters.d.ts.map +1 -0
  34. package/dist/browser/parameters.js +4 -0
  35. package/dist/browser/parameters.js.map +1 -0
  36. package/dist/browser/pollingHelper.d.ts +76 -0
  37. package/dist/browser/pollingHelper.d.ts.map +1 -0
  38. package/dist/browser/pollingHelper.js +104 -0
  39. package/dist/browser/pollingHelper.js.map +1 -0
  40. package/dist/browser/purviewSharing.d.ts +16 -0
  41. package/dist/browser/purviewSharing.d.ts.map +1 -0
  42. package/dist/browser/purviewSharing.js +43 -0
  43. package/dist/browser/purviewSharing.js.map +1 -0
  44. package/dist/browser/responses.d.ts +304 -0
  45. package/dist/browser/responses.d.ts.map +1 -0
  46. package/dist/browser/responses.js +4 -0
  47. package/dist/browser/responses.js.map +1 -0
  48. package/dist/commonjs/clientDefinitions.d.ts +87 -0
  49. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  50. package/dist/commonjs/clientDefinitions.js +5 -0
  51. package/dist/commonjs/clientDefinitions.js.map +1 -0
  52. package/dist/commonjs/index.d.ts +12 -0
  53. package/dist/commonjs/index.d.ts.map +1 -0
  54. package/dist/commonjs/index.js +18 -0
  55. package/dist/commonjs/index.js.map +1 -0
  56. package/dist/commonjs/isUnexpected.d.ts +19 -0
  57. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  58. package/dist/commonjs/isUnexpected.js +89 -0
  59. package/dist/commonjs/isUnexpected.js.map +1 -0
  60. package/dist/commonjs/logger.d.ts +2 -0
  61. package/dist/commonjs/logger.d.ts.map +1 -0
  62. package/dist/commonjs/logger.js +8 -0
  63. package/dist/commonjs/logger.js.map +1 -0
  64. package/dist/commonjs/models.d.ts +201 -0
  65. package/dist/commonjs/models.d.ts.map +1 -0
  66. package/dist/commonjs/models.js +5 -0
  67. package/dist/commonjs/models.js.map +1 -0
  68. package/dist/commonjs/outputModels.d.ts +352 -0
  69. package/dist/commonjs/outputModels.d.ts.map +1 -0
  70. package/dist/commonjs/outputModels.js +5 -0
  71. package/dist/commonjs/outputModels.js.map +1 -0
  72. package/dist/commonjs/package.json +3 -0
  73. package/dist/commonjs/paginateHelper.d.ts +68 -0
  74. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  75. package/dist/commonjs/paginateHelper.js +170 -0
  76. package/dist/commonjs/paginateHelper.js.map +1 -0
  77. package/dist/commonjs/parameters.d.ts +123 -0
  78. package/dist/commonjs/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/parameters.js +5 -0
  80. package/dist/commonjs/parameters.js.map +1 -0
  81. package/dist/commonjs/pollingHelper.d.ts +76 -0
  82. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  83. package/dist/commonjs/pollingHelper.js +107 -0
  84. package/dist/commonjs/pollingHelper.js.map +1 -0
  85. package/dist/commonjs/purviewSharing.d.ts +16 -0
  86. package/dist/commonjs/purviewSharing.d.ts.map +1 -0
  87. package/dist/commonjs/purviewSharing.js +46 -0
  88. package/dist/commonjs/purviewSharing.js.map +1 -0
  89. package/dist/commonjs/responses.d.ts +304 -0
  90. package/dist/commonjs/responses.d.ts.map +1 -0
  91. package/dist/commonjs/responses.js +5 -0
  92. package/dist/commonjs/responses.js.map +1 -0
  93. package/dist/commonjs/tsdoc-metadata.json +11 -0
  94. package/dist/esm/clientDefinitions.d.ts +87 -0
  95. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  96. package/dist/esm/clientDefinitions.js +4 -0
  97. package/dist/esm/clientDefinitions.js.map +1 -0
  98. package/dist/esm/index.d.ts +12 -0
  99. package/dist/esm/index.d.ts.map +1 -0
  100. package/dist/esm/index.js +15 -0
  101. package/dist/esm/index.js.map +1 -0
  102. package/dist/esm/isUnexpected.d.ts +19 -0
  103. package/dist/esm/isUnexpected.d.ts.map +1 -0
  104. package/dist/esm/isUnexpected.js +86 -0
  105. package/dist/esm/isUnexpected.js.map +1 -0
  106. package/dist/esm/logger.d.ts +2 -0
  107. package/dist/esm/logger.d.ts.map +1 -0
  108. package/dist/esm/logger.js +5 -0
  109. package/dist/esm/logger.js.map +1 -0
  110. package/dist/esm/models.d.ts +201 -0
  111. package/dist/esm/models.d.ts.map +1 -0
  112. package/dist/esm/models.js +4 -0
  113. package/dist/esm/models.js.map +1 -0
  114. package/dist/esm/outputModels.d.ts +352 -0
  115. package/dist/esm/outputModels.d.ts.map +1 -0
  116. package/dist/esm/outputModels.js +4 -0
  117. package/dist/esm/outputModels.js.map +1 -0
  118. package/dist/esm/package.json +3 -0
  119. package/dist/esm/paginateHelper.d.ts +68 -0
  120. package/dist/esm/paginateHelper.d.ts.map +1 -0
  121. package/dist/esm/paginateHelper.js +167 -0
  122. package/dist/esm/paginateHelper.js.map +1 -0
  123. package/dist/esm/parameters.d.ts +123 -0
  124. package/dist/esm/parameters.d.ts.map +1 -0
  125. package/dist/esm/parameters.js +4 -0
  126. package/dist/esm/parameters.js.map +1 -0
  127. package/dist/esm/pollingHelper.d.ts +76 -0
  128. package/dist/esm/pollingHelper.d.ts.map +1 -0
  129. package/dist/esm/pollingHelper.js +104 -0
  130. package/dist/esm/pollingHelper.js.map +1 -0
  131. package/dist/esm/purviewSharing.d.ts +16 -0
  132. package/dist/esm/purviewSharing.d.ts.map +1 -0
  133. package/dist/esm/purviewSharing.js +43 -0
  134. package/dist/esm/purviewSharing.js.map +1 -0
  135. package/dist/esm/responses.d.ts +304 -0
  136. package/dist/esm/responses.d.ts.map +1 -0
  137. package/dist/esm/responses.js +4 -0
  138. package/dist/esm/responses.js.map +1 -0
  139. package/dist/react-native/clientDefinitions.d.ts +87 -0
  140. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  141. package/dist/react-native/clientDefinitions.js +4 -0
  142. package/dist/react-native/clientDefinitions.js.map +1 -0
  143. package/dist/react-native/index.d.ts +12 -0
  144. package/dist/react-native/index.d.ts.map +1 -0
  145. package/dist/react-native/index.js +15 -0
  146. package/dist/react-native/index.js.map +1 -0
  147. package/dist/react-native/isUnexpected.d.ts +19 -0
  148. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  149. package/dist/react-native/isUnexpected.js +86 -0
  150. package/dist/react-native/isUnexpected.js.map +1 -0
  151. package/dist/react-native/logger.d.ts +2 -0
  152. package/dist/react-native/logger.d.ts.map +1 -0
  153. package/dist/react-native/logger.js +5 -0
  154. package/dist/react-native/logger.js.map +1 -0
  155. package/dist/react-native/models.d.ts +201 -0
  156. package/dist/react-native/models.d.ts.map +1 -0
  157. package/dist/react-native/models.js +4 -0
  158. package/dist/react-native/models.js.map +1 -0
  159. package/dist/react-native/outputModels.d.ts +352 -0
  160. package/dist/react-native/outputModels.d.ts.map +1 -0
  161. package/dist/react-native/outputModels.js +4 -0
  162. package/dist/react-native/outputModels.js.map +1 -0
  163. package/dist/react-native/package.json +3 -0
  164. package/dist/react-native/paginateHelper.d.ts +68 -0
  165. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  166. package/dist/react-native/paginateHelper.js +167 -0
  167. package/dist/react-native/paginateHelper.js.map +1 -0
  168. package/dist/react-native/parameters.d.ts +123 -0
  169. package/dist/react-native/parameters.d.ts.map +1 -0
  170. package/dist/react-native/parameters.js +4 -0
  171. package/dist/react-native/parameters.js.map +1 -0
  172. package/dist/react-native/pollingHelper.d.ts +76 -0
  173. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  174. package/dist/react-native/pollingHelper.js +104 -0
  175. package/dist/react-native/pollingHelper.js.map +1 -0
  176. package/dist/react-native/purviewSharing.d.ts +16 -0
  177. package/dist/react-native/purviewSharing.d.ts.map +1 -0
  178. package/dist/react-native/purviewSharing.js +43 -0
  179. package/dist/react-native/purviewSharing.js.map +1 -0
  180. package/dist/react-native/responses.d.ts +304 -0
  181. package/dist/react-native/responses.d.ts.map +1 -0
  182. package/dist/react-native/responses.js +4 -0
  183. package/dist/react-native/responses.js.map +1 -0
  184. package/package.json +83 -69
  185. package/dist/index.js +0 -240
  186. package/dist/index.js.map +0 -1
  187. package/dist-esm/src/clientDefinitions.js +0 -4
  188. package/dist-esm/src/clientDefinitions.js.map +0 -1
  189. package/dist-esm/src/index.js +0 -14
  190. package/dist-esm/src/index.js.map +0 -1
  191. package/dist-esm/src/isUnexpected.js.map +0 -1
  192. package/dist-esm/src/models.js +0 -4
  193. package/dist-esm/src/models.js.map +0 -1
  194. package/dist-esm/src/outputModels.js +0 -4
  195. package/dist-esm/src/outputModels.js.map +0 -1
  196. package/dist-esm/src/paginateHelper.js +0 -70
  197. package/dist-esm/src/paginateHelper.js.map +0 -1
  198. package/dist-esm/src/parameters.js +0 -4
  199. package/dist-esm/src/parameters.js.map +0 -1
  200. package/dist-esm/src/pollingHelper.js +0 -50
  201. package/dist-esm/src/pollingHelper.js.map +0 -1
  202. package/dist-esm/src/purviewSharing.js +0 -27
  203. package/dist-esm/src/purviewSharing.js.map +0 -1
  204. package/dist-esm/src/responses.js +0 -4
  205. package/dist-esm/src/responses.js.map +0 -1
  206. package/review/purview-sharing.api.md +0 -1234
  207. package/types/purview-sharing.d.ts +0 -1270
@@ -0,0 +1,304 @@
1
+ import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
2
+ import type { HttpResponse } from "@azure-rest/core-client";
3
+ import type { ReceivedShareOutput, PurviewShareErrorOutput, OperationResponseOutput, ReceivedShareListOutput, TenantEmailRegistrationOutput, SentShareListOutput, SentShareOutput, SentShareInvitationListOutput, SentShareInvitationOutput, ShareResourceListOutput } from "./outputModels.js";
4
+ /** Get a received share */
5
+ export interface ReceivedSharesGetReceivedShare200Response extends HttpResponse {
6
+ status: "200";
7
+ body: ReceivedShareOutput;
8
+ }
9
+ export interface ReceivedSharesGetReceivedShareDefaultHeaders {
10
+ /** The error code */
11
+ "x-ms-error-code"?: string;
12
+ }
13
+ /** Get a received share */
14
+ export interface ReceivedSharesGetReceivedShareDefaultResponse extends HttpResponse {
15
+ status: string;
16
+ body: PurviewShareErrorOutput;
17
+ headers: RawHttpHeaders & ReceivedSharesGetReceivedShareDefaultHeaders;
18
+ }
19
+ export interface ReceivedSharesCreateOrReplace200Headers {
20
+ /** The URL to track the status of the long running operation. */
21
+ "operation-location"?: string;
22
+ }
23
+ /** Update changes to a received share */
24
+ export interface ReceivedSharesCreateOrReplace200Response extends HttpResponse {
25
+ status: "200";
26
+ body: ReceivedShareOutput;
27
+ headers: RawHttpHeaders & ReceivedSharesCreateOrReplace200Headers;
28
+ }
29
+ export interface ReceivedSharesCreateOrReplace201Headers {
30
+ /** The URL to track the status of the long running operation. */
31
+ "operation-location"?: string;
32
+ }
33
+ /** Update changes to a received share */
34
+ export interface ReceivedSharesCreateOrReplace201Response extends HttpResponse {
35
+ status: "201";
36
+ body: ReceivedShareOutput;
37
+ headers: RawHttpHeaders & ReceivedSharesCreateOrReplace201Headers;
38
+ }
39
+ export interface ReceivedSharesCreateOrReplaceDefaultHeaders {
40
+ /** The error code */
41
+ "x-ms-error-code"?: string;
42
+ }
43
+ /** Update changes to a received share */
44
+ export interface ReceivedSharesCreateOrReplaceDefaultResponse extends HttpResponse {
45
+ status: string;
46
+ body: PurviewShareErrorOutput;
47
+ headers: RawHttpHeaders & ReceivedSharesCreateOrReplaceDefaultHeaders;
48
+ }
49
+ export interface ReceivedSharesDeleteReceivedShare202Headers {
50
+ /** The URL to track the status of the long running operation. */
51
+ "operation-location"?: string;
52
+ }
53
+ /** Delete a received share */
54
+ export interface ReceivedSharesDeleteReceivedShare202Response extends HttpResponse {
55
+ status: "202";
56
+ body: OperationResponseOutput;
57
+ headers: RawHttpHeaders & ReceivedSharesDeleteReceivedShare202Headers;
58
+ }
59
+ export interface ReceivedSharesDeleteReceivedShareDefaultHeaders {
60
+ /** The error code */
61
+ "x-ms-error-code"?: string;
62
+ }
63
+ /** Delete a received share */
64
+ export interface ReceivedSharesDeleteReceivedShareDefaultResponse extends HttpResponse {
65
+ status: string;
66
+ body: PurviewShareErrorOutput;
67
+ headers: RawHttpHeaders & ReceivedSharesDeleteReceivedShareDefaultHeaders;
68
+ }
69
+ /** List attached received shares */
70
+ export interface ReceivedSharesGetAllAttachedReceivedShares200Response extends HttpResponse {
71
+ status: "200";
72
+ body: ReceivedShareListOutput;
73
+ }
74
+ export interface ReceivedSharesGetAllAttachedReceivedSharesDefaultHeaders {
75
+ /** The error code */
76
+ "x-ms-error-code"?: string;
77
+ }
78
+ /** List attached received shares */
79
+ export interface ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse extends HttpResponse {
80
+ status: string;
81
+ body: PurviewShareErrorOutput;
82
+ headers: RawHttpHeaders & ReceivedSharesGetAllAttachedReceivedSharesDefaultHeaders;
83
+ }
84
+ /** List detached received shares */
85
+ export interface ReceivedSharesGetAllDetachedReceivedShares200Response extends HttpResponse {
86
+ status: "200";
87
+ body: ReceivedShareListOutput;
88
+ }
89
+ export interface ReceivedSharesGetAllDetachedReceivedSharesDefaultHeaders {
90
+ /** The error code */
91
+ "x-ms-error-code"?: string;
92
+ }
93
+ /** List detached received shares */
94
+ export interface ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse extends HttpResponse {
95
+ status: string;
96
+ body: PurviewShareErrorOutput;
97
+ headers: RawHttpHeaders & ReceivedSharesGetAllDetachedReceivedSharesDefaultHeaders;
98
+ }
99
+ /** Activates the email registration for current tenant */
100
+ export interface ReceivedSharesActivateTenantEmailRegistration200Response extends HttpResponse {
101
+ status: "200";
102
+ body: TenantEmailRegistrationOutput;
103
+ }
104
+ export interface ReceivedSharesActivateTenantEmailRegistrationDefaultHeaders {
105
+ /** The error code */
106
+ "x-ms-error-code"?: string;
107
+ }
108
+ /** Activates the email registration for current tenant */
109
+ export interface ReceivedSharesActivateTenantEmailRegistrationDefaultResponse extends HttpResponse {
110
+ status: string;
111
+ body: PurviewShareErrorOutput;
112
+ headers: RawHttpHeaders & ReceivedSharesActivateTenantEmailRegistrationDefaultHeaders;
113
+ }
114
+ /** Register an email for the current tenant */
115
+ export interface ReceivedSharesRegisterTenantEmailRegistration200Response extends HttpResponse {
116
+ status: "200";
117
+ body: TenantEmailRegistrationOutput;
118
+ }
119
+ export interface ReceivedSharesRegisterTenantEmailRegistrationDefaultHeaders {
120
+ /** The error code */
121
+ "x-ms-error-code"?: string;
122
+ }
123
+ /** Register an email for the current tenant */
124
+ export interface ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse extends HttpResponse {
125
+ status: string;
126
+ body: PurviewShareErrorOutput;
127
+ headers: RawHttpHeaders & ReceivedSharesRegisterTenantEmailRegistrationDefaultHeaders;
128
+ }
129
+ /** List sent shares */
130
+ export interface SentSharesGetAllSentShares200Response extends HttpResponse {
131
+ status: "200";
132
+ body: SentShareListOutput;
133
+ }
134
+ export interface SentSharesGetAllSentSharesDefaultHeaders {
135
+ /** The error code */
136
+ "x-ms-error-code"?: string;
137
+ }
138
+ /** List sent shares */
139
+ export interface SentSharesGetAllSentSharesDefaultResponse extends HttpResponse {
140
+ status: string;
141
+ body: PurviewShareErrorOutput;
142
+ headers: RawHttpHeaders & SentSharesGetAllSentSharesDefaultHeaders;
143
+ }
144
+ /** Get a sent share */
145
+ export interface SentSharesGetSentShare200Response extends HttpResponse {
146
+ status: "200";
147
+ body: SentShareOutput;
148
+ }
149
+ export interface SentSharesGetSentShareDefaultHeaders {
150
+ /** The error code */
151
+ "x-ms-error-code"?: string;
152
+ }
153
+ /** Get a sent share */
154
+ export interface SentSharesGetSentShareDefaultResponse extends HttpResponse {
155
+ status: string;
156
+ body: PurviewShareErrorOutput;
157
+ headers: RawHttpHeaders & SentSharesGetSentShareDefaultHeaders;
158
+ }
159
+ export interface SentSharesCreateOrReplace200Headers {
160
+ /** The URL to track the status of the long running operation. */
161
+ "operation-location"?: string;
162
+ }
163
+ /** Create or replace a sent share */
164
+ export interface SentSharesCreateOrReplace200Response extends HttpResponse {
165
+ status: "200";
166
+ body: SentShareOutput;
167
+ headers: RawHttpHeaders & SentSharesCreateOrReplace200Headers;
168
+ }
169
+ export interface SentSharesCreateOrReplace201Headers {
170
+ /** The URL to track the status of the long running operation. */
171
+ "operation-location"?: string;
172
+ }
173
+ /** Create or replace a sent share */
174
+ export interface SentSharesCreateOrReplace201Response extends HttpResponse {
175
+ status: "201";
176
+ body: SentShareOutput;
177
+ headers: RawHttpHeaders & SentSharesCreateOrReplace201Headers;
178
+ }
179
+ export interface SentSharesCreateOrReplaceDefaultHeaders {
180
+ /** The error code */
181
+ "x-ms-error-code"?: string;
182
+ }
183
+ /** Create or replace a sent share */
184
+ export interface SentSharesCreateOrReplaceDefaultResponse extends HttpResponse {
185
+ status: string;
186
+ body: PurviewShareErrorOutput;
187
+ headers: RawHttpHeaders & SentSharesCreateOrReplaceDefaultHeaders;
188
+ }
189
+ export interface SentSharesDeleteSentShare202Headers {
190
+ /** The URL to track the status of the long running operation. */
191
+ "operation-location"?: string;
192
+ }
193
+ /** Delete a sent share */
194
+ export interface SentSharesDeleteSentShare202Response extends HttpResponse {
195
+ status: "202";
196
+ body: OperationResponseOutput;
197
+ headers: RawHttpHeaders & SentSharesDeleteSentShare202Headers;
198
+ }
199
+ export interface SentSharesDeleteSentShareDefaultHeaders {
200
+ /** The error code */
201
+ "x-ms-error-code"?: string;
202
+ }
203
+ /** Delete a sent share */
204
+ export interface SentSharesDeleteSentShareDefaultResponse extends HttpResponse {
205
+ status: string;
206
+ body: PurviewShareErrorOutput;
207
+ headers: RawHttpHeaders & SentSharesDeleteSentShareDefaultHeaders;
208
+ }
209
+ /** List sent share recipients */
210
+ export interface SentSharesGetAllSentShareInvitations200Response extends HttpResponse {
211
+ status: "200";
212
+ body: SentShareInvitationListOutput;
213
+ }
214
+ export interface SentSharesGetAllSentShareInvitationsDefaultHeaders {
215
+ /** The error code */
216
+ "x-ms-error-code"?: string;
217
+ }
218
+ /** List sent share recipients */
219
+ export interface SentSharesGetAllSentShareInvitationsDefaultResponse extends HttpResponse {
220
+ status: string;
221
+ body: PurviewShareErrorOutput;
222
+ headers: RawHttpHeaders & SentSharesGetAllSentShareInvitationsDefaultHeaders;
223
+ }
224
+ /** Get recipient for a given sent share */
225
+ export interface SentSharesGetSentShareInvitation200Response extends HttpResponse {
226
+ status: "200";
227
+ body: SentShareInvitationOutput;
228
+ }
229
+ export interface SentSharesGetSentShareInvitationDefaultHeaders {
230
+ /** The error code */
231
+ "x-ms-error-code"?: string;
232
+ }
233
+ /** Get recipient for a given sent share */
234
+ export interface SentSharesGetSentShareInvitationDefaultResponse extends HttpResponse {
235
+ status: string;
236
+ body: PurviewShareErrorOutput;
237
+ headers: RawHttpHeaders & SentSharesGetSentShareInvitationDefaultHeaders;
238
+ }
239
+ /** Create a recipient for a given sent share */
240
+ export interface SentSharesCreateSentShareInvitation201Response extends HttpResponse {
241
+ status: "201";
242
+ body: SentShareInvitationOutput;
243
+ }
244
+ export interface SentSharesCreateSentShareInvitationDefaultHeaders {
245
+ /** The error code */
246
+ "x-ms-error-code"?: string;
247
+ }
248
+ /** Create a recipient for a given sent share */
249
+ export interface SentSharesCreateSentShareInvitationDefaultResponse extends HttpResponse {
250
+ status: string;
251
+ body: PurviewShareErrorOutput;
252
+ headers: RawHttpHeaders & SentSharesCreateSentShareInvitationDefaultHeaders;
253
+ }
254
+ export interface SentSharesDeleteSentShareInvitation202Headers {
255
+ /** The URL to track the status of the long running operation. */
256
+ "operation-location"?: string;
257
+ }
258
+ /** Delete a sent share invitation */
259
+ export interface SentSharesDeleteSentShareInvitation202Response extends HttpResponse {
260
+ status: "202";
261
+ body: OperationResponseOutput;
262
+ headers: RawHttpHeaders & SentSharesDeleteSentShareInvitation202Headers;
263
+ }
264
+ export interface SentSharesDeleteSentShareInvitationDefaultHeaders {
265
+ /** The error code */
266
+ "x-ms-error-code"?: string;
267
+ }
268
+ /** Delete a sent share invitation */
269
+ export interface SentSharesDeleteSentShareInvitationDefaultResponse extends HttpResponse {
270
+ status: string;
271
+ body: PurviewShareErrorOutput;
272
+ headers: RawHttpHeaders & SentSharesDeleteSentShareInvitationDefaultHeaders;
273
+ }
274
+ /** Notifies the user recipient of the sent share invitation, does not apply to service invitations. */
275
+ export interface SentSharesNotifyUserSentShareInvitation200Response extends HttpResponse {
276
+ status: "200";
277
+ body: SentShareInvitationOutput;
278
+ }
279
+ export interface SentSharesNotifyUserSentShareInvitationDefaultHeaders {
280
+ /** The error code */
281
+ "x-ms-error-code"?: string;
282
+ }
283
+ /** Notifies the user recipient of the sent share invitation, does not apply to service invitations. */
284
+ export interface SentSharesNotifyUserSentShareInvitationDefaultResponse extends HttpResponse {
285
+ status: string;
286
+ body: PurviewShareErrorOutput;
287
+ headers: RawHttpHeaders & SentSharesNotifyUserSentShareInvitationDefaultHeaders;
288
+ }
289
+ /** List share resources */
290
+ export interface ShareResourcesGetAllShareResources200Response extends HttpResponse {
291
+ status: "200";
292
+ body: ShareResourceListOutput;
293
+ }
294
+ export interface ShareResourcesGetAllShareResourcesDefaultHeaders {
295
+ /** The error code */
296
+ "x-ms-error-code"?: string;
297
+ }
298
+ /** List share resources */
299
+ export interface ShareResourcesGetAllShareResourcesDefaultResponse extends HttpResponse {
300
+ status: string;
301
+ body: PurviewShareErrorOutput;
302
+ headers: RawHttpHeaders & ShareResourcesGetAllShareResourcesDefaultHeaders;
303
+ }
304
+ //# sourceMappingURL=responses.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=responses.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n ReceivedShareOutput,\n PurviewShareErrorOutput,\n OperationResponseOutput,\n ReceivedShareListOutput,\n TenantEmailRegistrationOutput,\n SentShareListOutput,\n SentShareOutput,\n SentShareInvitationListOutput,\n SentShareInvitationOutput,\n ShareResourceListOutput,\n} from \"./outputModels.js\";\n\n/** Get a received share */\nexport interface ReceivedSharesGetReceivedShare200Response extends HttpResponse {\n status: \"200\";\n body: ReceivedShareOutput;\n}\n\nexport interface ReceivedSharesGetReceivedShareDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get a received share */\nexport interface ReceivedSharesGetReceivedShareDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesGetReceivedShareDefaultHeaders;\n}\n\nexport interface ReceivedSharesCreateOrReplace200Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Update changes to a received share */\nexport interface ReceivedSharesCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: ReceivedShareOutput;\n headers: RawHttpHeaders & ReceivedSharesCreateOrReplace200Headers;\n}\n\nexport interface ReceivedSharesCreateOrReplace201Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Update changes to a received share */\nexport interface ReceivedSharesCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: ReceivedShareOutput;\n headers: RawHttpHeaders & ReceivedSharesCreateOrReplace201Headers;\n}\n\nexport interface ReceivedSharesCreateOrReplaceDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Update changes to a received share */\nexport interface ReceivedSharesCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesCreateOrReplaceDefaultHeaders;\n}\n\nexport interface ReceivedSharesDeleteReceivedShare202Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Delete a received share */\nexport interface ReceivedSharesDeleteReceivedShare202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & ReceivedSharesDeleteReceivedShare202Headers;\n}\n\nexport interface ReceivedSharesDeleteReceivedShareDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Delete a received share */\nexport interface ReceivedSharesDeleteReceivedShareDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesDeleteReceivedShareDefaultHeaders;\n}\n\n/** List attached received shares */\nexport interface ReceivedSharesGetAllAttachedReceivedShares200Response extends HttpResponse {\n status: \"200\";\n body: ReceivedShareListOutput;\n}\n\nexport interface ReceivedSharesGetAllAttachedReceivedSharesDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** List attached received shares */\nexport interface ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesGetAllAttachedReceivedSharesDefaultHeaders;\n}\n\n/** List detached received shares */\nexport interface ReceivedSharesGetAllDetachedReceivedShares200Response extends HttpResponse {\n status: \"200\";\n body: ReceivedShareListOutput;\n}\n\nexport interface ReceivedSharesGetAllDetachedReceivedSharesDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** List detached received shares */\nexport interface ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesGetAllDetachedReceivedSharesDefaultHeaders;\n}\n\n/** Activates the email registration for current tenant */\nexport interface ReceivedSharesActivateTenantEmailRegistration200Response extends HttpResponse {\n status: \"200\";\n body: TenantEmailRegistrationOutput;\n}\n\nexport interface ReceivedSharesActivateTenantEmailRegistrationDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Activates the email registration for current tenant */\nexport interface ReceivedSharesActivateTenantEmailRegistrationDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesActivateTenantEmailRegistrationDefaultHeaders;\n}\n\n/** Register an email for the current tenant */\nexport interface ReceivedSharesRegisterTenantEmailRegistration200Response extends HttpResponse {\n status: \"200\";\n body: TenantEmailRegistrationOutput;\n}\n\nexport interface ReceivedSharesRegisterTenantEmailRegistrationDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Register an email for the current tenant */\nexport interface ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ReceivedSharesRegisterTenantEmailRegistrationDefaultHeaders;\n}\n\n/** List sent shares */\nexport interface SentSharesGetAllSentShares200Response extends HttpResponse {\n status: \"200\";\n body: SentShareListOutput;\n}\n\nexport interface SentSharesGetAllSentSharesDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** List sent shares */\nexport interface SentSharesGetAllSentSharesDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesGetAllSentSharesDefaultHeaders;\n}\n\n/** Get a sent share */\nexport interface SentSharesGetSentShare200Response extends HttpResponse {\n status: \"200\";\n body: SentShareOutput;\n}\n\nexport interface SentSharesGetSentShareDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get a sent share */\nexport interface SentSharesGetSentShareDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesGetSentShareDefaultHeaders;\n}\n\nexport interface SentSharesCreateOrReplace200Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Create or replace a sent share */\nexport interface SentSharesCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: SentShareOutput;\n headers: RawHttpHeaders & SentSharesCreateOrReplace200Headers;\n}\n\nexport interface SentSharesCreateOrReplace201Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Create or replace a sent share */\nexport interface SentSharesCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: SentShareOutput;\n headers: RawHttpHeaders & SentSharesCreateOrReplace201Headers;\n}\n\nexport interface SentSharesCreateOrReplaceDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Create or replace a sent share */\nexport interface SentSharesCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesCreateOrReplaceDefaultHeaders;\n}\n\nexport interface SentSharesDeleteSentShare202Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Delete a sent share */\nexport interface SentSharesDeleteSentShare202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & SentSharesDeleteSentShare202Headers;\n}\n\nexport interface SentSharesDeleteSentShareDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Delete a sent share */\nexport interface SentSharesDeleteSentShareDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesDeleteSentShareDefaultHeaders;\n}\n\n/** List sent share recipients */\nexport interface SentSharesGetAllSentShareInvitations200Response extends HttpResponse {\n status: \"200\";\n body: SentShareInvitationListOutput;\n}\n\nexport interface SentSharesGetAllSentShareInvitationsDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** List sent share recipients */\nexport interface SentSharesGetAllSentShareInvitationsDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesGetAllSentShareInvitationsDefaultHeaders;\n}\n\n/** Get recipient for a given sent share */\nexport interface SentSharesGetSentShareInvitation200Response extends HttpResponse {\n status: \"200\";\n body: SentShareInvitationOutput;\n}\n\nexport interface SentSharesGetSentShareInvitationDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get recipient for a given sent share */\nexport interface SentSharesGetSentShareInvitationDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesGetSentShareInvitationDefaultHeaders;\n}\n\n/** Create a recipient for a given sent share */\nexport interface SentSharesCreateSentShareInvitation201Response extends HttpResponse {\n status: \"201\";\n body: SentShareInvitationOutput;\n}\n\nexport interface SentSharesCreateSentShareInvitationDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Create a recipient for a given sent share */\nexport interface SentSharesCreateSentShareInvitationDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesCreateSentShareInvitationDefaultHeaders;\n}\n\nexport interface SentSharesDeleteSentShareInvitation202Headers {\n /** The URL to track the status of the long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Delete a sent share invitation */\nexport interface SentSharesDeleteSentShareInvitation202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & SentSharesDeleteSentShareInvitation202Headers;\n}\n\nexport interface SentSharesDeleteSentShareInvitationDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Delete a sent share invitation */\nexport interface SentSharesDeleteSentShareInvitationDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesDeleteSentShareInvitationDefaultHeaders;\n}\n\n/** Notifies the user recipient of the sent share invitation, does not apply to service invitations. */\nexport interface SentSharesNotifyUserSentShareInvitation200Response extends HttpResponse {\n status: \"200\";\n body: SentShareInvitationOutput;\n}\n\nexport interface SentSharesNotifyUserSentShareInvitationDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** Notifies the user recipient of the sent share invitation, does not apply to service invitations. */\nexport interface SentSharesNotifyUserSentShareInvitationDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & SentSharesNotifyUserSentShareInvitationDefaultHeaders;\n}\n\n/** List share resources */\nexport interface ShareResourcesGetAllShareResources200Response extends HttpResponse {\n status: \"200\";\n body: ShareResourceListOutput;\n}\n\nexport interface ShareResourcesGetAllShareResourcesDefaultHeaders {\n /** The error code */\n \"x-ms-error-code\"?: string;\n}\n\n/** List share resources */\nexport interface ShareResourcesGetAllShareResourcesDefaultResponse extends HttpResponse {\n status: string;\n body: PurviewShareErrorOutput;\n headers: RawHttpHeaders & ShareResourcesGetAllShareResourcesDefaultHeaders;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.49.2"
9
+ }
10
+ ]
11
+ }
@@ -0,0 +1,87 @@
1
+ import type { ReceivedSharesGetReceivedShareParameters, ReceivedSharesCreateOrReplaceParameters, ReceivedSharesDeleteReceivedShareParameters, ReceivedSharesGetAllAttachedReceivedSharesParameters, ReceivedSharesGetAllDetachedReceivedSharesParameters, ReceivedSharesActivateTenantEmailRegistrationParameters, ReceivedSharesRegisterTenantEmailRegistrationParameters, SentSharesGetAllSentSharesParameters, SentSharesGetSentShareParameters, SentSharesCreateOrReplaceParameters, SentSharesDeleteSentShareParameters, SentSharesGetAllSentShareInvitationsParameters, SentSharesGetSentShareInvitationParameters, SentSharesCreateSentShareInvitationParameters, SentSharesDeleteSentShareInvitationParameters, SentSharesNotifyUserSentShareInvitationParameters, ShareResourcesGetAllShareResourcesParameters } from "./parameters.js";
2
+ import type { ReceivedSharesGetReceivedShare200Response, ReceivedSharesGetReceivedShareDefaultResponse, ReceivedSharesCreateOrReplace200Response, ReceivedSharesCreateOrReplace201Response, ReceivedSharesCreateOrReplaceDefaultResponse, ReceivedSharesDeleteReceivedShare202Response, ReceivedSharesDeleteReceivedShareDefaultResponse, ReceivedSharesGetAllAttachedReceivedShares200Response, ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse, ReceivedSharesGetAllDetachedReceivedShares200Response, ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse, ReceivedSharesActivateTenantEmailRegistration200Response, ReceivedSharesActivateTenantEmailRegistrationDefaultResponse, ReceivedSharesRegisterTenantEmailRegistration200Response, ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse, SentSharesGetAllSentShares200Response, SentSharesGetAllSentSharesDefaultResponse, SentSharesGetSentShare200Response, SentSharesGetSentShareDefaultResponse, SentSharesCreateOrReplace200Response, SentSharesCreateOrReplace201Response, SentSharesCreateOrReplaceDefaultResponse, SentSharesDeleteSentShare202Response, SentSharesDeleteSentShareDefaultResponse, SentSharesGetAllSentShareInvitations200Response, SentSharesGetAllSentShareInvitationsDefaultResponse, SentSharesGetSentShareInvitation200Response, SentSharesGetSentShareInvitationDefaultResponse, SentSharesCreateSentShareInvitation201Response, SentSharesCreateSentShareInvitationDefaultResponse, SentSharesDeleteSentShareInvitation202Response, SentSharesDeleteSentShareInvitationDefaultResponse, SentSharesNotifyUserSentShareInvitation200Response, SentSharesNotifyUserSentShareInvitationDefaultResponse, ShareResourcesGetAllShareResources200Response, ShareResourcesGetAllShareResourcesDefaultResponse } from "./responses.js";
3
+ import type { Client, StreamableMethod } from "@azure-rest/core-client";
4
+ export interface ReceivedSharesGetReceivedShare {
5
+ /** Get a received share */
6
+ get(options?: ReceivedSharesGetReceivedShareParameters): StreamableMethod<ReceivedSharesGetReceivedShare200Response | ReceivedSharesGetReceivedShareDefaultResponse>;
7
+ /** Update changes to a received share */
8
+ put(options: ReceivedSharesCreateOrReplaceParameters): StreamableMethod<ReceivedSharesCreateOrReplace200Response | ReceivedSharesCreateOrReplace201Response | ReceivedSharesCreateOrReplaceDefaultResponse>;
9
+ /** Delete a received share */
10
+ delete(options?: ReceivedSharesDeleteReceivedShareParameters): StreamableMethod<ReceivedSharesDeleteReceivedShare202Response | ReceivedSharesDeleteReceivedShareDefaultResponse>;
11
+ }
12
+ export interface ReceivedSharesGetAllAttachedReceivedShares {
13
+ /** List attached received shares */
14
+ get(options: ReceivedSharesGetAllAttachedReceivedSharesParameters): StreamableMethod<ReceivedSharesGetAllAttachedReceivedShares200Response | ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse>;
15
+ }
16
+ export interface ReceivedSharesGetAllDetachedReceivedShares {
17
+ /** List detached received shares */
18
+ get(options?: ReceivedSharesGetAllDetachedReceivedSharesParameters): StreamableMethod<ReceivedSharesGetAllDetachedReceivedShares200Response | ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse>;
19
+ }
20
+ export interface ReceivedSharesActivateTenantEmailRegistration {
21
+ /** Activates the email registration for current tenant */
22
+ post(options: ReceivedSharesActivateTenantEmailRegistrationParameters): StreamableMethod<ReceivedSharesActivateTenantEmailRegistration200Response | ReceivedSharesActivateTenantEmailRegistrationDefaultResponse>;
23
+ }
24
+ export interface ReceivedSharesRegisterTenantEmailRegistration {
25
+ /** Register an email for the current tenant */
26
+ post(options?: ReceivedSharesRegisterTenantEmailRegistrationParameters): StreamableMethod<ReceivedSharesRegisterTenantEmailRegistration200Response | ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse>;
27
+ }
28
+ export interface SentSharesGetAllSentShares {
29
+ /** List sent shares */
30
+ get(options: SentSharesGetAllSentSharesParameters): StreamableMethod<SentSharesGetAllSentShares200Response | SentSharesGetAllSentSharesDefaultResponse>;
31
+ }
32
+ export interface SentSharesGetSentShare {
33
+ /** Get a sent share */
34
+ get(options?: SentSharesGetSentShareParameters): StreamableMethod<SentSharesGetSentShare200Response | SentSharesGetSentShareDefaultResponse>;
35
+ /** Create or replace a sent share */
36
+ put(options: SentSharesCreateOrReplaceParameters): StreamableMethod<SentSharesCreateOrReplace200Response | SentSharesCreateOrReplace201Response | SentSharesCreateOrReplaceDefaultResponse>;
37
+ /** Delete a sent share */
38
+ delete(options?: SentSharesDeleteSentShareParameters): StreamableMethod<SentSharesDeleteSentShare202Response | SentSharesDeleteSentShareDefaultResponse>;
39
+ }
40
+ export interface SentSharesGetAllSentShareInvitations {
41
+ /** List sent share recipients */
42
+ get(options?: SentSharesGetAllSentShareInvitationsParameters): StreamableMethod<SentSharesGetAllSentShareInvitations200Response | SentSharesGetAllSentShareInvitationsDefaultResponse>;
43
+ }
44
+ export interface SentSharesGetSentShareInvitation {
45
+ /** Get recipient for a given sent share */
46
+ get(options?: SentSharesGetSentShareInvitationParameters): StreamableMethod<SentSharesGetSentShareInvitation200Response | SentSharesGetSentShareInvitationDefaultResponse>;
47
+ /** Create a recipient for a given sent share */
48
+ put(options: SentSharesCreateSentShareInvitationParameters): StreamableMethod<SentSharesCreateSentShareInvitation201Response | SentSharesCreateSentShareInvitationDefaultResponse>;
49
+ /** Delete a sent share invitation */
50
+ delete(options?: SentSharesDeleteSentShareInvitationParameters): StreamableMethod<SentSharesDeleteSentShareInvitation202Response | SentSharesDeleteSentShareInvitationDefaultResponse>;
51
+ }
52
+ export interface SentSharesNotifyUserSentShareInvitation {
53
+ /** Notifies the user recipient of the sent share invitation, does not apply to service invitations. */
54
+ post(options?: SentSharesNotifyUserSentShareInvitationParameters): StreamableMethod<SentSharesNotifyUserSentShareInvitation200Response | SentSharesNotifyUserSentShareInvitationDefaultResponse>;
55
+ }
56
+ export interface ShareResourcesGetAllShareResources {
57
+ /** List share resources */
58
+ get(options?: ShareResourcesGetAllShareResourcesParameters): StreamableMethod<ShareResourcesGetAllShareResources200Response | ShareResourcesGetAllShareResourcesDefaultResponse>;
59
+ }
60
+ export interface Routes {
61
+ /** Resource for '/receivedShares/\{receivedShareId\}' has methods for the following verbs: get, put, delete */
62
+ (path: "/receivedShares/{receivedShareId}", receivedShareId: string): ReceivedSharesGetReceivedShare;
63
+ /** Resource for '/receivedShares/attached' has methods for the following verbs: get */
64
+ (path: "/receivedShares/attached"): ReceivedSharesGetAllAttachedReceivedShares;
65
+ /** Resource for '/receivedShares/detached' has methods for the following verbs: get */
66
+ (path: "/receivedShares/detached"): ReceivedSharesGetAllDetachedReceivedShares;
67
+ /** Resource for '/emails:activate' has methods for the following verbs: post */
68
+ (path: "/emails:activate"): ReceivedSharesActivateTenantEmailRegistration;
69
+ /** Resource for '/emails:register' has methods for the following verbs: post */
70
+ (path: "/emails:register"): ReceivedSharesRegisterTenantEmailRegistration;
71
+ /** Resource for '/sentShares' has methods for the following verbs: get */
72
+ (path: "/sentShares"): SentSharesGetAllSentShares;
73
+ /** Resource for '/sentShares/\{sentShareId\}' has methods for the following verbs: get, put, delete */
74
+ (path: "/sentShares/{sentShareId}", sentShareId: string): SentSharesGetSentShare;
75
+ /** Resource for '/sentShares/\{sentShareId\}/sentShareInvitations' has methods for the following verbs: get */
76
+ (path: "/sentShares/{sentShareId}/sentShareInvitations", sentShareId: string): SentSharesGetAllSentShareInvitations;
77
+ /** Resource for '/sentShares/\{sentShareId\}/sentShareInvitations/\{sentShareInvitationId\}' has methods for the following verbs: get, put, delete */
78
+ (path: "/sentShares/{sentShareId}/sentShareInvitations/{sentShareInvitationId}", sentShareId: string, sentShareInvitationId: string): SentSharesGetSentShareInvitation;
79
+ /** Resource for '/sentShares/\{sentShareId\}/sentShareInvitations/\{sentShareInvitationId\}:notify' has methods for the following verbs: post */
80
+ (path: "/sentShares/{sentShareId}/sentShareInvitations/{sentShareInvitationId}:notify", sentShareId: string, sentShareInvitationId: string): SentSharesNotifyUserSentShareInvitation;
81
+ /** Resource for '/shareResources' has methods for the following verbs: get */
82
+ (path: "/shareResources"): ShareResourcesGetAllShareResources;
83
+ }
84
+ export type PurviewSharingClient = Client & {
85
+ path: Routes;
86
+ };
87
+ //# sourceMappingURL=clientDefinitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=clientDefinitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n ReceivedSharesGetReceivedShareParameters,\n ReceivedSharesCreateOrReplaceParameters,\n ReceivedSharesDeleteReceivedShareParameters,\n ReceivedSharesGetAllAttachedReceivedSharesParameters,\n ReceivedSharesGetAllDetachedReceivedSharesParameters,\n ReceivedSharesActivateTenantEmailRegistrationParameters,\n ReceivedSharesRegisterTenantEmailRegistrationParameters,\n SentSharesGetAllSentSharesParameters,\n SentSharesGetSentShareParameters,\n SentSharesCreateOrReplaceParameters,\n SentSharesDeleteSentShareParameters,\n SentSharesGetAllSentShareInvitationsParameters,\n SentSharesGetSentShareInvitationParameters,\n SentSharesCreateSentShareInvitationParameters,\n SentSharesDeleteSentShareInvitationParameters,\n SentSharesNotifyUserSentShareInvitationParameters,\n ShareResourcesGetAllShareResourcesParameters,\n} from \"./parameters.js\";\nimport type {\n ReceivedSharesGetReceivedShare200Response,\n ReceivedSharesGetReceivedShareDefaultResponse,\n ReceivedSharesCreateOrReplace200Response,\n ReceivedSharesCreateOrReplace201Response,\n ReceivedSharesCreateOrReplaceDefaultResponse,\n ReceivedSharesDeleteReceivedShare202Response,\n ReceivedSharesDeleteReceivedShareDefaultResponse,\n ReceivedSharesGetAllAttachedReceivedShares200Response,\n ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse,\n ReceivedSharesGetAllDetachedReceivedShares200Response,\n ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse,\n ReceivedSharesActivateTenantEmailRegistration200Response,\n ReceivedSharesActivateTenantEmailRegistrationDefaultResponse,\n ReceivedSharesRegisterTenantEmailRegistration200Response,\n ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse,\n SentSharesGetAllSentShares200Response,\n SentSharesGetAllSentSharesDefaultResponse,\n SentSharesGetSentShare200Response,\n SentSharesGetSentShareDefaultResponse,\n SentSharesCreateOrReplace200Response,\n SentSharesCreateOrReplace201Response,\n SentSharesCreateOrReplaceDefaultResponse,\n SentSharesDeleteSentShare202Response,\n SentSharesDeleteSentShareDefaultResponse,\n SentSharesGetAllSentShareInvitations200Response,\n SentSharesGetAllSentShareInvitationsDefaultResponse,\n SentSharesGetSentShareInvitation200Response,\n SentSharesGetSentShareInvitationDefaultResponse,\n SentSharesCreateSentShareInvitation201Response,\n SentSharesCreateSentShareInvitationDefaultResponse,\n SentSharesDeleteSentShareInvitation202Response,\n SentSharesDeleteSentShareInvitationDefaultResponse,\n SentSharesNotifyUserSentShareInvitation200Response,\n SentSharesNotifyUserSentShareInvitationDefaultResponse,\n ShareResourcesGetAllShareResources200Response,\n ShareResourcesGetAllShareResourcesDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface ReceivedSharesGetReceivedShare {\n /** Get a received share */\n get(\n options?: ReceivedSharesGetReceivedShareParameters,\n ): StreamableMethod<\n ReceivedSharesGetReceivedShare200Response | ReceivedSharesGetReceivedShareDefaultResponse\n >;\n /** Update changes to a received share */\n put(\n options: ReceivedSharesCreateOrReplaceParameters,\n ): StreamableMethod<\n | ReceivedSharesCreateOrReplace200Response\n | ReceivedSharesCreateOrReplace201Response\n | ReceivedSharesCreateOrReplaceDefaultResponse\n >;\n /** Delete a received share */\n delete(\n options?: ReceivedSharesDeleteReceivedShareParameters,\n ): StreamableMethod<\n ReceivedSharesDeleteReceivedShare202Response | ReceivedSharesDeleteReceivedShareDefaultResponse\n >;\n}\n\nexport interface ReceivedSharesGetAllAttachedReceivedShares {\n /** List attached received shares */\n get(\n options: ReceivedSharesGetAllAttachedReceivedSharesParameters,\n ): StreamableMethod<\n | ReceivedSharesGetAllAttachedReceivedShares200Response\n | ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse\n >;\n}\n\nexport interface ReceivedSharesGetAllDetachedReceivedShares {\n /** List detached received shares */\n get(\n options?: ReceivedSharesGetAllDetachedReceivedSharesParameters,\n ): StreamableMethod<\n | ReceivedSharesGetAllDetachedReceivedShares200Response\n | ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse\n >;\n}\n\nexport interface ReceivedSharesActivateTenantEmailRegistration {\n /** Activates the email registration for current tenant */\n post(\n options: ReceivedSharesActivateTenantEmailRegistrationParameters,\n ): StreamableMethod<\n | ReceivedSharesActivateTenantEmailRegistration200Response\n | ReceivedSharesActivateTenantEmailRegistrationDefaultResponse\n >;\n}\n\nexport interface ReceivedSharesRegisterTenantEmailRegistration {\n /** Register an email for the current tenant */\n post(\n options?: ReceivedSharesRegisterTenantEmailRegistrationParameters,\n ): StreamableMethod<\n | ReceivedSharesRegisterTenantEmailRegistration200Response\n | ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse\n >;\n}\n\nexport interface SentSharesGetAllSentShares {\n /** List sent shares */\n get(\n options: SentSharesGetAllSentSharesParameters,\n ): StreamableMethod<\n SentSharesGetAllSentShares200Response | SentSharesGetAllSentSharesDefaultResponse\n >;\n}\n\nexport interface SentSharesGetSentShare {\n /** Get a sent share */\n get(\n options?: SentSharesGetSentShareParameters,\n ): StreamableMethod<SentSharesGetSentShare200Response | SentSharesGetSentShareDefaultResponse>;\n /** Create or replace a sent share */\n put(\n options: SentSharesCreateOrReplaceParameters,\n ): StreamableMethod<\n | SentSharesCreateOrReplace200Response\n | SentSharesCreateOrReplace201Response\n | SentSharesCreateOrReplaceDefaultResponse\n >;\n /** Delete a sent share */\n delete(\n options?: SentSharesDeleteSentShareParameters,\n ): StreamableMethod<\n SentSharesDeleteSentShare202Response | SentSharesDeleteSentShareDefaultResponse\n >;\n}\n\nexport interface SentSharesGetAllSentShareInvitations {\n /** List sent share recipients */\n get(\n options?: SentSharesGetAllSentShareInvitationsParameters,\n ): StreamableMethod<\n | SentSharesGetAllSentShareInvitations200Response\n | SentSharesGetAllSentShareInvitationsDefaultResponse\n >;\n}\n\nexport interface SentSharesGetSentShareInvitation {\n /** Get recipient for a given sent share */\n get(\n options?: SentSharesGetSentShareInvitationParameters,\n ): StreamableMethod<\n SentSharesGetSentShareInvitation200Response | SentSharesGetSentShareInvitationDefaultResponse\n >;\n /** Create a recipient for a given sent share */\n put(\n options: SentSharesCreateSentShareInvitationParameters,\n ): StreamableMethod<\n | SentSharesCreateSentShareInvitation201Response\n | SentSharesCreateSentShareInvitationDefaultResponse\n >;\n /** Delete a sent share invitation */\n delete(\n options?: SentSharesDeleteSentShareInvitationParameters,\n ): StreamableMethod<\n | SentSharesDeleteSentShareInvitation202Response\n | SentSharesDeleteSentShareInvitationDefaultResponse\n >;\n}\n\nexport interface SentSharesNotifyUserSentShareInvitation {\n /** Notifies the user recipient of the sent share invitation, does not apply to service invitations. */\n post(\n options?: SentSharesNotifyUserSentShareInvitationParameters,\n ): StreamableMethod<\n | SentSharesNotifyUserSentShareInvitation200Response\n | SentSharesNotifyUserSentShareInvitationDefaultResponse\n >;\n}\n\nexport interface ShareResourcesGetAllShareResources {\n /** List share resources */\n get(\n options?: ShareResourcesGetAllShareResourcesParameters,\n ): StreamableMethod<\n | ShareResourcesGetAllShareResources200Response\n | ShareResourcesGetAllShareResourcesDefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/receivedShares/\\{receivedShareId\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/receivedShares/{receivedShareId}\",\n receivedShareId: string,\n ): ReceivedSharesGetReceivedShare;\n /** Resource for '/receivedShares/attached' has methods for the following verbs: get */\n (path: \"/receivedShares/attached\"): ReceivedSharesGetAllAttachedReceivedShares;\n /** Resource for '/receivedShares/detached' has methods for the following verbs: get */\n (path: \"/receivedShares/detached\"): ReceivedSharesGetAllDetachedReceivedShares;\n /** Resource for '/emails:activate' has methods for the following verbs: post */\n (path: \"/emails:activate\"): ReceivedSharesActivateTenantEmailRegistration;\n /** Resource for '/emails:register' has methods for the following verbs: post */\n (path: \"/emails:register\"): ReceivedSharesRegisterTenantEmailRegistration;\n /** Resource for '/sentShares' has methods for the following verbs: get */\n (path: \"/sentShares\"): SentSharesGetAllSentShares;\n /** Resource for '/sentShares/\\{sentShareId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/sentShares/{sentShareId}\", sentShareId: string): SentSharesGetSentShare;\n /** Resource for '/sentShares/\\{sentShareId\\}/sentShareInvitations' has methods for the following verbs: get */\n (\n path: \"/sentShares/{sentShareId}/sentShareInvitations\",\n sentShareId: string,\n ): SentSharesGetAllSentShareInvitations;\n /** Resource for '/sentShares/\\{sentShareId\\}/sentShareInvitations/\\{sentShareInvitationId\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/sentShares/{sentShareId}/sentShareInvitations/{sentShareInvitationId}\",\n sentShareId: string,\n sentShareInvitationId: string,\n ): SentSharesGetSentShareInvitation;\n /** Resource for '/sentShares/\\{sentShareId\\}/sentShareInvitations/\\{sentShareInvitationId\\}:notify' has methods for the following verbs: post */\n (\n path: \"/sentShares/{sentShareId}/sentShareInvitations/{sentShareInvitationId}:notify\",\n sentShareId: string,\n sentShareInvitationId: string,\n ): SentSharesNotifyUserSentShareInvitation;\n /** Resource for '/shareResources' has methods for the following verbs: get */\n (path: \"/shareResources\"): ShareResourcesGetAllShareResources;\n}\n\nexport type PurviewSharingClient = Client & {\n path: Routes;\n};\n"]}
@@ -0,0 +1,12 @@
1
+ import PurviewSharing from "./purviewSharing.js";
2
+ export * from "./purviewSharing.js";
3
+ export * from "./parameters.js";
4
+ export * from "./responses.js";
5
+ export * from "./clientDefinitions.js";
6
+ export * from "./isUnexpected.js";
7
+ export * from "./models.js";
8
+ export * from "./outputModels.js";
9
+ export * from "./paginateHelper.js";
10
+ export * from "./pollingHelper.js";
11
+ export default PurviewSharing;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,cAAc,MAAM,qBAAqB,CAAC;AAEjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AAGnC,eAAe,cAAc,CAAC"}
@@ -0,0 +1,15 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import PurviewSharing from "./purviewSharing.js";
4
+ export * from "./purviewSharing.js";
5
+ export * from "./parameters.js";
6
+ export * from "./responses.js";
7
+ export * from "./clientDefinitions.js";
8
+ export * from "./isUnexpected.js";
9
+ export * from "./models.js";
10
+ export * from "./outputModels.js";
11
+ export * from "./paginateHelper.js";
12
+ export * from "./pollingHelper.js";
13
+ // eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named
14
+ export default PurviewSharing;
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,cAAc,MAAM,qBAAqB,CAAC;AAEjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AAEnC,kEAAkE;AAClE,eAAe,cAAc,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport PurviewSharing from \"./purviewSharing.js\";\n\nexport * from \"./purviewSharing.js\";\nexport * from \"./parameters.js\";\nexport * from \"./responses.js\";\nexport * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport * from \"./models.js\";\nexport * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport * from \"./pollingHelper.js\";\n\n// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named\nexport default PurviewSharing;\n"]}
@@ -0,0 +1,19 @@
1
+ import type { ReceivedSharesGetReceivedShare200Response, ReceivedSharesGetReceivedShareDefaultResponse, ReceivedSharesCreateOrReplace200Response, ReceivedSharesCreateOrReplace201Response, ReceivedSharesCreateOrReplaceDefaultResponse, ReceivedSharesDeleteReceivedShare202Response, ReceivedSharesDeleteReceivedShareDefaultResponse, ReceivedSharesGetAllAttachedReceivedShares200Response, ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse, ReceivedSharesGetAllDetachedReceivedShares200Response, ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse, ReceivedSharesActivateTenantEmailRegistration200Response, ReceivedSharesActivateTenantEmailRegistrationDefaultResponse, ReceivedSharesRegisterTenantEmailRegistration200Response, ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse, SentSharesGetAllSentShares200Response, SentSharesGetAllSentSharesDefaultResponse, SentSharesGetSentShare200Response, SentSharesGetSentShareDefaultResponse, SentSharesCreateOrReplace200Response, SentSharesCreateOrReplace201Response, SentSharesCreateOrReplaceDefaultResponse, SentSharesDeleteSentShare202Response, SentSharesDeleteSentShareDefaultResponse, SentSharesGetAllSentShareInvitations200Response, SentSharesGetAllSentShareInvitationsDefaultResponse, SentSharesGetSentShareInvitation200Response, SentSharesGetSentShareInvitationDefaultResponse, SentSharesCreateSentShareInvitation201Response, SentSharesCreateSentShareInvitationDefaultResponse, SentSharesDeleteSentShareInvitation202Response, SentSharesDeleteSentShareInvitationDefaultResponse, SentSharesNotifyUserSentShareInvitation200Response, SentSharesNotifyUserSentShareInvitationDefaultResponse, ShareResourcesGetAllShareResources200Response, ShareResourcesGetAllShareResourcesDefaultResponse } from "./responses.js";
2
+ export declare function isUnexpected(response: ReceivedSharesGetReceivedShare200Response | ReceivedSharesGetReceivedShareDefaultResponse): response is ReceivedSharesGetReceivedShareDefaultResponse;
3
+ export declare function isUnexpected(response: ReceivedSharesCreateOrReplace200Response | ReceivedSharesCreateOrReplace201Response | ReceivedSharesCreateOrReplaceDefaultResponse): response is ReceivedSharesCreateOrReplaceDefaultResponse;
4
+ export declare function isUnexpected(response: ReceivedSharesDeleteReceivedShare202Response | ReceivedSharesDeleteReceivedShareDefaultResponse): response is ReceivedSharesDeleteReceivedShareDefaultResponse;
5
+ export declare function isUnexpected(response: ReceivedSharesGetAllAttachedReceivedShares200Response | ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse): response is ReceivedSharesGetAllAttachedReceivedSharesDefaultResponse;
6
+ export declare function isUnexpected(response: ReceivedSharesGetAllDetachedReceivedShares200Response | ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse): response is ReceivedSharesGetAllDetachedReceivedSharesDefaultResponse;
7
+ export declare function isUnexpected(response: ReceivedSharesActivateTenantEmailRegistration200Response | ReceivedSharesActivateTenantEmailRegistrationDefaultResponse): response is ReceivedSharesActivateTenantEmailRegistrationDefaultResponse;
8
+ export declare function isUnexpected(response: ReceivedSharesRegisterTenantEmailRegistration200Response | ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse): response is ReceivedSharesRegisterTenantEmailRegistrationDefaultResponse;
9
+ export declare function isUnexpected(response: SentSharesGetAllSentShares200Response | SentSharesGetAllSentSharesDefaultResponse): response is SentSharesGetAllSentSharesDefaultResponse;
10
+ export declare function isUnexpected(response: SentSharesGetSentShare200Response | SentSharesGetSentShareDefaultResponse): response is SentSharesGetSentShareDefaultResponse;
11
+ export declare function isUnexpected(response: SentSharesCreateOrReplace200Response | SentSharesCreateOrReplace201Response | SentSharesCreateOrReplaceDefaultResponse): response is SentSharesCreateOrReplaceDefaultResponse;
12
+ export declare function isUnexpected(response: SentSharesDeleteSentShare202Response | SentSharesDeleteSentShareDefaultResponse): response is SentSharesDeleteSentShareDefaultResponse;
13
+ export declare function isUnexpected(response: SentSharesGetAllSentShareInvitations200Response | SentSharesGetAllSentShareInvitationsDefaultResponse): response is SentSharesGetAllSentShareInvitationsDefaultResponse;
14
+ export declare function isUnexpected(response: SentSharesGetSentShareInvitation200Response | SentSharesGetSentShareInvitationDefaultResponse): response is SentSharesGetSentShareInvitationDefaultResponse;
15
+ export declare function isUnexpected(response: SentSharesCreateSentShareInvitation201Response | SentSharesCreateSentShareInvitationDefaultResponse): response is SentSharesCreateSentShareInvitationDefaultResponse;
16
+ export declare function isUnexpected(response: SentSharesDeleteSentShareInvitation202Response | SentSharesDeleteSentShareInvitationDefaultResponse): response is SentSharesDeleteSentShareInvitationDefaultResponse;
17
+ export declare function isUnexpected(response: SentSharesNotifyUserSentShareInvitation200Response | SentSharesNotifyUserSentShareInvitationDefaultResponse): response is SentSharesNotifyUserSentShareInvitationDefaultResponse;
18
+ export declare function isUnexpected(response: ShareResourcesGetAllShareResources200Response | ShareResourcesGetAllShareResourcesDefaultResponse): response is ShareResourcesGetAllShareResourcesDefaultResponse;
19
+ //# sourceMappingURL=isUnexpected.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isUnexpected.d.ts","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,yCAAyC,EACzC,6CAA6C,EAC7C,wCAAwC,EACxC,wCAAwC,EACxC,4CAA4C,EAC5C,4CAA4C,EAC5C,gDAAgD,EAChD,qDAAqD,EACrD,yDAAyD,EACzD,qDAAqD,EACrD,yDAAyD,EACzD,wDAAwD,EACxD,4DAA4D,EAC5D,wDAAwD,EACxD,4DAA4D,EAC5D,qCAAqC,EACrC,yCAAyC,EACzC,iCAAiC,EACjC,qCAAqC,EACrC,oCAAoC,EACpC,oCAAoC,EACpC,wCAAwC,EACxC,oCAAoC,EACpC,wCAAwC,EACxC,+CAA+C,EAC/C,mDAAmD,EACnD,2CAA2C,EAC3C,+CAA+C,EAC/C,8CAA8C,EAC9C,kDAAkD,EAClD,8CAA8C,EAC9C,kDAAkD,EAClD,kDAAkD,EAClD,sDAAsD,EACtD,6CAA6C,EAC7C,iDAAiD,EAClD,MAAM,gBAAgB,CAAC;AAsBxB,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,yCAAyC,GACzC,6CAA6C,GAChD,QAAQ,IAAI,6CAA6C,CAAC;AAC7D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,wCAAwC,GACxC,wCAAwC,GACxC,4CAA4C,GAC/C,QAAQ,IAAI,4CAA4C,CAAC;AAC5D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,4CAA4C,GAC5C,gDAAgD,GACnD,QAAQ,IAAI,gDAAgD,CAAC;AAChE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,qDAAqD,GACrD,yDAAyD,GAC5D,QAAQ,IAAI,yDAAyD,CAAC;AACzE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,qDAAqD,GACrD,yDAAyD,GAC5D,QAAQ,IAAI,yDAAyD,CAAC;AACzE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,wDAAwD,GACxD,4DAA4D,GAC/D,QAAQ,IAAI,4DAA4D,CAAC;AAC5E,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,wDAAwD,GACxD,4DAA4D,GAC/D,QAAQ,IAAI,4DAA4D,CAAC;AAC5E,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,qCAAqC,GAAG,yCAAyC,GAC1F,QAAQ,IAAI,yCAAyC,CAAC;AACzD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,iCAAiC,GAAG,qCAAqC,GAClF,QAAQ,IAAI,qCAAqC,CAAC;AACrD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,oCAAoC,GACpC,oCAAoC,GACpC,wCAAwC,GAC3C,QAAQ,IAAI,wCAAwC,CAAC;AACxD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,oCAAoC,GAAG,wCAAwC,GACxF,QAAQ,IAAI,wCAAwC,CAAC;AACxD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,+CAA+C,GAC/C,mDAAmD,GACtD,QAAQ,IAAI,mDAAmD,CAAC;AACnE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,2CAA2C,GAC3C,+CAA+C,GAClD,QAAQ,IAAI,+CAA+C,CAAC;AAC/D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,8CAA8C,GAC9C,kDAAkD,GACrD,QAAQ,IAAI,kDAAkD,CAAC;AAClE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,8CAA8C,GAC9C,kDAAkD,GACrD,QAAQ,IAAI,kDAAkD,CAAC;AAClE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,kDAAkD,GAClD,sDAAsD,GACzD,QAAQ,IAAI,sDAAsD,CAAC;AACtE,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,6CAA6C,GAC7C,iDAAiD,GACpD,QAAQ,IAAI,iDAAiD,CAAC"}