pipe2 0.1.2__tar.gz → 0.3.0__tar.gz
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.
- pipe2-0.3.0/.gitignore +59 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/PKG-INFO +1 -1
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/__init__.py +123 -2
- pipe2-0.3.0/pipe2/generated/abort_multipart_upload.py +15 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/client.py +211 -17
- pipe2-0.3.0/pipe2/generated/complete_multipart_upload.py +21 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/enums.py +30 -7
- pipe2-0.3.0/pipe2/generated/estimate_pipeline_cost.py +20 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_credit_history.py +7 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_credit_packs.py +8 -2
- pipe2-0.3.0/pipe2/generated/get_my_storage_usage.py +28 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_pipelines.py +2 -1
- pipe2-0.3.0/pipe2/generated/get_pipelines_pricing.py +18 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_plans.py +10 -2
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_subscription.py +11 -1
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/input_types.py +448 -21
- pipe2-0.3.0/pipe2/generated/request_multipart_upload.py +27 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pyproject.toml +1 -1
- pipe2-0.1.2/.gitignore +0 -45
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/__init__.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/client.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/add_affiliate_code.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/async_base_client.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/base_model.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/cancel_account_deletion.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/cancel_pipeline_run.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/cancel_subscription.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/change_avatar.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/change_name.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/change_password.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/confirm_account_deletion.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/create_asset.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/create_personal_access_token.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/delete_asset_action.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/ensure_affiliate.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/exceptions.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_active_pipeline_runs.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_asset_thumbnail.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_asset_thumbnails_by_ids.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_credit_balance.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_current_user.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_my_affiliate.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_my_affiliate_codes.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_my_api_keys.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_my_referrals.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_notifications.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_pipeline_run.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_pipeline_runs.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_pipeline_runs_by_slug.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/get_user_assets.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/init_login_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/init_recovery_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/init_signup_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/init_verification_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/mark_all_notifications_read.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/mark_notification_read.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/request_account_deletion.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/request_avatar_upload.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/request_upload.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/revoke_personal_access_token.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/run_pipeline.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/submit_login_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/submit_recovery_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/submit_signup_flow.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/submit_social_login.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/submit_verification_code.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/update_asset_tags.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/watch_active_pipeline_runs.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/watch_notifications.py +0 -0
- {pipe2-0.1.2 → pipe2-0.3.0}/pipe2/generated/watch_pipeline_run.py +0 -0
pipe2-0.3.0/.gitignore
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Environment
|
|
2
|
+
.env
|
|
3
|
+
|
|
4
|
+
# Go
|
|
5
|
+
packages/api/tmp/
|
|
6
|
+
packages/api/bin/
|
|
7
|
+
packages/api/api
|
|
8
|
+
packages/api/web-public/
|
|
9
|
+
packages/cli/tmp/
|
|
10
|
+
packages/cli/bin/
|
|
11
|
+
packages/worker/worker
|
|
12
|
+
packages/worker/tmp/
|
|
13
|
+
packages/analytics/tmp/
|
|
14
|
+
packages/analytics/bin/
|
|
15
|
+
|
|
16
|
+
# Go compiled binaries (from `go build`)
|
|
17
|
+
packages/*/seed
|
|
18
|
+
packages/*/generate-*
|
|
19
|
+
packages/*/whop-sync
|
|
20
|
+
|
|
21
|
+
# Node & Build
|
|
22
|
+
node_modules/
|
|
23
|
+
dist/
|
|
24
|
+
.astro/
|
|
25
|
+
.vite/
|
|
26
|
+
|
|
27
|
+
# IDE
|
|
28
|
+
.idea/
|
|
29
|
+
.vscode/
|
|
30
|
+
*.swp
|
|
31
|
+
|
|
32
|
+
# Test
|
|
33
|
+
test-results/
|
|
34
|
+
packages/web/e2e/.auth/
|
|
35
|
+
|
|
36
|
+
# OS
|
|
37
|
+
.DS_Store
|
|
38
|
+
Thumbs.db
|
|
39
|
+
Screenshot*
|
|
40
|
+
ChatGPT*
|
|
41
|
+
discord-logo-*.png
|
|
42
|
+
packages/api/api
|
|
43
|
+
packages/cli/web-previews/
|
|
44
|
+
.planning/
|
|
45
|
+
.ralph/
|
|
46
|
+
docs/superpowers/
|
|
47
|
+
|
|
48
|
+
# Recipe runtime state — `pipe2 recipe run --capture-to <dir>` writes
|
|
49
|
+
# step artifacts + state.json under <dir>/. Defaults to ./reel-out in
|
|
50
|
+
# dance-reel smoke tests, so the dir lands at the repo root or inside
|
|
51
|
+
# the CLI package depending on where the user ran from. Always
|
|
52
|
+
# disposable — never committed.
|
|
53
|
+
reel-out/
|
|
54
|
+
packages/pipe2-cli/reel-out/
|
|
55
|
+
|
|
56
|
+
# Cookbook recipe drafts — outline JSON for recipes not yet implemented
|
|
57
|
+
# as Go packages. Scratch planning files, not shipped content; the web
|
|
58
|
+
# cookbook loader skips them. Kept local, never committed.
|
|
59
|
+
packages/pipe2-cli/cookbook/_drafts/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Generated by ariadne-codegen
|
|
2
2
|
|
|
3
|
+
from .abort_multipart_upload import (
|
|
4
|
+
AbortMultipartUpload,
|
|
5
|
+
AbortMultipartUploadAbortMultipartUpload,
|
|
6
|
+
)
|
|
3
7
|
from .add_affiliate_code import AddAffiliateCode, AddAffiliateCodeAddAffiliateCode
|
|
4
8
|
from .async_base_client import AsyncBaseClient
|
|
5
9
|
from .base_model import BaseModel, Upload
|
|
@@ -16,6 +20,10 @@ from .change_avatar import ChangeAvatar, ChangeAvatarChangeAvatar
|
|
|
16
20
|
from .change_name import ChangeName, ChangeNameChangeName
|
|
17
21
|
from .change_password import ChangePassword, ChangePasswordChangePassword
|
|
18
22
|
from .client import Pipe2GraphQLClient
|
|
23
|
+
from .complete_multipart_upload import (
|
|
24
|
+
CompleteMultipartUpload,
|
|
25
|
+
CompleteMultipartUploadCompleteMultipartUpload,
|
|
26
|
+
)
|
|
19
27
|
from .confirm_account_deletion import (
|
|
20
28
|
ConfirmAccountDeletion,
|
|
21
29
|
ConfirmAccountDeletionConfirmAccountDeletion,
|
|
@@ -31,6 +39,7 @@ from .enums import (
|
|
|
31
39
|
affiliate_codes_select_column,
|
|
32
40
|
affiliates_select_column,
|
|
33
41
|
assets_select_column,
|
|
42
|
+
credit_pack_versions_select_column,
|
|
34
43
|
credit_packs_select_column,
|
|
35
44
|
cursor_ordering,
|
|
36
45
|
executions_visibility_select_column,
|
|
@@ -39,9 +48,14 @@ from .enums import (
|
|
|
39
48
|
personal_access_tokens_select_column,
|
|
40
49
|
pipeline_runs_select_column,
|
|
41
50
|
pipelines_select_column,
|
|
51
|
+
plan_versions_select_column,
|
|
42
52
|
plans_select_column,
|
|
43
53
|
subscriptions_select_column,
|
|
44
54
|
)
|
|
55
|
+
from .estimate_pipeline_cost import (
|
|
56
|
+
EstimatePipelineCost,
|
|
57
|
+
EstimatePipelineCostEstimatePipelineCost,
|
|
58
|
+
)
|
|
45
59
|
from .exceptions import (
|
|
46
60
|
GraphQLClientError,
|
|
47
61
|
GraphQLClientGraphQLError,
|
|
@@ -63,7 +77,11 @@ from .get_asset_thumbnails_by_ids import (
|
|
|
63
77
|
)
|
|
64
78
|
from .get_credit_balance import GetCreditBalance, GetCreditBalanceGetCreditBalance
|
|
65
79
|
from .get_credit_history import GetCreditHistory, GetCreditHistoryGetCreditHistory
|
|
66
|
-
from .get_credit_packs import
|
|
80
|
+
from .get_credit_packs import (
|
|
81
|
+
GetCreditPacks,
|
|
82
|
+
GetCreditPacksCreditPacks,
|
|
83
|
+
GetCreditPacksCreditPacksVersions,
|
|
84
|
+
)
|
|
67
85
|
from .get_current_user import GetCurrentUser, GetCurrentUserCurrentUser
|
|
68
86
|
from .get_my_affiliate import (
|
|
69
87
|
GetMyAffiliate,
|
|
@@ -80,6 +98,12 @@ from .get_my_referrals import (
|
|
|
80
98
|
GetMyReferralsGetMyReferrals,
|
|
81
99
|
GetMyReferralsGetMyReferralsReferrals,
|
|
82
100
|
)
|
|
101
|
+
from .get_my_storage_usage import (
|
|
102
|
+
GetMyStorageUsage,
|
|
103
|
+
GetMyStorageUsageAssetsAggregate,
|
|
104
|
+
GetMyStorageUsageAssetsAggregateAggregate,
|
|
105
|
+
GetMyStorageUsageAssetsAggregateAggregateSum,
|
|
106
|
+
)
|
|
83
107
|
from .get_notifications import (
|
|
84
108
|
GetNotifications,
|
|
85
109
|
GetNotificationsNotifications,
|
|
@@ -114,11 +138,13 @@ from .get_pipeline_runs_by_slug import (
|
|
|
114
138
|
GetPipelineRunsBySlugPipelineRunsWorkflowExecution,
|
|
115
139
|
)
|
|
116
140
|
from .get_pipelines import GetPipelines, GetPipelinesPipelines
|
|
117
|
-
from .
|
|
141
|
+
from .get_pipelines_pricing import GetPipelinesPricing, GetPipelinesPricingPipelines
|
|
142
|
+
from .get_plans import GetPlans, GetPlansPlans, GetPlansPlansVersions
|
|
118
143
|
from .get_subscription import (
|
|
119
144
|
GetSubscription,
|
|
120
145
|
GetSubscriptionSubscriptions,
|
|
121
146
|
GetSubscriptionSubscriptionsPlan,
|
|
147
|
+
GetSubscriptionSubscriptionsPlanVersion,
|
|
122
148
|
)
|
|
123
149
|
from .get_user_assets import (
|
|
124
150
|
GetUserAssets,
|
|
@@ -172,7 +198,23 @@ from .input_types import (
|
|
|
172
198
|
assets_var_pop_order_by,
|
|
173
199
|
assets_var_samp_order_by,
|
|
174
200
|
assets_variance_order_by,
|
|
201
|
+
bigint_comparison_exp,
|
|
175
202
|
bpchar_comparison_exp,
|
|
203
|
+
credit_pack_versions_aggregate_order_by,
|
|
204
|
+
credit_pack_versions_avg_order_by,
|
|
205
|
+
credit_pack_versions_bool_exp,
|
|
206
|
+
credit_pack_versions_max_order_by,
|
|
207
|
+
credit_pack_versions_min_order_by,
|
|
208
|
+
credit_pack_versions_order_by,
|
|
209
|
+
credit_pack_versions_stddev_order_by,
|
|
210
|
+
credit_pack_versions_stddev_pop_order_by,
|
|
211
|
+
credit_pack_versions_stddev_samp_order_by,
|
|
212
|
+
credit_pack_versions_stream_cursor_input,
|
|
213
|
+
credit_pack_versions_stream_cursor_value_input,
|
|
214
|
+
credit_pack_versions_sum_order_by,
|
|
215
|
+
credit_pack_versions_var_pop_order_by,
|
|
216
|
+
credit_pack_versions_var_samp_order_by,
|
|
217
|
+
credit_pack_versions_variance_order_by,
|
|
176
218
|
credit_packs_bool_exp,
|
|
177
219
|
credit_packs_order_by,
|
|
178
220
|
credit_packs_stream_cursor_input,
|
|
@@ -183,6 +225,7 @@ from .input_types import (
|
|
|
183
225
|
executions_visibility_stream_cursor_value_input,
|
|
184
226
|
jsonb_cast_exp,
|
|
185
227
|
jsonb_comparison_exp,
|
|
228
|
+
multipart_part_input,
|
|
186
229
|
notifications_bool_exp,
|
|
187
230
|
notifications_order_by,
|
|
188
231
|
notifications_pk_columns_input,
|
|
@@ -203,11 +246,29 @@ from .input_types import (
|
|
|
203
246
|
pipelines_order_by,
|
|
204
247
|
pipelines_stream_cursor_input,
|
|
205
248
|
pipelines_stream_cursor_value_input,
|
|
249
|
+
plan_versions_aggregate_order_by,
|
|
250
|
+
plan_versions_avg_order_by,
|
|
251
|
+
plan_versions_bool_exp,
|
|
252
|
+
plan_versions_max_order_by,
|
|
253
|
+
plan_versions_min_order_by,
|
|
254
|
+
plan_versions_order_by,
|
|
255
|
+
plan_versions_stddev_order_by,
|
|
256
|
+
plan_versions_stddev_pop_order_by,
|
|
257
|
+
plan_versions_stddev_samp_order_by,
|
|
258
|
+
plan_versions_stream_cursor_input,
|
|
259
|
+
plan_versions_stream_cursor_value_input,
|
|
260
|
+
plan_versions_sum_order_by,
|
|
261
|
+
plan_versions_var_pop_order_by,
|
|
262
|
+
plan_versions_var_samp_order_by,
|
|
263
|
+
plan_versions_variance_order_by,
|
|
206
264
|
plans_bool_exp,
|
|
207
265
|
plans_order_by,
|
|
208
266
|
plans_stream_cursor_input,
|
|
209
267
|
plans_stream_cursor_value_input,
|
|
268
|
+
subscriptions_aggregate_order_by,
|
|
210
269
|
subscriptions_bool_exp,
|
|
270
|
+
subscriptions_max_order_by,
|
|
271
|
+
subscriptions_min_order_by,
|
|
211
272
|
subscriptions_order_by,
|
|
212
273
|
subscriptions_stream_cursor_input,
|
|
213
274
|
subscriptions_stream_cursor_value_input,
|
|
@@ -231,6 +292,11 @@ from .request_avatar_upload import (
|
|
|
231
292
|
RequestAvatarUpload,
|
|
232
293
|
RequestAvatarUploadRequestAvatarUpload,
|
|
233
294
|
)
|
|
295
|
+
from .request_multipart_upload import (
|
|
296
|
+
RequestMultipartUpload,
|
|
297
|
+
RequestMultipartUploadRequestMultipartUpload,
|
|
298
|
+
RequestMultipartUploadRequestMultipartUploadPartUrls,
|
|
299
|
+
)
|
|
234
300
|
from .request_upload import RequestUpload, RequestUploadRequestUpload
|
|
235
301
|
from .revoke_personal_access_token import (
|
|
236
302
|
RevokePersonalAccessToken,
|
|
@@ -263,6 +329,8 @@ from .watch_pipeline_run import (
|
|
|
263
329
|
)
|
|
264
330
|
|
|
265
331
|
__all__ = [
|
|
332
|
+
"AbortMultipartUpload",
|
|
333
|
+
"AbortMultipartUploadAbortMultipartUpload",
|
|
266
334
|
"AddAffiliateCode",
|
|
267
335
|
"AddAffiliateCodeAddAffiliateCode",
|
|
268
336
|
"AsyncBaseClient",
|
|
@@ -280,6 +348,8 @@ __all__ = [
|
|
|
280
348
|
"ChangeNameChangeName",
|
|
281
349
|
"ChangePassword",
|
|
282
350
|
"ChangePasswordChangePassword",
|
|
351
|
+
"CompleteMultipartUpload",
|
|
352
|
+
"CompleteMultipartUploadCompleteMultipartUpload",
|
|
283
353
|
"ConfirmAccountDeletion",
|
|
284
354
|
"ConfirmAccountDeletionConfirmAccountDeletion",
|
|
285
355
|
"CreateAsset",
|
|
@@ -290,6 +360,8 @@ __all__ = [
|
|
|
290
360
|
"DeleteAssetActionDeleteAsset",
|
|
291
361
|
"EnsureAffiliate",
|
|
292
362
|
"EnsureAffiliateEnsureAffiliate",
|
|
363
|
+
"EstimatePipelineCost",
|
|
364
|
+
"EstimatePipelineCostEstimatePipelineCost",
|
|
293
365
|
"GetActivePipelineRuns",
|
|
294
366
|
"GetActivePipelineRunsActiveCount",
|
|
295
367
|
"GetActivePipelineRunsActiveCountAggregate",
|
|
@@ -305,6 +377,7 @@ __all__ = [
|
|
|
305
377
|
"GetCreditHistoryGetCreditHistory",
|
|
306
378
|
"GetCreditPacks",
|
|
307
379
|
"GetCreditPacksCreditPacks",
|
|
380
|
+
"GetCreditPacksCreditPacksVersions",
|
|
308
381
|
"GetCurrentUser",
|
|
309
382
|
"GetCurrentUserCurrentUser",
|
|
310
383
|
"GetMyAffiliate",
|
|
@@ -317,6 +390,10 @@ __all__ = [
|
|
|
317
390
|
"GetMyReferrals",
|
|
318
391
|
"GetMyReferralsGetMyReferrals",
|
|
319
392
|
"GetMyReferralsGetMyReferralsReferrals",
|
|
393
|
+
"GetMyStorageUsage",
|
|
394
|
+
"GetMyStorageUsageAssetsAggregate",
|
|
395
|
+
"GetMyStorageUsageAssetsAggregateAggregate",
|
|
396
|
+
"GetMyStorageUsageAssetsAggregateAggregateSum",
|
|
320
397
|
"GetNotifications",
|
|
321
398
|
"GetNotificationsNotifications",
|
|
322
399
|
"GetNotificationsUnread",
|
|
@@ -344,11 +421,15 @@ __all__ = [
|
|
|
344
421
|
"GetPipelineRunsPipelineRunsWorkflowExecution",
|
|
345
422
|
"GetPipelines",
|
|
346
423
|
"GetPipelinesPipelines",
|
|
424
|
+
"GetPipelinesPricing",
|
|
425
|
+
"GetPipelinesPricingPipelines",
|
|
347
426
|
"GetPlans",
|
|
348
427
|
"GetPlansPlans",
|
|
428
|
+
"GetPlansPlansVersions",
|
|
349
429
|
"GetSubscription",
|
|
350
430
|
"GetSubscriptionSubscriptions",
|
|
351
431
|
"GetSubscriptionSubscriptionsPlan",
|
|
432
|
+
"GetSubscriptionSubscriptionsPlanVersion",
|
|
352
433
|
"GetUserAssets",
|
|
353
434
|
"GetUserAssetsAssets",
|
|
354
435
|
"GetUserAssetsAssetsAggregate",
|
|
@@ -376,6 +457,9 @@ __all__ = [
|
|
|
376
457
|
"RequestAccountDeletionRequestAccountDeletion",
|
|
377
458
|
"RequestAvatarUpload",
|
|
378
459
|
"RequestAvatarUploadRequestAvatarUpload",
|
|
460
|
+
"RequestMultipartUpload",
|
|
461
|
+
"RequestMultipartUploadRequestMultipartUpload",
|
|
462
|
+
"RequestMultipartUploadRequestMultipartUploadPartUrls",
|
|
379
463
|
"RequestUpload",
|
|
380
464
|
"RequestUploadRequestUpload",
|
|
381
465
|
"RevokePersonalAccessToken",
|
|
@@ -443,7 +527,24 @@ __all__ = [
|
|
|
443
527
|
"assets_var_pop_order_by",
|
|
444
528
|
"assets_var_samp_order_by",
|
|
445
529
|
"assets_variance_order_by",
|
|
530
|
+
"bigint_comparison_exp",
|
|
446
531
|
"bpchar_comparison_exp",
|
|
532
|
+
"credit_pack_versions_aggregate_order_by",
|
|
533
|
+
"credit_pack_versions_avg_order_by",
|
|
534
|
+
"credit_pack_versions_bool_exp",
|
|
535
|
+
"credit_pack_versions_max_order_by",
|
|
536
|
+
"credit_pack_versions_min_order_by",
|
|
537
|
+
"credit_pack_versions_order_by",
|
|
538
|
+
"credit_pack_versions_select_column",
|
|
539
|
+
"credit_pack_versions_stddev_order_by",
|
|
540
|
+
"credit_pack_versions_stddev_pop_order_by",
|
|
541
|
+
"credit_pack_versions_stddev_samp_order_by",
|
|
542
|
+
"credit_pack_versions_stream_cursor_input",
|
|
543
|
+
"credit_pack_versions_stream_cursor_value_input",
|
|
544
|
+
"credit_pack_versions_sum_order_by",
|
|
545
|
+
"credit_pack_versions_var_pop_order_by",
|
|
546
|
+
"credit_pack_versions_var_samp_order_by",
|
|
547
|
+
"credit_pack_versions_variance_order_by",
|
|
447
548
|
"credit_packs_bool_exp",
|
|
448
549
|
"credit_packs_order_by",
|
|
449
550
|
"credit_packs_select_column",
|
|
@@ -457,6 +558,7 @@ __all__ = [
|
|
|
457
558
|
"executions_visibility_stream_cursor_value_input",
|
|
458
559
|
"jsonb_cast_exp",
|
|
459
560
|
"jsonb_comparison_exp",
|
|
561
|
+
"multipart_part_input",
|
|
460
562
|
"notifications_bool_exp",
|
|
461
563
|
"notifications_order_by",
|
|
462
564
|
"notifications_pk_columns_input",
|
|
@@ -482,12 +584,31 @@ __all__ = [
|
|
|
482
584
|
"pipelines_select_column",
|
|
483
585
|
"pipelines_stream_cursor_input",
|
|
484
586
|
"pipelines_stream_cursor_value_input",
|
|
587
|
+
"plan_versions_aggregate_order_by",
|
|
588
|
+
"plan_versions_avg_order_by",
|
|
589
|
+
"plan_versions_bool_exp",
|
|
590
|
+
"plan_versions_max_order_by",
|
|
591
|
+
"plan_versions_min_order_by",
|
|
592
|
+
"plan_versions_order_by",
|
|
593
|
+
"plan_versions_select_column",
|
|
594
|
+
"plan_versions_stddev_order_by",
|
|
595
|
+
"plan_versions_stddev_pop_order_by",
|
|
596
|
+
"plan_versions_stddev_samp_order_by",
|
|
597
|
+
"plan_versions_stream_cursor_input",
|
|
598
|
+
"plan_versions_stream_cursor_value_input",
|
|
599
|
+
"plan_versions_sum_order_by",
|
|
600
|
+
"plan_versions_var_pop_order_by",
|
|
601
|
+
"plan_versions_var_samp_order_by",
|
|
602
|
+
"plan_versions_variance_order_by",
|
|
485
603
|
"plans_bool_exp",
|
|
486
604
|
"plans_order_by",
|
|
487
605
|
"plans_select_column",
|
|
488
606
|
"plans_stream_cursor_input",
|
|
489
607
|
"plans_stream_cursor_value_input",
|
|
608
|
+
"subscriptions_aggregate_order_by",
|
|
490
609
|
"subscriptions_bool_exp",
|
|
610
|
+
"subscriptions_max_order_by",
|
|
611
|
+
"subscriptions_min_order_by",
|
|
491
612
|
"subscriptions_order_by",
|
|
492
613
|
"subscriptions_select_column",
|
|
493
614
|
"subscriptions_stream_cursor_input",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Generated by ariadne-codegen
|
|
2
|
+
# Source: ../graphql/operations/
|
|
3
|
+
|
|
4
|
+
from .base_model import BaseModel
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class AbortMultipartUpload(BaseModel):
|
|
8
|
+
abort_multipart_upload: "AbortMultipartUploadAbortMultipartUpload"
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AbortMultipartUploadAbortMultipartUpload(BaseModel):
|
|
12
|
+
success: bool
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
AbortMultipartUpload.model_rebuild()
|