Membrane SDK - v0.8.0
    Preparing search index...

    Class AppEventTypeAccessor

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    options: { client: MembraneApiClient; path: string; selector: string }

    Methods

    • Returns Promise<
          {
              revision: string;
              archivedAt?: string;
              subscribeRequest?: {
                  method?: GET
                  | POST
                  | PATCH
                  | PUT
                  | DELETE;
                  uri: any;
                  headers?: Record<string, any>;
                  query?: Record<string, any>;
                  body?: any;
              };
              example?: any;
              schema?: DataSchema;
              globalWebhookUri: string;
              userIdFormula?: any;
              id: string;
              key?: string;
              uuid?: string;
              description?: string;
              meta?: Record<string, any>;
              name: string;
              state?: CONFIGURATION_ERROR | SETUP_FAILED | READY;
              errors?: ErrorDataSchema[];
              createdAt?: string;
              updatedAt?: string;
              isDeactivated?: boolean;
          },
      >

    • Returns Promise<
          {
              revision: string;
              archivedAt?: string;
              subscribeRequest?: {
                  method?: GET
                  | POST
                  | PATCH
                  | PUT
                  | DELETE;
                  uri: any;
                  headers?: Record<string, any>;
                  query?: Record<string, any>;
                  body?: any;
              };
              example?: any;
              schema?: DataSchema;
              globalWebhookUri: string;
              userIdFormula?: any;
              id: string;
              key?: string;
              uuid?: string;
              description?: string;
              meta?: Record<string, any>;
              name: string;
              state?: CONFIGURATION_ERROR | SETUP_FAILED | READY;
              errors?: ErrorDataSchema[];
              createdAt?: string;
              updatedAt?: string;
              isDeactivated?: boolean;
          },
      >

    • Parameters

      Returns Promise<
          {
              revision: string;
              archivedAt?: string;
              subscribeRequest?: {
                  method?: GET
                  | POST
                  | PATCH
                  | PUT
                  | DELETE;
                  uri: any;
                  headers?: Record<string, any>;
                  query?: Record<string, any>;
                  body?: any;
              };
              example?: any;
              schema?: DataSchema;
              globalWebhookUri: string;
              userIdFormula?: any;
              id: string;
              key?: string;
              uuid?: string;
              description?: string;
              meta?: Record<string, any>;
              name: string;
              state?: CONFIGURATION_ERROR | SETUP_FAILED | READY;
              errors?: ErrorDataSchema[];
              createdAt?: string;
              updatedAt?: string;
              isDeactivated?: boolean;
          },
      >

    • Returns Promise<void>

    • Returns Promise<
          {
              revision: string;
              archivedAt?: string;
              subscribeRequest?: {
                  method?: GET
                  | POST
                  | PATCH
                  | PUT
                  | DELETE;
                  uri: any;
                  headers?: Record<string, any>;
                  query?: Record<string, any>;
                  body?: any;
              };
              example?: any;
              schema?: DataSchema;
              globalWebhookUri: string;
              userIdFormula?: any;
              id: string;
              key?: string;
              uuid?: string;
              description?: string;
              meta?: Record<string, any>;
              name: string;
              state?: CONFIGURATION_ERROR | SETUP_FAILED | READY;
              errors?: ErrorDataSchema[];
              createdAt?: string;
              updatedAt?: string;
              isDeactivated?: boolean;
          },
      >

    • Parameters

      • operation: string = ''

      Returns string