Takaro - v0.6.0
    Preparing search index...

    Function ShopActionApiAxiosParamCreator

    • ShopActionApi - axios parameter creator

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          shopActionControllerCreate: (
              shopActionCreateDTO?: ShopActionCreateDTO,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shopActionControllerGetAvailable: (
              gameServerId: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shopActionControllerGetExecutions: (
              id: string,
              success?: any,
              eventSearchInputDTO?: EventSearchInputDTO,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shopActionControllerGetOne: (
              id: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shopActionControllerRemove: (
              id: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shopActionControllerSearch: (
              shopActionSearchInputDTO?: ShopActionSearchInputDTO,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shopActionControllerUpdate: (
              id: string,
              shopActionUpdateDTO?: ShopActionUpdateDTO,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • shopActionControllerCreate: (
            shopActionCreateDTO?: ShopActionCreateDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: MANAGE_MODULES
        OperationId: ShopActionControllerCreate

      • shopActionControllerGetAvailable: (gameServerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>

        Get available shop actions for a game server (from installed modules) Required permissions: READ_MODULES
        OperationId: ShopActionControllerGetAvailable

      • shopActionControllerGetExecutions: (
            id: string,
            success?: any,
            eventSearchInputDTO?: EventSearchInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_MODULES
        OperationId: ShopActionControllerGetExecutions

      • shopActionControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>

        Required permissions: READ_MODULES
        OperationId: ShopActionControllerGetOne

      • shopActionControllerRemove: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>

        Required permissions: MANAGE_MODULES
        OperationId: ShopActionControllerRemove

      • shopActionControllerSearch: (
            shopActionSearchInputDTO?: ShopActionSearchInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Search shop actions Required permissions: READ_MODULES
        OperationId: ShopActionControllerSearch

      • shopActionControllerUpdate: (
            id: string,
            shopActionUpdateDTO?: ShopActionUpdateDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: MANAGE_MODULES
        OperationId: ShopActionControllerUpdate