from tasksets.helper import Helper from .base_constants import USER_IDS, RESOURCE_GROUP_IDS, CLAIM_NAME_IDS, GLOBAL_CLAIM_NAME_IDS, LIMIT, OFFSET # value type -> string CLAIM_NAME_ID__1 = CLAIM_NAME_IDS # value type -> string CLAIM_NAME_ID__3 = CLAIM_NAME_IDS # value type -> integer LIMIT__0 = LIMIT # value type -> integer LIMIT__1 = LIMIT # value type -> integer LIMIT__2 = LIMIT # value type -> integer LIMIT__3 = LIMIT # value type -> integer OFFSET__0 = OFFSET # value type -> integer OFFSET__1 = OFFSET # value type -> integer OFFSET__2 = OFFSET # value type -> integer OFFSET__3 = OFFSET # value type -> string ORDER__0 = ["id", "friendly"] # value type -> string ORDER__1 = ["id", "friendly"] # value type -> string ORDER__2 = ["id", "friendly"] # value type -> string ORDER__3 = ["id", "friendly"] # value type -> string RESOURCE_GROUP_ID__0 = RESOURCE_GROUP_IDS # value type -> string RESOURCE_GROUP_ID__1 = RESOURCE_GROUP_IDS # value type -> string RESOURCE_GROUP_ID__2 = RESOURCE_GROUP_IDS # value type -> string RESOURCE_GROUP_ID__3 = RESOURCE_GROUP_IDS # value type -> string USER_ID__2 = USER_IDS # value type -> string USER_ID__3 = USER_IDS