dub 0.24.0__py3-none-any.whl → 0.25.0__py3-none-any.whl
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.
- dub/_version.py +3 -3
- dub/commissions.py +600 -0
- dub/models/__init__.py +0 -1
- dub/models/components/__init__.py +422 -196
- dub/models/components/folderschema.py +1 -7
- dub/models/errors/__init__.py +136 -58
- dub/models/operations/__init__.py +729 -360
- dub/models/operations/createpartner.py +3 -3
- dub/models/operations/listcommissions.py +252 -0
- dub/models/operations/listfolders.py +0 -9
- dub/models/operations/updatecommission.py +150 -0
- dub/partners.py +0 -310
- dub/sdk.py +71 -40
- dub/utils/__init__.py +130 -46
- {dub-0.24.0.dist-info → dub-0.25.0.dist-info}/METADATA +6 -2
- {dub-0.24.0.dist-info → dub-0.25.0.dist-info}/RECORD +18 -16
- dub/models/operations/updatepartnersale.py +0 -121
- {dub-0.24.0.dist-info → dub-0.25.0.dist-info}/LICENSE +0 -0
- {dub-0.24.0.dist-info → dub-0.25.0.dist-info}/WHEEL +0 -0
|
@@ -1,361 +1,380 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
|
-
from
|
|
4
|
-
|
|
5
|
-
BulkCreateLinksTagIdsTypedDict,
|
|
6
|
-
BulkCreateLinksTagNames,
|
|
7
|
-
BulkCreateLinksTagNamesTypedDict,
|
|
8
|
-
BulkCreateLinksTestVariants,
|
|
9
|
-
BulkCreateLinksTestVariantsTypedDict,
|
|
10
|
-
RequestBody,
|
|
11
|
-
RequestBodyTypedDict,
|
|
12
|
-
ResponseBody,
|
|
13
|
-
ResponseBodyTypedDict,
|
|
14
|
-
)
|
|
15
|
-
from .bulkdeletelinks import (
|
|
16
|
-
BulkDeleteLinksRequest,
|
|
17
|
-
BulkDeleteLinksRequestTypedDict,
|
|
18
|
-
BulkDeleteLinksResponseBody,
|
|
19
|
-
BulkDeleteLinksResponseBodyTypedDict,
|
|
20
|
-
)
|
|
21
|
-
from .bulkupdatelinks import (
|
|
22
|
-
BulkUpdateLinksRequestBody,
|
|
23
|
-
BulkUpdateLinksRequestBodyTypedDict,
|
|
24
|
-
BulkUpdateLinksTagIds,
|
|
25
|
-
BulkUpdateLinksTagIdsTypedDict,
|
|
26
|
-
BulkUpdateLinksTagNames,
|
|
27
|
-
BulkUpdateLinksTagNamesTypedDict,
|
|
28
|
-
BulkUpdateLinksTestVariants,
|
|
29
|
-
BulkUpdateLinksTestVariantsTypedDict,
|
|
30
|
-
Data,
|
|
31
|
-
DataTypedDict,
|
|
32
|
-
)
|
|
33
|
-
from .createcustomer import (
|
|
34
|
-
CreateCustomerDiscount,
|
|
35
|
-
CreateCustomerDiscountTypedDict,
|
|
36
|
-
CreateCustomerLink,
|
|
37
|
-
CreateCustomerLinkTypedDict,
|
|
38
|
-
CreateCustomerPartner,
|
|
39
|
-
CreateCustomerPartnerTypedDict,
|
|
40
|
-
CreateCustomerRequestBody,
|
|
41
|
-
CreateCustomerRequestBodyTypedDict,
|
|
42
|
-
CreateCustomerResponseBody,
|
|
43
|
-
CreateCustomerResponseBodyTypedDict,
|
|
44
|
-
CreateCustomerType,
|
|
45
|
-
)
|
|
46
|
-
from .createdomain import CreateDomainRequestBody, CreateDomainRequestBodyTypedDict
|
|
47
|
-
from .createfolder import (
|
|
48
|
-
AccessLevel,
|
|
49
|
-
CreateFolderRequestBody,
|
|
50
|
-
CreateFolderRequestBodyTypedDict,
|
|
51
|
-
)
|
|
52
|
-
from .createlink import (
|
|
53
|
-
CreateLinkRequestBody,
|
|
54
|
-
CreateLinkRequestBodyTypedDict,
|
|
55
|
-
TagIds,
|
|
56
|
-
TagIdsTypedDict,
|
|
57
|
-
TagNames,
|
|
58
|
-
TagNamesTypedDict,
|
|
59
|
-
TestVariants,
|
|
60
|
-
TestVariantsTypedDict,
|
|
61
|
-
)
|
|
62
|
-
from .createpartner import (
|
|
63
|
-
Country,
|
|
64
|
-
CreatePartnerLink,
|
|
65
|
-
CreatePartnerLinkTypedDict,
|
|
66
|
-
CreatePartnerRequestBody,
|
|
67
|
-
CreatePartnerRequestBodyTypedDict,
|
|
68
|
-
CreatePartnerResponseBody,
|
|
69
|
-
CreatePartnerResponseBodyTypedDict,
|
|
70
|
-
CreatePartnerTagIds,
|
|
71
|
-
CreatePartnerTagIdsTypedDict,
|
|
72
|
-
CreatePartnerTagNames,
|
|
73
|
-
CreatePartnerTagNamesTypedDict,
|
|
74
|
-
CreatePartnerTestVariants,
|
|
75
|
-
CreatePartnerTestVariantsTypedDict,
|
|
76
|
-
LinkProps,
|
|
77
|
-
LinkPropsTypedDict,
|
|
78
|
-
Status,
|
|
79
|
-
)
|
|
80
|
-
from .createpartnerlink import (
|
|
81
|
-
CreatePartnerLinkLinkProps,
|
|
82
|
-
CreatePartnerLinkLinkPropsTypedDict,
|
|
83
|
-
CreatePartnerLinkRequestBody,
|
|
84
|
-
CreatePartnerLinkRequestBodyTypedDict,
|
|
85
|
-
CreatePartnerLinkTagIds,
|
|
86
|
-
CreatePartnerLinkTagIdsTypedDict,
|
|
87
|
-
CreatePartnerLinkTagNames,
|
|
88
|
-
CreatePartnerLinkTagNamesTypedDict,
|
|
89
|
-
CreatePartnerLinkTestVariants,
|
|
90
|
-
CreatePartnerLinkTestVariantsTypedDict,
|
|
91
|
-
)
|
|
92
|
-
from .createreferralsembedtoken import (
|
|
93
|
-
CreateReferralsEmbedTokenCountry,
|
|
94
|
-
CreateReferralsEmbedTokenLinkProps,
|
|
95
|
-
CreateReferralsEmbedTokenLinkPropsTypedDict,
|
|
96
|
-
CreateReferralsEmbedTokenRequestBody,
|
|
97
|
-
CreateReferralsEmbedTokenRequestBodyTypedDict,
|
|
98
|
-
CreateReferralsEmbedTokenResponseBody,
|
|
99
|
-
CreateReferralsEmbedTokenResponseBodyTypedDict,
|
|
100
|
-
CreateReferralsEmbedTokenTagIds,
|
|
101
|
-
CreateReferralsEmbedTokenTagIdsTypedDict,
|
|
102
|
-
CreateReferralsEmbedTokenTagNames,
|
|
103
|
-
CreateReferralsEmbedTokenTagNamesTypedDict,
|
|
104
|
-
CreateReferralsEmbedTokenTestVariants,
|
|
105
|
-
CreateReferralsEmbedTokenTestVariantsTypedDict,
|
|
106
|
-
Partner,
|
|
107
|
-
PartnerTypedDict,
|
|
108
|
-
)
|
|
109
|
-
from .createtag import Color, CreateTagRequestBody, CreateTagRequestBodyTypedDict
|
|
110
|
-
from .deletecustomer import (
|
|
111
|
-
DeleteCustomerRequest,
|
|
112
|
-
DeleteCustomerRequestTypedDict,
|
|
113
|
-
DeleteCustomerResponseBody,
|
|
114
|
-
DeleteCustomerResponseBodyTypedDict,
|
|
115
|
-
)
|
|
116
|
-
from .deletedomain import (
|
|
117
|
-
DeleteDomainRequest,
|
|
118
|
-
DeleteDomainRequestTypedDict,
|
|
119
|
-
DeleteDomainResponseBody,
|
|
120
|
-
DeleteDomainResponseBodyTypedDict,
|
|
121
|
-
)
|
|
122
|
-
from .deletefolder import (
|
|
123
|
-
DeleteFolderRequest,
|
|
124
|
-
DeleteFolderRequestTypedDict,
|
|
125
|
-
DeleteFolderResponseBody,
|
|
126
|
-
DeleteFolderResponseBodyTypedDict,
|
|
127
|
-
)
|
|
128
|
-
from .deletelink import (
|
|
129
|
-
DeleteLinkRequest,
|
|
130
|
-
DeleteLinkRequestTypedDict,
|
|
131
|
-
DeleteLinkResponseBody,
|
|
132
|
-
DeleteLinkResponseBodyTypedDict,
|
|
133
|
-
)
|
|
134
|
-
from .deletetag import (
|
|
135
|
-
DeleteTagRequest,
|
|
136
|
-
DeleteTagRequestTypedDict,
|
|
137
|
-
DeleteTagResponseBody,
|
|
138
|
-
DeleteTagResponseBodyTypedDict,
|
|
139
|
-
)
|
|
140
|
-
from .getcustomer import (
|
|
141
|
-
GetCustomerDiscount,
|
|
142
|
-
GetCustomerDiscountTypedDict,
|
|
143
|
-
GetCustomerLink,
|
|
144
|
-
GetCustomerLinkTypedDict,
|
|
145
|
-
GetCustomerPartner,
|
|
146
|
-
GetCustomerPartnerTypedDict,
|
|
147
|
-
GetCustomerRequest,
|
|
148
|
-
GetCustomerRequestTypedDict,
|
|
149
|
-
GetCustomerResponseBody,
|
|
150
|
-
GetCustomerResponseBodyTypedDict,
|
|
151
|
-
GetCustomerType,
|
|
152
|
-
)
|
|
153
|
-
from .getcustomers import (
|
|
154
|
-
Discount,
|
|
155
|
-
DiscountTypedDict,
|
|
156
|
-
GetCustomersLink,
|
|
157
|
-
GetCustomersLinkTypedDict,
|
|
158
|
-
GetCustomersPartner,
|
|
159
|
-
GetCustomersPartnerTypedDict,
|
|
160
|
-
GetCustomersQueryParamSortBy,
|
|
161
|
-
GetCustomersQueryParamSortOrder,
|
|
162
|
-
GetCustomersRequest,
|
|
163
|
-
GetCustomersRequestTypedDict,
|
|
164
|
-
GetCustomersResponseBody,
|
|
165
|
-
GetCustomersResponseBodyTypedDict,
|
|
166
|
-
GetCustomersType,
|
|
167
|
-
)
|
|
168
|
-
from .getlinkinfo import GetLinkInfoRequest, GetLinkInfoRequestTypedDict
|
|
169
|
-
from .getlinks import (
|
|
170
|
-
GetLinksRequest,
|
|
171
|
-
GetLinksRequestTypedDict,
|
|
172
|
-
GetLinksResponse,
|
|
173
|
-
GetLinksResponseTypedDict,
|
|
174
|
-
QueryParamTagIds,
|
|
175
|
-
QueryParamTagIdsTypedDict,
|
|
176
|
-
QueryParamTagNames,
|
|
177
|
-
QueryParamTagNamesTypedDict,
|
|
178
|
-
Sort,
|
|
179
|
-
SortBy,
|
|
180
|
-
SortOrder,
|
|
181
|
-
)
|
|
182
|
-
from .getlinkscount import (
|
|
183
|
-
Four,
|
|
184
|
-
GetLinksCountQueryParamTagIds,
|
|
185
|
-
GetLinksCountQueryParamTagIdsTypedDict,
|
|
186
|
-
GetLinksCountQueryParamTagNames,
|
|
187
|
-
GetLinksCountQueryParamTagNamesTypedDict,
|
|
188
|
-
GetLinksCountRequest,
|
|
189
|
-
GetLinksCountRequestTypedDict,
|
|
190
|
-
GroupBy,
|
|
191
|
-
GroupByTypedDict,
|
|
192
|
-
One,
|
|
193
|
-
Three,
|
|
194
|
-
Two,
|
|
195
|
-
)
|
|
196
|
-
from .getqrcode import GetQRCodeRequest, GetQRCodeRequestTypedDict, Level
|
|
197
|
-
from .gettags import (
|
|
198
|
-
GetTagsQueryParamSortBy,
|
|
199
|
-
GetTagsQueryParamSortOrder,
|
|
200
|
-
GetTagsRequest,
|
|
201
|
-
GetTagsRequestTypedDict,
|
|
202
|
-
Ids,
|
|
203
|
-
IdsTypedDict,
|
|
204
|
-
)
|
|
205
|
-
from .getworkspace import GetWorkspaceRequest, GetWorkspaceRequestTypedDict
|
|
206
|
-
from .listdomains import (
|
|
207
|
-
ListDomainsRequest,
|
|
208
|
-
ListDomainsRequestTypedDict,
|
|
209
|
-
ListDomainsResponse,
|
|
210
|
-
ListDomainsResponseTypedDict,
|
|
211
|
-
)
|
|
212
|
-
from .listevents import (
|
|
213
|
-
ListEventsQueryParamTagIds,
|
|
214
|
-
ListEventsQueryParamTagIdsTypedDict,
|
|
215
|
-
ListEventsRequest,
|
|
216
|
-
ListEventsRequestTypedDict,
|
|
217
|
-
ListEventsResponseBody,
|
|
218
|
-
ListEventsResponseBodyTypedDict,
|
|
219
|
-
Order,
|
|
220
|
-
QueryParamEvent,
|
|
221
|
-
QueryParamInterval,
|
|
222
|
-
QueryParamSortBy,
|
|
223
|
-
QueryParamSortOrder,
|
|
224
|
-
QueryParamTrigger,
|
|
225
|
-
)
|
|
226
|
-
from .listfolders import ListFoldersRequest, ListFoldersRequestTypedDict
|
|
227
|
-
from .retrieveanalytics import (
|
|
228
|
-
Event,
|
|
229
|
-
Interval,
|
|
230
|
-
QueryParamGroupBy,
|
|
231
|
-
RetrieveAnalyticsQueryParamTagIds,
|
|
232
|
-
RetrieveAnalyticsQueryParamTagIdsTypedDict,
|
|
233
|
-
RetrieveAnalyticsRequest,
|
|
234
|
-
RetrieveAnalyticsRequestTypedDict,
|
|
235
|
-
RetrieveAnalyticsResponseBody,
|
|
236
|
-
RetrieveAnalyticsResponseBodyTypedDict,
|
|
237
|
-
Trigger,
|
|
238
|
-
)
|
|
239
|
-
from .retrievelinks import (
|
|
240
|
-
Link,
|
|
241
|
-
LinkTypedDict,
|
|
242
|
-
RetrieveLinksRequest,
|
|
243
|
-
RetrieveLinksRequestTypedDict,
|
|
244
|
-
)
|
|
245
|
-
from .retrievepartneranalytics import (
|
|
246
|
-
RetrievePartnerAnalyticsQueryParamGroupBy,
|
|
247
|
-
RetrievePartnerAnalyticsQueryParamInterval,
|
|
248
|
-
RetrievePartnerAnalyticsRequest,
|
|
249
|
-
RetrievePartnerAnalyticsRequestTypedDict,
|
|
250
|
-
RetrievePartnerAnalyticsResponseBody,
|
|
251
|
-
RetrievePartnerAnalyticsResponseBodyTypedDict,
|
|
252
|
-
)
|
|
253
|
-
from .tracklead import (
|
|
254
|
-
Click,
|
|
255
|
-
ClickTypedDict,
|
|
256
|
-
Customer,
|
|
257
|
-
CustomerTypedDict,
|
|
258
|
-
Mode,
|
|
259
|
-
TrackLeadRequestBody,
|
|
260
|
-
TrackLeadRequestBodyTypedDict,
|
|
261
|
-
TrackLeadResponseBody,
|
|
262
|
-
TrackLeadResponseBodyTypedDict,
|
|
263
|
-
)
|
|
264
|
-
from .tracksale import (
|
|
265
|
-
PaymentProcessor,
|
|
266
|
-
Sale,
|
|
267
|
-
SaleTypedDict,
|
|
268
|
-
TrackSaleCustomer,
|
|
269
|
-
TrackSaleCustomerTypedDict,
|
|
270
|
-
TrackSaleRequestBody,
|
|
271
|
-
TrackSaleRequestBodyTypedDict,
|
|
272
|
-
TrackSaleResponseBody,
|
|
273
|
-
TrackSaleResponseBodyTypedDict,
|
|
274
|
-
)
|
|
275
|
-
from .updatecustomer import (
|
|
276
|
-
UpdateCustomerDiscount,
|
|
277
|
-
UpdateCustomerDiscountTypedDict,
|
|
278
|
-
UpdateCustomerLink,
|
|
279
|
-
UpdateCustomerLinkTypedDict,
|
|
280
|
-
UpdateCustomerPartner,
|
|
281
|
-
UpdateCustomerPartnerTypedDict,
|
|
282
|
-
UpdateCustomerRequest,
|
|
283
|
-
UpdateCustomerRequestBody,
|
|
284
|
-
UpdateCustomerRequestBodyTypedDict,
|
|
285
|
-
UpdateCustomerRequestTypedDict,
|
|
286
|
-
UpdateCustomerResponseBody,
|
|
287
|
-
UpdateCustomerResponseBodyTypedDict,
|
|
288
|
-
UpdateCustomerType,
|
|
289
|
-
)
|
|
290
|
-
from .updatedomain import (
|
|
291
|
-
UpdateDomainRequest,
|
|
292
|
-
UpdateDomainRequestBody,
|
|
293
|
-
UpdateDomainRequestBodyTypedDict,
|
|
294
|
-
UpdateDomainRequestTypedDict,
|
|
295
|
-
)
|
|
296
|
-
from .updatefolder import (
|
|
297
|
-
UpdateFolderAccessLevel,
|
|
298
|
-
UpdateFolderRequest,
|
|
299
|
-
UpdateFolderRequestBody,
|
|
300
|
-
UpdateFolderRequestBodyTypedDict,
|
|
301
|
-
UpdateFolderRequestTypedDict,
|
|
302
|
-
)
|
|
303
|
-
from .updatelink import (
|
|
304
|
-
UpdateLinkRequest,
|
|
305
|
-
UpdateLinkRequestBody,
|
|
306
|
-
UpdateLinkRequestBodyTypedDict,
|
|
307
|
-
UpdateLinkRequestTypedDict,
|
|
308
|
-
UpdateLinkTagIds,
|
|
309
|
-
UpdateLinkTagIdsTypedDict,
|
|
310
|
-
UpdateLinkTagNames,
|
|
311
|
-
UpdateLinkTagNamesTypedDict,
|
|
312
|
-
UpdateLinkTestVariants,
|
|
313
|
-
UpdateLinkTestVariantsTypedDict,
|
|
314
|
-
)
|
|
315
|
-
from .updatepartnersale import (
|
|
316
|
-
Type,
|
|
317
|
-
UpdatePartnerSaleRequestBody,
|
|
318
|
-
UpdatePartnerSaleRequestBodyTypedDict,
|
|
319
|
-
UpdatePartnerSaleResponseBody,
|
|
320
|
-
UpdatePartnerSaleResponseBodyTypedDict,
|
|
321
|
-
UpdatePartnerSaleStatus,
|
|
322
|
-
)
|
|
323
|
-
from .updatetag import (
|
|
324
|
-
UpdateTagColor,
|
|
325
|
-
UpdateTagRequest,
|
|
326
|
-
UpdateTagRequestBody,
|
|
327
|
-
UpdateTagRequestBodyTypedDict,
|
|
328
|
-
UpdateTagRequestTypedDict,
|
|
329
|
-
)
|
|
330
|
-
from .updateworkspace import (
|
|
331
|
-
UpdateWorkspaceRequest,
|
|
332
|
-
UpdateWorkspaceRequestBody,
|
|
333
|
-
UpdateWorkspaceRequestBodyTypedDict,
|
|
334
|
-
UpdateWorkspaceRequestTypedDict,
|
|
335
|
-
)
|
|
336
|
-
from .upsertlink import (
|
|
337
|
-
UpsertLinkRequestBody,
|
|
338
|
-
UpsertLinkRequestBodyTypedDict,
|
|
339
|
-
UpsertLinkTagIds,
|
|
340
|
-
UpsertLinkTagIdsTypedDict,
|
|
341
|
-
UpsertLinkTagNames,
|
|
342
|
-
UpsertLinkTagNamesTypedDict,
|
|
343
|
-
UpsertLinkTestVariants,
|
|
344
|
-
UpsertLinkTestVariantsTypedDict,
|
|
345
|
-
)
|
|
346
|
-
from .upsertpartnerlink import (
|
|
347
|
-
UpsertPartnerLinkLinkProps,
|
|
348
|
-
UpsertPartnerLinkLinkPropsTypedDict,
|
|
349
|
-
UpsertPartnerLinkRequestBody,
|
|
350
|
-
UpsertPartnerLinkRequestBodyTypedDict,
|
|
351
|
-
UpsertPartnerLinkTagIds,
|
|
352
|
-
UpsertPartnerLinkTagIdsTypedDict,
|
|
353
|
-
UpsertPartnerLinkTagNames,
|
|
354
|
-
UpsertPartnerLinkTagNamesTypedDict,
|
|
355
|
-
UpsertPartnerLinkTestVariants,
|
|
356
|
-
UpsertPartnerLinkTestVariantsTypedDict,
|
|
357
|
-
)
|
|
3
|
+
from typing import TYPE_CHECKING
|
|
4
|
+
from importlib import import_module
|
|
358
5
|
|
|
6
|
+
if TYPE_CHECKING:
|
|
7
|
+
from .bulkcreatelinks import (
|
|
8
|
+
BulkCreateLinksTagIds,
|
|
9
|
+
BulkCreateLinksTagIdsTypedDict,
|
|
10
|
+
BulkCreateLinksTagNames,
|
|
11
|
+
BulkCreateLinksTagNamesTypedDict,
|
|
12
|
+
BulkCreateLinksTestVariants,
|
|
13
|
+
BulkCreateLinksTestVariantsTypedDict,
|
|
14
|
+
RequestBody,
|
|
15
|
+
RequestBodyTypedDict,
|
|
16
|
+
ResponseBody,
|
|
17
|
+
ResponseBodyTypedDict,
|
|
18
|
+
)
|
|
19
|
+
from .bulkdeletelinks import (
|
|
20
|
+
BulkDeleteLinksRequest,
|
|
21
|
+
BulkDeleteLinksRequestTypedDict,
|
|
22
|
+
BulkDeleteLinksResponseBody,
|
|
23
|
+
BulkDeleteLinksResponseBodyTypedDict,
|
|
24
|
+
)
|
|
25
|
+
from .bulkupdatelinks import (
|
|
26
|
+
BulkUpdateLinksRequestBody,
|
|
27
|
+
BulkUpdateLinksRequestBodyTypedDict,
|
|
28
|
+
BulkUpdateLinksTagIds,
|
|
29
|
+
BulkUpdateLinksTagIdsTypedDict,
|
|
30
|
+
BulkUpdateLinksTagNames,
|
|
31
|
+
BulkUpdateLinksTagNamesTypedDict,
|
|
32
|
+
BulkUpdateLinksTestVariants,
|
|
33
|
+
BulkUpdateLinksTestVariantsTypedDict,
|
|
34
|
+
Data,
|
|
35
|
+
DataTypedDict,
|
|
36
|
+
)
|
|
37
|
+
from .createcustomer import (
|
|
38
|
+
CreateCustomerDiscount,
|
|
39
|
+
CreateCustomerDiscountTypedDict,
|
|
40
|
+
CreateCustomerLink,
|
|
41
|
+
CreateCustomerLinkTypedDict,
|
|
42
|
+
CreateCustomerPartner,
|
|
43
|
+
CreateCustomerPartnerTypedDict,
|
|
44
|
+
CreateCustomerRequestBody,
|
|
45
|
+
CreateCustomerRequestBodyTypedDict,
|
|
46
|
+
CreateCustomerResponseBody,
|
|
47
|
+
CreateCustomerResponseBodyTypedDict,
|
|
48
|
+
CreateCustomerType,
|
|
49
|
+
)
|
|
50
|
+
from .createdomain import CreateDomainRequestBody, CreateDomainRequestBodyTypedDict
|
|
51
|
+
from .createfolder import (
|
|
52
|
+
AccessLevel,
|
|
53
|
+
CreateFolderRequestBody,
|
|
54
|
+
CreateFolderRequestBodyTypedDict,
|
|
55
|
+
)
|
|
56
|
+
from .createlink import (
|
|
57
|
+
CreateLinkRequestBody,
|
|
58
|
+
CreateLinkRequestBodyTypedDict,
|
|
59
|
+
TagIds,
|
|
60
|
+
TagIdsTypedDict,
|
|
61
|
+
TagNames,
|
|
62
|
+
TagNamesTypedDict,
|
|
63
|
+
TestVariants,
|
|
64
|
+
TestVariantsTypedDict,
|
|
65
|
+
)
|
|
66
|
+
from .createpartner import (
|
|
67
|
+
Country,
|
|
68
|
+
CreatePartnerLink,
|
|
69
|
+
CreatePartnerLinkTypedDict,
|
|
70
|
+
CreatePartnerRequestBody,
|
|
71
|
+
CreatePartnerRequestBodyTypedDict,
|
|
72
|
+
CreatePartnerResponseBody,
|
|
73
|
+
CreatePartnerResponseBodyTypedDict,
|
|
74
|
+
CreatePartnerStatus,
|
|
75
|
+
CreatePartnerTagIds,
|
|
76
|
+
CreatePartnerTagIdsTypedDict,
|
|
77
|
+
CreatePartnerTagNames,
|
|
78
|
+
CreatePartnerTagNamesTypedDict,
|
|
79
|
+
CreatePartnerTestVariants,
|
|
80
|
+
CreatePartnerTestVariantsTypedDict,
|
|
81
|
+
LinkProps,
|
|
82
|
+
LinkPropsTypedDict,
|
|
83
|
+
)
|
|
84
|
+
from .createpartnerlink import (
|
|
85
|
+
CreatePartnerLinkLinkProps,
|
|
86
|
+
CreatePartnerLinkLinkPropsTypedDict,
|
|
87
|
+
CreatePartnerLinkRequestBody,
|
|
88
|
+
CreatePartnerLinkRequestBodyTypedDict,
|
|
89
|
+
CreatePartnerLinkTagIds,
|
|
90
|
+
CreatePartnerLinkTagIdsTypedDict,
|
|
91
|
+
CreatePartnerLinkTagNames,
|
|
92
|
+
CreatePartnerLinkTagNamesTypedDict,
|
|
93
|
+
CreatePartnerLinkTestVariants,
|
|
94
|
+
CreatePartnerLinkTestVariantsTypedDict,
|
|
95
|
+
)
|
|
96
|
+
from .createreferralsembedtoken import (
|
|
97
|
+
CreateReferralsEmbedTokenCountry,
|
|
98
|
+
CreateReferralsEmbedTokenLinkProps,
|
|
99
|
+
CreateReferralsEmbedTokenLinkPropsTypedDict,
|
|
100
|
+
CreateReferralsEmbedTokenRequestBody,
|
|
101
|
+
CreateReferralsEmbedTokenRequestBodyTypedDict,
|
|
102
|
+
CreateReferralsEmbedTokenResponseBody,
|
|
103
|
+
CreateReferralsEmbedTokenResponseBodyTypedDict,
|
|
104
|
+
CreateReferralsEmbedTokenTagIds,
|
|
105
|
+
CreateReferralsEmbedTokenTagIdsTypedDict,
|
|
106
|
+
CreateReferralsEmbedTokenTagNames,
|
|
107
|
+
CreateReferralsEmbedTokenTagNamesTypedDict,
|
|
108
|
+
CreateReferralsEmbedTokenTestVariants,
|
|
109
|
+
CreateReferralsEmbedTokenTestVariantsTypedDict,
|
|
110
|
+
Partner,
|
|
111
|
+
PartnerTypedDict,
|
|
112
|
+
)
|
|
113
|
+
from .createtag import Color, CreateTagRequestBody, CreateTagRequestBodyTypedDict
|
|
114
|
+
from .deletecustomer import (
|
|
115
|
+
DeleteCustomerRequest,
|
|
116
|
+
DeleteCustomerRequestTypedDict,
|
|
117
|
+
DeleteCustomerResponseBody,
|
|
118
|
+
DeleteCustomerResponseBodyTypedDict,
|
|
119
|
+
)
|
|
120
|
+
from .deletedomain import (
|
|
121
|
+
DeleteDomainRequest,
|
|
122
|
+
DeleteDomainRequestTypedDict,
|
|
123
|
+
DeleteDomainResponseBody,
|
|
124
|
+
DeleteDomainResponseBodyTypedDict,
|
|
125
|
+
)
|
|
126
|
+
from .deletefolder import (
|
|
127
|
+
DeleteFolderRequest,
|
|
128
|
+
DeleteFolderRequestTypedDict,
|
|
129
|
+
DeleteFolderResponseBody,
|
|
130
|
+
DeleteFolderResponseBodyTypedDict,
|
|
131
|
+
)
|
|
132
|
+
from .deletelink import (
|
|
133
|
+
DeleteLinkRequest,
|
|
134
|
+
DeleteLinkRequestTypedDict,
|
|
135
|
+
DeleteLinkResponseBody,
|
|
136
|
+
DeleteLinkResponseBodyTypedDict,
|
|
137
|
+
)
|
|
138
|
+
from .deletetag import (
|
|
139
|
+
DeleteTagRequest,
|
|
140
|
+
DeleteTagRequestTypedDict,
|
|
141
|
+
DeleteTagResponseBody,
|
|
142
|
+
DeleteTagResponseBodyTypedDict,
|
|
143
|
+
)
|
|
144
|
+
from .getcustomer import (
|
|
145
|
+
GetCustomerDiscount,
|
|
146
|
+
GetCustomerDiscountTypedDict,
|
|
147
|
+
GetCustomerLink,
|
|
148
|
+
GetCustomerLinkTypedDict,
|
|
149
|
+
GetCustomerPartner,
|
|
150
|
+
GetCustomerPartnerTypedDict,
|
|
151
|
+
GetCustomerRequest,
|
|
152
|
+
GetCustomerRequestTypedDict,
|
|
153
|
+
GetCustomerResponseBody,
|
|
154
|
+
GetCustomerResponseBodyTypedDict,
|
|
155
|
+
GetCustomerType,
|
|
156
|
+
)
|
|
157
|
+
from .getcustomers import (
|
|
158
|
+
Discount,
|
|
159
|
+
DiscountTypedDict,
|
|
160
|
+
GetCustomersLink,
|
|
161
|
+
GetCustomersLinkTypedDict,
|
|
162
|
+
GetCustomersPartner,
|
|
163
|
+
GetCustomersPartnerTypedDict,
|
|
164
|
+
GetCustomersQueryParamSortBy,
|
|
165
|
+
GetCustomersQueryParamSortOrder,
|
|
166
|
+
GetCustomersRequest,
|
|
167
|
+
GetCustomersRequestTypedDict,
|
|
168
|
+
GetCustomersResponseBody,
|
|
169
|
+
GetCustomersResponseBodyTypedDict,
|
|
170
|
+
GetCustomersType,
|
|
171
|
+
)
|
|
172
|
+
from .getlinkinfo import GetLinkInfoRequest, GetLinkInfoRequestTypedDict
|
|
173
|
+
from .getlinks import (
|
|
174
|
+
GetLinksRequest,
|
|
175
|
+
GetLinksRequestTypedDict,
|
|
176
|
+
GetLinksResponse,
|
|
177
|
+
GetLinksResponseTypedDict,
|
|
178
|
+
QueryParamTagIds,
|
|
179
|
+
QueryParamTagIdsTypedDict,
|
|
180
|
+
QueryParamTagNames,
|
|
181
|
+
QueryParamTagNamesTypedDict,
|
|
182
|
+
Sort,
|
|
183
|
+
SortBy,
|
|
184
|
+
SortOrder,
|
|
185
|
+
)
|
|
186
|
+
from .getlinkscount import (
|
|
187
|
+
Four,
|
|
188
|
+
GetLinksCountQueryParamTagIds,
|
|
189
|
+
GetLinksCountQueryParamTagIdsTypedDict,
|
|
190
|
+
GetLinksCountQueryParamTagNames,
|
|
191
|
+
GetLinksCountQueryParamTagNamesTypedDict,
|
|
192
|
+
GetLinksCountRequest,
|
|
193
|
+
GetLinksCountRequestTypedDict,
|
|
194
|
+
GroupBy,
|
|
195
|
+
GroupByTypedDict,
|
|
196
|
+
One,
|
|
197
|
+
Three,
|
|
198
|
+
Two,
|
|
199
|
+
)
|
|
200
|
+
from .getqrcode import GetQRCodeRequest, GetQRCodeRequestTypedDict, Level
|
|
201
|
+
from .gettags import (
|
|
202
|
+
GetTagsQueryParamSortBy,
|
|
203
|
+
GetTagsQueryParamSortOrder,
|
|
204
|
+
GetTagsRequest,
|
|
205
|
+
GetTagsRequestTypedDict,
|
|
206
|
+
Ids,
|
|
207
|
+
IdsTypedDict,
|
|
208
|
+
)
|
|
209
|
+
from .getworkspace import GetWorkspaceRequest, GetWorkspaceRequestTypedDict
|
|
210
|
+
from .listcommissions import (
|
|
211
|
+
ListCommissionsQueryParamInterval,
|
|
212
|
+
ListCommissionsQueryParamSortBy,
|
|
213
|
+
ListCommissionsQueryParamSortOrder,
|
|
214
|
+
ListCommissionsRequest,
|
|
215
|
+
ListCommissionsRequestTypedDict,
|
|
216
|
+
ListCommissionsResponseBody,
|
|
217
|
+
ListCommissionsResponseBodyTypedDict,
|
|
218
|
+
ListCommissionsStatus,
|
|
219
|
+
ListCommissionsType,
|
|
220
|
+
QueryParamStatus,
|
|
221
|
+
Type,
|
|
222
|
+
)
|
|
223
|
+
from .listdomains import (
|
|
224
|
+
ListDomainsRequest,
|
|
225
|
+
ListDomainsRequestTypedDict,
|
|
226
|
+
ListDomainsResponse,
|
|
227
|
+
ListDomainsResponseTypedDict,
|
|
228
|
+
)
|
|
229
|
+
from .listevents import (
|
|
230
|
+
ListEventsQueryParamTagIds,
|
|
231
|
+
ListEventsQueryParamTagIdsTypedDict,
|
|
232
|
+
ListEventsRequest,
|
|
233
|
+
ListEventsRequestTypedDict,
|
|
234
|
+
ListEventsResponseBody,
|
|
235
|
+
ListEventsResponseBodyTypedDict,
|
|
236
|
+
Order,
|
|
237
|
+
QueryParamEvent,
|
|
238
|
+
QueryParamInterval,
|
|
239
|
+
QueryParamSortBy,
|
|
240
|
+
QueryParamSortOrder,
|
|
241
|
+
QueryParamTrigger,
|
|
242
|
+
)
|
|
243
|
+
from .listfolders import ListFoldersRequest, ListFoldersRequestTypedDict
|
|
244
|
+
from .retrieveanalytics import (
|
|
245
|
+
Event,
|
|
246
|
+
Interval,
|
|
247
|
+
QueryParamGroupBy,
|
|
248
|
+
RetrieveAnalyticsQueryParamTagIds,
|
|
249
|
+
RetrieveAnalyticsQueryParamTagIdsTypedDict,
|
|
250
|
+
RetrieveAnalyticsRequest,
|
|
251
|
+
RetrieveAnalyticsRequestTypedDict,
|
|
252
|
+
RetrieveAnalyticsResponseBody,
|
|
253
|
+
RetrieveAnalyticsResponseBodyTypedDict,
|
|
254
|
+
Trigger,
|
|
255
|
+
)
|
|
256
|
+
from .retrievelinks import (
|
|
257
|
+
Link,
|
|
258
|
+
LinkTypedDict,
|
|
259
|
+
RetrieveLinksRequest,
|
|
260
|
+
RetrieveLinksRequestTypedDict,
|
|
261
|
+
)
|
|
262
|
+
from .retrievepartneranalytics import (
|
|
263
|
+
RetrievePartnerAnalyticsQueryParamGroupBy,
|
|
264
|
+
RetrievePartnerAnalyticsQueryParamInterval,
|
|
265
|
+
RetrievePartnerAnalyticsRequest,
|
|
266
|
+
RetrievePartnerAnalyticsRequestTypedDict,
|
|
267
|
+
RetrievePartnerAnalyticsResponseBody,
|
|
268
|
+
RetrievePartnerAnalyticsResponseBodyTypedDict,
|
|
269
|
+
)
|
|
270
|
+
from .tracklead import (
|
|
271
|
+
Click,
|
|
272
|
+
ClickTypedDict,
|
|
273
|
+
Customer,
|
|
274
|
+
CustomerTypedDict,
|
|
275
|
+
Mode,
|
|
276
|
+
TrackLeadRequestBody,
|
|
277
|
+
TrackLeadRequestBodyTypedDict,
|
|
278
|
+
TrackLeadResponseBody,
|
|
279
|
+
TrackLeadResponseBodyTypedDict,
|
|
280
|
+
)
|
|
281
|
+
from .tracksale import (
|
|
282
|
+
PaymentProcessor,
|
|
283
|
+
Sale,
|
|
284
|
+
SaleTypedDict,
|
|
285
|
+
TrackSaleCustomer,
|
|
286
|
+
TrackSaleCustomerTypedDict,
|
|
287
|
+
TrackSaleRequestBody,
|
|
288
|
+
TrackSaleRequestBodyTypedDict,
|
|
289
|
+
TrackSaleResponseBody,
|
|
290
|
+
TrackSaleResponseBodyTypedDict,
|
|
291
|
+
)
|
|
292
|
+
from .updatecommission import (
|
|
293
|
+
Status,
|
|
294
|
+
UpdateCommissionRequest,
|
|
295
|
+
UpdateCommissionRequestBody,
|
|
296
|
+
UpdateCommissionRequestBodyTypedDict,
|
|
297
|
+
UpdateCommissionRequestTypedDict,
|
|
298
|
+
UpdateCommissionResponseBody,
|
|
299
|
+
UpdateCommissionResponseBodyTypedDict,
|
|
300
|
+
UpdateCommissionStatus,
|
|
301
|
+
UpdateCommissionType,
|
|
302
|
+
)
|
|
303
|
+
from .updatecustomer import (
|
|
304
|
+
UpdateCustomerDiscount,
|
|
305
|
+
UpdateCustomerDiscountTypedDict,
|
|
306
|
+
UpdateCustomerLink,
|
|
307
|
+
UpdateCustomerLinkTypedDict,
|
|
308
|
+
UpdateCustomerPartner,
|
|
309
|
+
UpdateCustomerPartnerTypedDict,
|
|
310
|
+
UpdateCustomerRequest,
|
|
311
|
+
UpdateCustomerRequestBody,
|
|
312
|
+
UpdateCustomerRequestBodyTypedDict,
|
|
313
|
+
UpdateCustomerRequestTypedDict,
|
|
314
|
+
UpdateCustomerResponseBody,
|
|
315
|
+
UpdateCustomerResponseBodyTypedDict,
|
|
316
|
+
UpdateCustomerType,
|
|
317
|
+
)
|
|
318
|
+
from .updatedomain import (
|
|
319
|
+
UpdateDomainRequest,
|
|
320
|
+
UpdateDomainRequestBody,
|
|
321
|
+
UpdateDomainRequestBodyTypedDict,
|
|
322
|
+
UpdateDomainRequestTypedDict,
|
|
323
|
+
)
|
|
324
|
+
from .updatefolder import (
|
|
325
|
+
UpdateFolderAccessLevel,
|
|
326
|
+
UpdateFolderRequest,
|
|
327
|
+
UpdateFolderRequestBody,
|
|
328
|
+
UpdateFolderRequestBodyTypedDict,
|
|
329
|
+
UpdateFolderRequestTypedDict,
|
|
330
|
+
)
|
|
331
|
+
from .updatelink import (
|
|
332
|
+
UpdateLinkRequest,
|
|
333
|
+
UpdateLinkRequestBody,
|
|
334
|
+
UpdateLinkRequestBodyTypedDict,
|
|
335
|
+
UpdateLinkRequestTypedDict,
|
|
336
|
+
UpdateLinkTagIds,
|
|
337
|
+
UpdateLinkTagIdsTypedDict,
|
|
338
|
+
UpdateLinkTagNames,
|
|
339
|
+
UpdateLinkTagNamesTypedDict,
|
|
340
|
+
UpdateLinkTestVariants,
|
|
341
|
+
UpdateLinkTestVariantsTypedDict,
|
|
342
|
+
)
|
|
343
|
+
from .updatetag import (
|
|
344
|
+
UpdateTagColor,
|
|
345
|
+
UpdateTagRequest,
|
|
346
|
+
UpdateTagRequestBody,
|
|
347
|
+
UpdateTagRequestBodyTypedDict,
|
|
348
|
+
UpdateTagRequestTypedDict,
|
|
349
|
+
)
|
|
350
|
+
from .updateworkspace import (
|
|
351
|
+
UpdateWorkspaceRequest,
|
|
352
|
+
UpdateWorkspaceRequestBody,
|
|
353
|
+
UpdateWorkspaceRequestBodyTypedDict,
|
|
354
|
+
UpdateWorkspaceRequestTypedDict,
|
|
355
|
+
)
|
|
356
|
+
from .upsertlink import (
|
|
357
|
+
UpsertLinkRequestBody,
|
|
358
|
+
UpsertLinkRequestBodyTypedDict,
|
|
359
|
+
UpsertLinkTagIds,
|
|
360
|
+
UpsertLinkTagIdsTypedDict,
|
|
361
|
+
UpsertLinkTagNames,
|
|
362
|
+
UpsertLinkTagNamesTypedDict,
|
|
363
|
+
UpsertLinkTestVariants,
|
|
364
|
+
UpsertLinkTestVariantsTypedDict,
|
|
365
|
+
)
|
|
366
|
+
from .upsertpartnerlink import (
|
|
367
|
+
UpsertPartnerLinkLinkProps,
|
|
368
|
+
UpsertPartnerLinkLinkPropsTypedDict,
|
|
369
|
+
UpsertPartnerLinkRequestBody,
|
|
370
|
+
UpsertPartnerLinkRequestBodyTypedDict,
|
|
371
|
+
UpsertPartnerLinkTagIds,
|
|
372
|
+
UpsertPartnerLinkTagIdsTypedDict,
|
|
373
|
+
UpsertPartnerLinkTagNames,
|
|
374
|
+
UpsertPartnerLinkTagNamesTypedDict,
|
|
375
|
+
UpsertPartnerLinkTestVariants,
|
|
376
|
+
UpsertPartnerLinkTestVariantsTypedDict,
|
|
377
|
+
)
|
|
359
378
|
|
|
360
379
|
__all__ = [
|
|
361
380
|
"AccessLevel",
|
|
@@ -414,6 +433,7 @@ __all__ = [
|
|
|
414
433
|
"CreatePartnerRequestBodyTypedDict",
|
|
415
434
|
"CreatePartnerResponseBody",
|
|
416
435
|
"CreatePartnerResponseBodyTypedDict",
|
|
436
|
+
"CreatePartnerStatus",
|
|
417
437
|
"CreatePartnerTagIds",
|
|
418
438
|
"CreatePartnerTagIdsTypedDict",
|
|
419
439
|
"CreatePartnerTagNames",
|
|
@@ -515,6 +535,15 @@ __all__ = [
|
|
|
515
535
|
"LinkProps",
|
|
516
536
|
"LinkPropsTypedDict",
|
|
517
537
|
"LinkTypedDict",
|
|
538
|
+
"ListCommissionsQueryParamInterval",
|
|
539
|
+
"ListCommissionsQueryParamSortBy",
|
|
540
|
+
"ListCommissionsQueryParamSortOrder",
|
|
541
|
+
"ListCommissionsRequest",
|
|
542
|
+
"ListCommissionsRequestTypedDict",
|
|
543
|
+
"ListCommissionsResponseBody",
|
|
544
|
+
"ListCommissionsResponseBodyTypedDict",
|
|
545
|
+
"ListCommissionsStatus",
|
|
546
|
+
"ListCommissionsType",
|
|
518
547
|
"ListDomainsRequest",
|
|
519
548
|
"ListDomainsRequestTypedDict",
|
|
520
549
|
"ListDomainsResponse",
|
|
@@ -538,6 +567,7 @@ __all__ = [
|
|
|
538
567
|
"QueryParamInterval",
|
|
539
568
|
"QueryParamSortBy",
|
|
540
569
|
"QueryParamSortOrder",
|
|
570
|
+
"QueryParamStatus",
|
|
541
571
|
"QueryParamTagIds",
|
|
542
572
|
"QueryParamTagIdsTypedDict",
|
|
543
573
|
"QueryParamTagNames",
|
|
@@ -587,6 +617,14 @@ __all__ = [
|
|
|
587
617
|
"Trigger",
|
|
588
618
|
"Two",
|
|
589
619
|
"Type",
|
|
620
|
+
"UpdateCommissionRequest",
|
|
621
|
+
"UpdateCommissionRequestBody",
|
|
622
|
+
"UpdateCommissionRequestBodyTypedDict",
|
|
623
|
+
"UpdateCommissionRequestTypedDict",
|
|
624
|
+
"UpdateCommissionResponseBody",
|
|
625
|
+
"UpdateCommissionResponseBodyTypedDict",
|
|
626
|
+
"UpdateCommissionStatus",
|
|
627
|
+
"UpdateCommissionType",
|
|
590
628
|
"UpdateCustomerDiscount",
|
|
591
629
|
"UpdateCustomerDiscountTypedDict",
|
|
592
630
|
"UpdateCustomerLink",
|
|
@@ -619,11 +657,6 @@ __all__ = [
|
|
|
619
657
|
"UpdateLinkTagNamesTypedDict",
|
|
620
658
|
"UpdateLinkTestVariants",
|
|
621
659
|
"UpdateLinkTestVariantsTypedDict",
|
|
622
|
-
"UpdatePartnerSaleRequestBody",
|
|
623
|
-
"UpdatePartnerSaleRequestBodyTypedDict",
|
|
624
|
-
"UpdatePartnerSaleResponseBody",
|
|
625
|
-
"UpdatePartnerSaleResponseBodyTypedDict",
|
|
626
|
-
"UpdatePartnerSaleStatus",
|
|
627
660
|
"UpdateTagColor",
|
|
628
661
|
"UpdateTagRequest",
|
|
629
662
|
"UpdateTagRequestBody",
|
|
@@ -652,3 +685,339 @@ __all__ = [
|
|
|
652
685
|
"UpsertPartnerLinkTestVariants",
|
|
653
686
|
"UpsertPartnerLinkTestVariantsTypedDict",
|
|
654
687
|
]
|
|
688
|
+
|
|
689
|
+
_dynamic_imports: dict[str, str] = {
|
|
690
|
+
"BulkCreateLinksTagIds": ".bulkcreatelinks",
|
|
691
|
+
"BulkCreateLinksTagIdsTypedDict": ".bulkcreatelinks",
|
|
692
|
+
"BulkCreateLinksTagNames": ".bulkcreatelinks",
|
|
693
|
+
"BulkCreateLinksTagNamesTypedDict": ".bulkcreatelinks",
|
|
694
|
+
"BulkCreateLinksTestVariants": ".bulkcreatelinks",
|
|
695
|
+
"BulkCreateLinksTestVariantsTypedDict": ".bulkcreatelinks",
|
|
696
|
+
"RequestBody": ".bulkcreatelinks",
|
|
697
|
+
"RequestBodyTypedDict": ".bulkcreatelinks",
|
|
698
|
+
"ResponseBody": ".bulkcreatelinks",
|
|
699
|
+
"ResponseBodyTypedDict": ".bulkcreatelinks",
|
|
700
|
+
"BulkDeleteLinksRequest": ".bulkdeletelinks",
|
|
701
|
+
"BulkDeleteLinksRequestTypedDict": ".bulkdeletelinks",
|
|
702
|
+
"BulkDeleteLinksResponseBody": ".bulkdeletelinks",
|
|
703
|
+
"BulkDeleteLinksResponseBodyTypedDict": ".bulkdeletelinks",
|
|
704
|
+
"BulkUpdateLinksRequestBody": ".bulkupdatelinks",
|
|
705
|
+
"BulkUpdateLinksRequestBodyTypedDict": ".bulkupdatelinks",
|
|
706
|
+
"BulkUpdateLinksTagIds": ".bulkupdatelinks",
|
|
707
|
+
"BulkUpdateLinksTagIdsTypedDict": ".bulkupdatelinks",
|
|
708
|
+
"BulkUpdateLinksTagNames": ".bulkupdatelinks",
|
|
709
|
+
"BulkUpdateLinksTagNamesTypedDict": ".bulkupdatelinks",
|
|
710
|
+
"BulkUpdateLinksTestVariants": ".bulkupdatelinks",
|
|
711
|
+
"BulkUpdateLinksTestVariantsTypedDict": ".bulkupdatelinks",
|
|
712
|
+
"Data": ".bulkupdatelinks",
|
|
713
|
+
"DataTypedDict": ".bulkupdatelinks",
|
|
714
|
+
"CreateCustomerDiscount": ".createcustomer",
|
|
715
|
+
"CreateCustomerDiscountTypedDict": ".createcustomer",
|
|
716
|
+
"CreateCustomerLink": ".createcustomer",
|
|
717
|
+
"CreateCustomerLinkTypedDict": ".createcustomer",
|
|
718
|
+
"CreateCustomerPartner": ".createcustomer",
|
|
719
|
+
"CreateCustomerPartnerTypedDict": ".createcustomer",
|
|
720
|
+
"CreateCustomerRequestBody": ".createcustomer",
|
|
721
|
+
"CreateCustomerRequestBodyTypedDict": ".createcustomer",
|
|
722
|
+
"CreateCustomerResponseBody": ".createcustomer",
|
|
723
|
+
"CreateCustomerResponseBodyTypedDict": ".createcustomer",
|
|
724
|
+
"CreateCustomerType": ".createcustomer",
|
|
725
|
+
"CreateDomainRequestBody": ".createdomain",
|
|
726
|
+
"CreateDomainRequestBodyTypedDict": ".createdomain",
|
|
727
|
+
"AccessLevel": ".createfolder",
|
|
728
|
+
"CreateFolderRequestBody": ".createfolder",
|
|
729
|
+
"CreateFolderRequestBodyTypedDict": ".createfolder",
|
|
730
|
+
"CreateLinkRequestBody": ".createlink",
|
|
731
|
+
"CreateLinkRequestBodyTypedDict": ".createlink",
|
|
732
|
+
"TagIds": ".createlink",
|
|
733
|
+
"TagIdsTypedDict": ".createlink",
|
|
734
|
+
"TagNames": ".createlink",
|
|
735
|
+
"TagNamesTypedDict": ".createlink",
|
|
736
|
+
"TestVariants": ".createlink",
|
|
737
|
+
"TestVariantsTypedDict": ".createlink",
|
|
738
|
+
"Country": ".createpartner",
|
|
739
|
+
"CreatePartnerLink": ".createpartner",
|
|
740
|
+
"CreatePartnerLinkTypedDict": ".createpartner",
|
|
741
|
+
"CreatePartnerRequestBody": ".createpartner",
|
|
742
|
+
"CreatePartnerRequestBodyTypedDict": ".createpartner",
|
|
743
|
+
"CreatePartnerResponseBody": ".createpartner",
|
|
744
|
+
"CreatePartnerResponseBodyTypedDict": ".createpartner",
|
|
745
|
+
"CreatePartnerStatus": ".createpartner",
|
|
746
|
+
"CreatePartnerTagIds": ".createpartner",
|
|
747
|
+
"CreatePartnerTagIdsTypedDict": ".createpartner",
|
|
748
|
+
"CreatePartnerTagNames": ".createpartner",
|
|
749
|
+
"CreatePartnerTagNamesTypedDict": ".createpartner",
|
|
750
|
+
"CreatePartnerTestVariants": ".createpartner",
|
|
751
|
+
"CreatePartnerTestVariantsTypedDict": ".createpartner",
|
|
752
|
+
"LinkProps": ".createpartner",
|
|
753
|
+
"LinkPropsTypedDict": ".createpartner",
|
|
754
|
+
"CreatePartnerLinkLinkProps": ".createpartnerlink",
|
|
755
|
+
"CreatePartnerLinkLinkPropsTypedDict": ".createpartnerlink",
|
|
756
|
+
"CreatePartnerLinkRequestBody": ".createpartnerlink",
|
|
757
|
+
"CreatePartnerLinkRequestBodyTypedDict": ".createpartnerlink",
|
|
758
|
+
"CreatePartnerLinkTagIds": ".createpartnerlink",
|
|
759
|
+
"CreatePartnerLinkTagIdsTypedDict": ".createpartnerlink",
|
|
760
|
+
"CreatePartnerLinkTagNames": ".createpartnerlink",
|
|
761
|
+
"CreatePartnerLinkTagNamesTypedDict": ".createpartnerlink",
|
|
762
|
+
"CreatePartnerLinkTestVariants": ".createpartnerlink",
|
|
763
|
+
"CreatePartnerLinkTestVariantsTypedDict": ".createpartnerlink",
|
|
764
|
+
"CreateReferralsEmbedTokenCountry": ".createreferralsembedtoken",
|
|
765
|
+
"CreateReferralsEmbedTokenLinkProps": ".createreferralsembedtoken",
|
|
766
|
+
"CreateReferralsEmbedTokenLinkPropsTypedDict": ".createreferralsembedtoken",
|
|
767
|
+
"CreateReferralsEmbedTokenRequestBody": ".createreferralsembedtoken",
|
|
768
|
+
"CreateReferralsEmbedTokenRequestBodyTypedDict": ".createreferralsembedtoken",
|
|
769
|
+
"CreateReferralsEmbedTokenResponseBody": ".createreferralsembedtoken",
|
|
770
|
+
"CreateReferralsEmbedTokenResponseBodyTypedDict": ".createreferralsembedtoken",
|
|
771
|
+
"CreateReferralsEmbedTokenTagIds": ".createreferralsembedtoken",
|
|
772
|
+
"CreateReferralsEmbedTokenTagIdsTypedDict": ".createreferralsembedtoken",
|
|
773
|
+
"CreateReferralsEmbedTokenTagNames": ".createreferralsembedtoken",
|
|
774
|
+
"CreateReferralsEmbedTokenTagNamesTypedDict": ".createreferralsembedtoken",
|
|
775
|
+
"CreateReferralsEmbedTokenTestVariants": ".createreferralsembedtoken",
|
|
776
|
+
"CreateReferralsEmbedTokenTestVariantsTypedDict": ".createreferralsembedtoken",
|
|
777
|
+
"Partner": ".createreferralsembedtoken",
|
|
778
|
+
"PartnerTypedDict": ".createreferralsembedtoken",
|
|
779
|
+
"Color": ".createtag",
|
|
780
|
+
"CreateTagRequestBody": ".createtag",
|
|
781
|
+
"CreateTagRequestBodyTypedDict": ".createtag",
|
|
782
|
+
"DeleteCustomerRequest": ".deletecustomer",
|
|
783
|
+
"DeleteCustomerRequestTypedDict": ".deletecustomer",
|
|
784
|
+
"DeleteCustomerResponseBody": ".deletecustomer",
|
|
785
|
+
"DeleteCustomerResponseBodyTypedDict": ".deletecustomer",
|
|
786
|
+
"DeleteDomainRequest": ".deletedomain",
|
|
787
|
+
"DeleteDomainRequestTypedDict": ".deletedomain",
|
|
788
|
+
"DeleteDomainResponseBody": ".deletedomain",
|
|
789
|
+
"DeleteDomainResponseBodyTypedDict": ".deletedomain",
|
|
790
|
+
"DeleteFolderRequest": ".deletefolder",
|
|
791
|
+
"DeleteFolderRequestTypedDict": ".deletefolder",
|
|
792
|
+
"DeleteFolderResponseBody": ".deletefolder",
|
|
793
|
+
"DeleteFolderResponseBodyTypedDict": ".deletefolder",
|
|
794
|
+
"DeleteLinkRequest": ".deletelink",
|
|
795
|
+
"DeleteLinkRequestTypedDict": ".deletelink",
|
|
796
|
+
"DeleteLinkResponseBody": ".deletelink",
|
|
797
|
+
"DeleteLinkResponseBodyTypedDict": ".deletelink",
|
|
798
|
+
"DeleteTagRequest": ".deletetag",
|
|
799
|
+
"DeleteTagRequestTypedDict": ".deletetag",
|
|
800
|
+
"DeleteTagResponseBody": ".deletetag",
|
|
801
|
+
"DeleteTagResponseBodyTypedDict": ".deletetag",
|
|
802
|
+
"GetCustomerDiscount": ".getcustomer",
|
|
803
|
+
"GetCustomerDiscountTypedDict": ".getcustomer",
|
|
804
|
+
"GetCustomerLink": ".getcustomer",
|
|
805
|
+
"GetCustomerLinkTypedDict": ".getcustomer",
|
|
806
|
+
"GetCustomerPartner": ".getcustomer",
|
|
807
|
+
"GetCustomerPartnerTypedDict": ".getcustomer",
|
|
808
|
+
"GetCustomerRequest": ".getcustomer",
|
|
809
|
+
"GetCustomerRequestTypedDict": ".getcustomer",
|
|
810
|
+
"GetCustomerResponseBody": ".getcustomer",
|
|
811
|
+
"GetCustomerResponseBodyTypedDict": ".getcustomer",
|
|
812
|
+
"GetCustomerType": ".getcustomer",
|
|
813
|
+
"Discount": ".getcustomers",
|
|
814
|
+
"DiscountTypedDict": ".getcustomers",
|
|
815
|
+
"GetCustomersLink": ".getcustomers",
|
|
816
|
+
"GetCustomersLinkTypedDict": ".getcustomers",
|
|
817
|
+
"GetCustomersPartner": ".getcustomers",
|
|
818
|
+
"GetCustomersPartnerTypedDict": ".getcustomers",
|
|
819
|
+
"GetCustomersQueryParamSortBy": ".getcustomers",
|
|
820
|
+
"GetCustomersQueryParamSortOrder": ".getcustomers",
|
|
821
|
+
"GetCustomersRequest": ".getcustomers",
|
|
822
|
+
"GetCustomersRequestTypedDict": ".getcustomers",
|
|
823
|
+
"GetCustomersResponseBody": ".getcustomers",
|
|
824
|
+
"GetCustomersResponseBodyTypedDict": ".getcustomers",
|
|
825
|
+
"GetCustomersType": ".getcustomers",
|
|
826
|
+
"GetLinkInfoRequest": ".getlinkinfo",
|
|
827
|
+
"GetLinkInfoRequestTypedDict": ".getlinkinfo",
|
|
828
|
+
"GetLinksRequest": ".getlinks",
|
|
829
|
+
"GetLinksRequestTypedDict": ".getlinks",
|
|
830
|
+
"GetLinksResponse": ".getlinks",
|
|
831
|
+
"GetLinksResponseTypedDict": ".getlinks",
|
|
832
|
+
"QueryParamTagIds": ".getlinks",
|
|
833
|
+
"QueryParamTagIdsTypedDict": ".getlinks",
|
|
834
|
+
"QueryParamTagNames": ".getlinks",
|
|
835
|
+
"QueryParamTagNamesTypedDict": ".getlinks",
|
|
836
|
+
"Sort": ".getlinks",
|
|
837
|
+
"SortBy": ".getlinks",
|
|
838
|
+
"SortOrder": ".getlinks",
|
|
839
|
+
"Four": ".getlinkscount",
|
|
840
|
+
"GetLinksCountQueryParamTagIds": ".getlinkscount",
|
|
841
|
+
"GetLinksCountQueryParamTagIdsTypedDict": ".getlinkscount",
|
|
842
|
+
"GetLinksCountQueryParamTagNames": ".getlinkscount",
|
|
843
|
+
"GetLinksCountQueryParamTagNamesTypedDict": ".getlinkscount",
|
|
844
|
+
"GetLinksCountRequest": ".getlinkscount",
|
|
845
|
+
"GetLinksCountRequestTypedDict": ".getlinkscount",
|
|
846
|
+
"GroupBy": ".getlinkscount",
|
|
847
|
+
"GroupByTypedDict": ".getlinkscount",
|
|
848
|
+
"One": ".getlinkscount",
|
|
849
|
+
"Three": ".getlinkscount",
|
|
850
|
+
"Two": ".getlinkscount",
|
|
851
|
+
"GetQRCodeRequest": ".getqrcode",
|
|
852
|
+
"GetQRCodeRequestTypedDict": ".getqrcode",
|
|
853
|
+
"Level": ".getqrcode",
|
|
854
|
+
"GetTagsQueryParamSortBy": ".gettags",
|
|
855
|
+
"GetTagsQueryParamSortOrder": ".gettags",
|
|
856
|
+
"GetTagsRequest": ".gettags",
|
|
857
|
+
"GetTagsRequestTypedDict": ".gettags",
|
|
858
|
+
"Ids": ".gettags",
|
|
859
|
+
"IdsTypedDict": ".gettags",
|
|
860
|
+
"GetWorkspaceRequest": ".getworkspace",
|
|
861
|
+
"GetWorkspaceRequestTypedDict": ".getworkspace",
|
|
862
|
+
"ListCommissionsQueryParamInterval": ".listcommissions",
|
|
863
|
+
"ListCommissionsQueryParamSortBy": ".listcommissions",
|
|
864
|
+
"ListCommissionsQueryParamSortOrder": ".listcommissions",
|
|
865
|
+
"ListCommissionsRequest": ".listcommissions",
|
|
866
|
+
"ListCommissionsRequestTypedDict": ".listcommissions",
|
|
867
|
+
"ListCommissionsResponseBody": ".listcommissions",
|
|
868
|
+
"ListCommissionsResponseBodyTypedDict": ".listcommissions",
|
|
869
|
+
"ListCommissionsStatus": ".listcommissions",
|
|
870
|
+
"ListCommissionsType": ".listcommissions",
|
|
871
|
+
"QueryParamStatus": ".listcommissions",
|
|
872
|
+
"Type": ".listcommissions",
|
|
873
|
+
"ListDomainsRequest": ".listdomains",
|
|
874
|
+
"ListDomainsRequestTypedDict": ".listdomains",
|
|
875
|
+
"ListDomainsResponse": ".listdomains",
|
|
876
|
+
"ListDomainsResponseTypedDict": ".listdomains",
|
|
877
|
+
"ListEventsQueryParamTagIds": ".listevents",
|
|
878
|
+
"ListEventsQueryParamTagIdsTypedDict": ".listevents",
|
|
879
|
+
"ListEventsRequest": ".listevents",
|
|
880
|
+
"ListEventsRequestTypedDict": ".listevents",
|
|
881
|
+
"ListEventsResponseBody": ".listevents",
|
|
882
|
+
"ListEventsResponseBodyTypedDict": ".listevents",
|
|
883
|
+
"Order": ".listevents",
|
|
884
|
+
"QueryParamEvent": ".listevents",
|
|
885
|
+
"QueryParamInterval": ".listevents",
|
|
886
|
+
"QueryParamSortBy": ".listevents",
|
|
887
|
+
"QueryParamSortOrder": ".listevents",
|
|
888
|
+
"QueryParamTrigger": ".listevents",
|
|
889
|
+
"ListFoldersRequest": ".listfolders",
|
|
890
|
+
"ListFoldersRequestTypedDict": ".listfolders",
|
|
891
|
+
"Event": ".retrieveanalytics",
|
|
892
|
+
"Interval": ".retrieveanalytics",
|
|
893
|
+
"QueryParamGroupBy": ".retrieveanalytics",
|
|
894
|
+
"RetrieveAnalyticsQueryParamTagIds": ".retrieveanalytics",
|
|
895
|
+
"RetrieveAnalyticsQueryParamTagIdsTypedDict": ".retrieveanalytics",
|
|
896
|
+
"RetrieveAnalyticsRequest": ".retrieveanalytics",
|
|
897
|
+
"RetrieveAnalyticsRequestTypedDict": ".retrieveanalytics",
|
|
898
|
+
"RetrieveAnalyticsResponseBody": ".retrieveanalytics",
|
|
899
|
+
"RetrieveAnalyticsResponseBodyTypedDict": ".retrieveanalytics",
|
|
900
|
+
"Trigger": ".retrieveanalytics",
|
|
901
|
+
"Link": ".retrievelinks",
|
|
902
|
+
"LinkTypedDict": ".retrievelinks",
|
|
903
|
+
"RetrieveLinksRequest": ".retrievelinks",
|
|
904
|
+
"RetrieveLinksRequestTypedDict": ".retrievelinks",
|
|
905
|
+
"RetrievePartnerAnalyticsQueryParamGroupBy": ".retrievepartneranalytics",
|
|
906
|
+
"RetrievePartnerAnalyticsQueryParamInterval": ".retrievepartneranalytics",
|
|
907
|
+
"RetrievePartnerAnalyticsRequest": ".retrievepartneranalytics",
|
|
908
|
+
"RetrievePartnerAnalyticsRequestTypedDict": ".retrievepartneranalytics",
|
|
909
|
+
"RetrievePartnerAnalyticsResponseBody": ".retrievepartneranalytics",
|
|
910
|
+
"RetrievePartnerAnalyticsResponseBodyTypedDict": ".retrievepartneranalytics",
|
|
911
|
+
"Click": ".tracklead",
|
|
912
|
+
"ClickTypedDict": ".tracklead",
|
|
913
|
+
"Customer": ".tracklead",
|
|
914
|
+
"CustomerTypedDict": ".tracklead",
|
|
915
|
+
"Mode": ".tracklead",
|
|
916
|
+
"TrackLeadRequestBody": ".tracklead",
|
|
917
|
+
"TrackLeadRequestBodyTypedDict": ".tracklead",
|
|
918
|
+
"TrackLeadResponseBody": ".tracklead",
|
|
919
|
+
"TrackLeadResponseBodyTypedDict": ".tracklead",
|
|
920
|
+
"PaymentProcessor": ".tracksale",
|
|
921
|
+
"Sale": ".tracksale",
|
|
922
|
+
"SaleTypedDict": ".tracksale",
|
|
923
|
+
"TrackSaleCustomer": ".tracksale",
|
|
924
|
+
"TrackSaleCustomerTypedDict": ".tracksale",
|
|
925
|
+
"TrackSaleRequestBody": ".tracksale",
|
|
926
|
+
"TrackSaleRequestBodyTypedDict": ".tracksale",
|
|
927
|
+
"TrackSaleResponseBody": ".tracksale",
|
|
928
|
+
"TrackSaleResponseBodyTypedDict": ".tracksale",
|
|
929
|
+
"Status": ".updatecommission",
|
|
930
|
+
"UpdateCommissionRequest": ".updatecommission",
|
|
931
|
+
"UpdateCommissionRequestBody": ".updatecommission",
|
|
932
|
+
"UpdateCommissionRequestBodyTypedDict": ".updatecommission",
|
|
933
|
+
"UpdateCommissionRequestTypedDict": ".updatecommission",
|
|
934
|
+
"UpdateCommissionResponseBody": ".updatecommission",
|
|
935
|
+
"UpdateCommissionResponseBodyTypedDict": ".updatecommission",
|
|
936
|
+
"UpdateCommissionStatus": ".updatecommission",
|
|
937
|
+
"UpdateCommissionType": ".updatecommission",
|
|
938
|
+
"UpdateCustomerDiscount": ".updatecustomer",
|
|
939
|
+
"UpdateCustomerDiscountTypedDict": ".updatecustomer",
|
|
940
|
+
"UpdateCustomerLink": ".updatecustomer",
|
|
941
|
+
"UpdateCustomerLinkTypedDict": ".updatecustomer",
|
|
942
|
+
"UpdateCustomerPartner": ".updatecustomer",
|
|
943
|
+
"UpdateCustomerPartnerTypedDict": ".updatecustomer",
|
|
944
|
+
"UpdateCustomerRequest": ".updatecustomer",
|
|
945
|
+
"UpdateCustomerRequestBody": ".updatecustomer",
|
|
946
|
+
"UpdateCustomerRequestBodyTypedDict": ".updatecustomer",
|
|
947
|
+
"UpdateCustomerRequestTypedDict": ".updatecustomer",
|
|
948
|
+
"UpdateCustomerResponseBody": ".updatecustomer",
|
|
949
|
+
"UpdateCustomerResponseBodyTypedDict": ".updatecustomer",
|
|
950
|
+
"UpdateCustomerType": ".updatecustomer",
|
|
951
|
+
"UpdateDomainRequest": ".updatedomain",
|
|
952
|
+
"UpdateDomainRequestBody": ".updatedomain",
|
|
953
|
+
"UpdateDomainRequestBodyTypedDict": ".updatedomain",
|
|
954
|
+
"UpdateDomainRequestTypedDict": ".updatedomain",
|
|
955
|
+
"UpdateFolderAccessLevel": ".updatefolder",
|
|
956
|
+
"UpdateFolderRequest": ".updatefolder",
|
|
957
|
+
"UpdateFolderRequestBody": ".updatefolder",
|
|
958
|
+
"UpdateFolderRequestBodyTypedDict": ".updatefolder",
|
|
959
|
+
"UpdateFolderRequestTypedDict": ".updatefolder",
|
|
960
|
+
"UpdateLinkRequest": ".updatelink",
|
|
961
|
+
"UpdateLinkRequestBody": ".updatelink",
|
|
962
|
+
"UpdateLinkRequestBodyTypedDict": ".updatelink",
|
|
963
|
+
"UpdateLinkRequestTypedDict": ".updatelink",
|
|
964
|
+
"UpdateLinkTagIds": ".updatelink",
|
|
965
|
+
"UpdateLinkTagIdsTypedDict": ".updatelink",
|
|
966
|
+
"UpdateLinkTagNames": ".updatelink",
|
|
967
|
+
"UpdateLinkTagNamesTypedDict": ".updatelink",
|
|
968
|
+
"UpdateLinkTestVariants": ".updatelink",
|
|
969
|
+
"UpdateLinkTestVariantsTypedDict": ".updatelink",
|
|
970
|
+
"UpdateTagColor": ".updatetag",
|
|
971
|
+
"UpdateTagRequest": ".updatetag",
|
|
972
|
+
"UpdateTagRequestBody": ".updatetag",
|
|
973
|
+
"UpdateTagRequestBodyTypedDict": ".updatetag",
|
|
974
|
+
"UpdateTagRequestTypedDict": ".updatetag",
|
|
975
|
+
"UpdateWorkspaceRequest": ".updateworkspace",
|
|
976
|
+
"UpdateWorkspaceRequestBody": ".updateworkspace",
|
|
977
|
+
"UpdateWorkspaceRequestBodyTypedDict": ".updateworkspace",
|
|
978
|
+
"UpdateWorkspaceRequestTypedDict": ".updateworkspace",
|
|
979
|
+
"UpsertLinkRequestBody": ".upsertlink",
|
|
980
|
+
"UpsertLinkRequestBodyTypedDict": ".upsertlink",
|
|
981
|
+
"UpsertLinkTagIds": ".upsertlink",
|
|
982
|
+
"UpsertLinkTagIdsTypedDict": ".upsertlink",
|
|
983
|
+
"UpsertLinkTagNames": ".upsertlink",
|
|
984
|
+
"UpsertLinkTagNamesTypedDict": ".upsertlink",
|
|
985
|
+
"UpsertLinkTestVariants": ".upsertlink",
|
|
986
|
+
"UpsertLinkTestVariantsTypedDict": ".upsertlink",
|
|
987
|
+
"UpsertPartnerLinkLinkProps": ".upsertpartnerlink",
|
|
988
|
+
"UpsertPartnerLinkLinkPropsTypedDict": ".upsertpartnerlink",
|
|
989
|
+
"UpsertPartnerLinkRequestBody": ".upsertpartnerlink",
|
|
990
|
+
"UpsertPartnerLinkRequestBodyTypedDict": ".upsertpartnerlink",
|
|
991
|
+
"UpsertPartnerLinkTagIds": ".upsertpartnerlink",
|
|
992
|
+
"UpsertPartnerLinkTagIdsTypedDict": ".upsertpartnerlink",
|
|
993
|
+
"UpsertPartnerLinkTagNames": ".upsertpartnerlink",
|
|
994
|
+
"UpsertPartnerLinkTagNamesTypedDict": ".upsertpartnerlink",
|
|
995
|
+
"UpsertPartnerLinkTestVariants": ".upsertpartnerlink",
|
|
996
|
+
"UpsertPartnerLinkTestVariantsTypedDict": ".upsertpartnerlink",
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
def __getattr__(attr_name: str) -> object:
|
|
1001
|
+
module_name = _dynamic_imports.get(attr_name)
|
|
1002
|
+
if module_name is None:
|
|
1003
|
+
raise AttributeError(
|
|
1004
|
+
f"No {attr_name} found in _dynamic_imports for module name -> {__name__} "
|
|
1005
|
+
)
|
|
1006
|
+
|
|
1007
|
+
try:
|
|
1008
|
+
module = import_module(module_name, __package__)
|
|
1009
|
+
result = getattr(module, attr_name)
|
|
1010
|
+
return result
|
|
1011
|
+
except ImportError as e:
|
|
1012
|
+
raise ImportError(
|
|
1013
|
+
f"Failed to import {attr_name} from {module_name}: {e}"
|
|
1014
|
+
) from e
|
|
1015
|
+
except AttributeError as e:
|
|
1016
|
+
raise AttributeError(
|
|
1017
|
+
f"Failed to get {attr_name} from {module_name}: {e}"
|
|
1018
|
+
) from e
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
def __dir__():
|
|
1022
|
+
lazy_attrs = list(_dynamic_imports.keys())
|
|
1023
|
+
return sorted(lazy_attrs)
|