Skip to content

Commit 0cb3303

Browse files
authored
Merge branch 'develop' into enhancement/add-workfiles-to-operations
2 parents 88408a9 + fbcdd6f commit 0cb3303

File tree

9 files changed

+782
-90
lines changed

9 files changed

+782
-90
lines changed

ayon_api/__init__.py

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
get_default_fields_for_type,
8181
get_rest_entity_by_id,
8282
send_batch_operations,
83+
send_background_batch_operations,
84+
get_background_operations_status,
8385
get_installers,
8486
create_installer,
8587
update_installer,
@@ -220,11 +222,17 @@
220222
create_representation,
221223
update_representation,
222224
delete_representation,
225+
get_workfile_entities,
226+
get_workfile_entity,
227+
get_workfile_entity_by_id,
228+
create_workfile_entity,
229+
update_workfile_entity,
230+
delete_workfile_entity,
223231
get_workfiles_info,
224232
get_workfile_info,
225233
get_workfile_info_by_id,
226-
delete_workfile_info,
227234
update_workfile_info,
235+
delete_workfile_info,
228236
get_full_link_type_name,
229237
get_link_types,
230238
get_link_type,
@@ -347,6 +355,8 @@
347355
"get_default_fields_for_type",
348356
"get_rest_entity_by_id",
349357
"send_batch_operations",
358+
"send_background_batch_operations",
359+
"get_background_operations_status",
350360
"get_installers",
351361
"create_installer",
352362
"update_installer",
@@ -487,11 +497,17 @@
487497
"create_representation",
488498
"update_representation",
489499
"delete_representation",
500+
"get_workfile_entities",
501+
"get_workfile_entity",
502+
"get_workfile_entity_by_id",
503+
"create_workfile_entity",
504+
"update_workfile_entity",
505+
"delete_workfile_entity",
490506
"get_workfiles_info",
491507
"get_workfile_info",
492508
"get_workfile_info_by_id",
493-
"delete_workfile_info",
494509
"update_workfile_info",
510+
"delete_workfile_info",
495511
"get_full_link_type_name",
496512
"get_link_types",
497513
"get_link_type",

0 commit comments

Comments
 (0)