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

    Class AppDataSchemaInstancesAccessor

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Parameters

      Returns Promise<
          PaginationResponse<
              {
                  user?: {
                      id: string;
                      name: string;
                      meta?: Record<string, any>;
                      internalId: string;
                      fields?: Record<string, any>;
                      credentials?: any;
                      lastActiveAt?: string;
                      isTest?: boolean;
                      isBillable?: boolean;
                      createdAt?: string;
                      archivedAt?: string;
                  };
                  appDataSchema?: {
                      schema: any;
                      code?: string;
                      archivedAt?: string;
                      revision?: string;
                      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;
                  };
                  appId: string;
                  userId: string;
                  appDataSchemaId: string;
                  appDataSchemaRevision: string;
                  instanceKey?: string;
                  schema?: any;
                  error?: ErrorDataSchema;
                  archivedAt?: string;
                  id: string;
                  key?: string;
                  uuid?: string;
                  description?: string;
                  meta?: Record<string, any>;
                  name: string;
                  state?: CONFIGURATION_ERROR | SETUP_FAILED | READY;
                  errors?: ErrorDataSchema[];
                  revision?: string;
                  createdAt?: string;
                  updatedAt?: string;
                  isDeactivated?: boolean;
              },
          >,
      >