Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 363.16 KB | None | 0 0
  1. /** Declaration file generated by dts-gen */
  2.  
  3. export class ACL {
  4. constructor(arg1: any);
  5.  
  6. equals(other: any): any;
  7.  
  8. getPublicReadAccess(): any;
  9.  
  10. getPublicWriteAccess(): any;
  11.  
  12. getReadAccess(userId: any): any;
  13.  
  14. getRoleReadAccess(role: any): any;
  15.  
  16. getRoleWriteAccess(role: any): any;
  17.  
  18. getWriteAccess(userId: any): any;
  19.  
  20. setPublicReadAccess(allowed: any): void;
  21.  
  22. setPublicWriteAccess(allowed: any): void;
  23.  
  24. setReadAccess(userId: any, allowed: any): void;
  25.  
  26. setRoleReadAccess(role: any, allowed: any): void;
  27.  
  28. setRoleWriteAccess(role: any, allowed: any): void;
  29.  
  30. setWriteAccess(userId: any, allowed: any): void;
  31.  
  32. toJSON(): any;
  33.  
  34. }
  35.  
  36. export class Config {
  37. constructor();
  38.  
  39. escape(attr: any): any;
  40.  
  41. get(attr: any): any;
  42.  
  43. static current(): any;
  44.  
  45. static get(): any;
  46.  
  47. static save(attrs: any): any;
  48.  
  49. }
  50.  
  51. export class Error {
  52. constructor(code: any, message: any);
  53.  
  54. toString(): any;
  55.  
  56. static ACCOUNT_ALREADY_LINKED: number;
  57.  
  58. static AGGREGATE_ERROR: number;
  59.  
  60. static CACHE_MISS: number;
  61.  
  62. static COMMAND_UNAVAILABLE: number;
  63.  
  64. static CONNECTION_FAILED: number;
  65.  
  66. static DUPLICATE_VALUE: number;
  67.  
  68. static EMAIL_MISSING: number;
  69.  
  70. static EMAIL_NOT_FOUND: number;
  71.  
  72. static EMAIL_TAKEN: number;
  73.  
  74. static EXCEEDED_QUOTA: number;
  75.  
  76. static FILE_DELETE_ERROR: number;
  77.  
  78. static FILE_READ_ERROR: number;
  79.  
  80. static FILE_SAVE_ERROR: number;
  81.  
  82. static FILE_TOO_LARGE: number;
  83.  
  84. static INCORRECT_TYPE: number;
  85.  
  86. static INTERNAL_SERVER_ERROR: number;
  87.  
  88. static INVALID_ACL: number;
  89.  
  90. static INVALID_CHANNEL_NAME: number;
  91.  
  92. static INVALID_CLASS_NAME: number;
  93.  
  94. static INVALID_CONTENT_LENGTH: number;
  95.  
  96. static INVALID_EMAIL_ADDRESS: number;
  97.  
  98. static INVALID_EVENT_NAME: number;
  99.  
  100. static INVALID_FILE_NAME: number;
  101.  
  102. static INVALID_IMAGE_DATA: number;
  103.  
  104. static INVALID_JSON: number;
  105.  
  106. static INVALID_KEY_NAME: number;
  107.  
  108. static INVALID_LINKED_SESSION: number;
  109.  
  110. static INVALID_NESTED_KEY: number;
  111.  
  112. static INVALID_POINTER: number;
  113.  
  114. static INVALID_PUSH_TIME_ERROR: number;
  115.  
  116. static INVALID_QUERY: number;
  117.  
  118. static INVALID_ROLE_NAME: number;
  119.  
  120. static INVALID_SCHEMA_OPERATION: number;
  121.  
  122. static INVALID_SESSION_TOKEN: number;
  123.  
  124. static LINKED_ID_MISSING: number;
  125.  
  126. static MISSING_CONTENT_LENGTH: number;
  127.  
  128. static MISSING_CONTENT_TYPE: number;
  129.  
  130. static MISSING_OBJECT_ID: number;
  131.  
  132. static MUST_CREATE_USER_THROUGH_SIGNUP: number;
  133.  
  134. static NOT_INITIALIZED: number;
  135.  
  136. static OBJECT_NOT_FOUND: number;
  137.  
  138. static OBJECT_TOO_LARGE: number;
  139.  
  140. static OPERATION_FORBIDDEN: number;
  141.  
  142. static OTHER_CAUSE: number;
  143.  
  144. static PASSWORD_MISSING: number;
  145.  
  146. static PUSH_MISCONFIGURED: number;
  147.  
  148. static REQUEST_LIMIT_EXCEEDED: number;
  149.  
  150. static SCRIPT_FAILED: number;
  151.  
  152. static SESSION_MISSING: number;
  153.  
  154. static TIMEOUT: number;
  155.  
  156. static UNSAVED_FILE_ERROR: number;
  157.  
  158. static UNSUPPORTED_SERVICE: number;
  159.  
  160. static USERNAME_MISSING: number;
  161.  
  162. static USERNAME_TAKEN: number;
  163.  
  164. static VALIDATION_ERROR: number;
  165.  
  166. static X_DOMAIN_REQUEST: number;
  167.  
  168. static captureStackTrace(p0: any, p1: any): any;
  169.  
  170. static stackTraceLimit: number;
  171.  
  172. }
  173.  
  174. export class File {
  175. constructor(name: any, data: any, type: any);
  176.  
  177. equals(other: any): any;
  178.  
  179. name(): any;
  180.  
  181. save(options: any): any;
  182.  
  183. toJSON(): any;
  184.  
  185. url(options: any): any;
  186.  
  187. static encodeBase64(bytes: any): any;
  188.  
  189. static fromJSON(obj: any): any;
  190.  
  191. }
  192.  
  193. export class GeoPoint {
  194. constructor(arg1: any, arg2: any);
  195.  
  196. equals(other: any): any;
  197.  
  198. kilometersTo(point: any): any;
  199.  
  200. milesTo(point: any): any;
  201.  
  202. radiansTo(point: any): any;
  203.  
  204. toJSON(): any;
  205.  
  206. static current(): any;
  207.  
  208. }
  209.  
  210. export class LiveQueryClient {
  211. constructor(_ref: any);
  212.  
  213. close(): void;
  214.  
  215. open(): void;
  216.  
  217. resubscribe(): void;
  218.  
  219. shouldOpen(): any;
  220.  
  221. subscribe(query: any, sessionToken: any): any;
  222.  
  223. unsubscribe(subscription: any): void;
  224.  
  225. static defaultMaxListeners: number;
  226.  
  227. static init(): void;
  228.  
  229. static listenerCount(emitter: any, type: any): any;
  230.  
  231. static usingDomains: boolean;
  232.  
  233. }
  234.  
  235. export class Object {
  236. constructor(className: any, attributes: any, options: any, ...args: any[]);
  237.  
  238. add(attr: any, item: any): any;
  239.  
  240. addAll(attr: any, items: any): any;
  241.  
  242. addAllUnique(attr: any, items: any): any;
  243.  
  244. addUnique(attr: any, item: any): any;
  245.  
  246. clear(): any;
  247.  
  248. clone(): any;
  249.  
  250. destroy(options: any): any;
  251.  
  252. dirty(attr: any): any;
  253.  
  254. dirtyKeys(): any;
  255.  
  256. equals(other: any): any;
  257.  
  258. escape(attr: any): any;
  259.  
  260. existed(): any;
  261.  
  262. fetch(options: any): any;
  263.  
  264. fetchFromLocalDatastore(...args: any[]): any;
  265.  
  266. fetchWithInclude(keys: any, options: any): any;
  267.  
  268. get(attr: any): any;
  269.  
  270. getACL(): any;
  271.  
  272. has(attr: any): any;
  273.  
  274. increment(attr: any, amount: any): any;
  275.  
  276. initialize(): void;
  277.  
  278. isNew(): any;
  279.  
  280. isPinned(...args: any[]): any;
  281.  
  282. isValid(): any;
  283.  
  284. newInstance(): any;
  285.  
  286. op(attr: any): any;
  287.  
  288. pin(): any;
  289.  
  290. pinWithName(name: any): any;
  291.  
  292. relation(attr: any): any;
  293.  
  294. remove(attr: any, item: any): any;
  295.  
  296. removeAll(attr: any, items: any): any;
  297.  
  298. revert(...args: any[]): void;
  299.  
  300. save(arg1: any, arg2: any, arg3: any): any;
  301.  
  302. set(key: any, value: any, options: any): any;
  303.  
  304. setACL(acl: any, options: any): any;
  305.  
  306. toJSON(seen: any): any;
  307.  
  308. toPointer(): any;
  309.  
  310. unPin(): any;
  311.  
  312. unPinWithName(name: any): any;
  313.  
  314. unset(attr: any, options: any): any;
  315.  
  316. validate(attrs: any): any;
  317.  
  318. static createWithoutData(id: any): any;
  319.  
  320. static destroyAll(list: any, ...args: any[]): any;
  321.  
  322. static disableSingleInstance(): void;
  323.  
  324. static enableSingleInstance(): void;
  325.  
  326. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  327.  
  328. static fetchAll(list: any, ...args: any[]): any;
  329.  
  330. static fetchAllIfNeeded(list: any, options: any): any;
  331.  
  332. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  333.  
  334. static fromJSON(json: any, override: any): any;
  335.  
  336. static pinAll(objects: any): any;
  337.  
  338. static pinAllWithName(...args: any[]): any;
  339.  
  340. static registerSubclass(className: any, constructor: any): void;
  341.  
  342. static saveAll(list: any, ...args: any[]): any;
  343.  
  344. static unPinAll(objects: any): any;
  345.  
  346. static unPinAllObjects(): any;
  347.  
  348. static unPinAllObjectsWithName(name: any): any;
  349.  
  350. static unPinAllWithName(...args: any[]): any;
  351.  
  352. }
  353.  
  354. export class Polygon {
  355. constructor(arg1: any);
  356.  
  357. containsPoint(point: any): any;
  358.  
  359. equals(other: any): any;
  360.  
  361. toJSON(): any;
  362.  
  363. }
  364.  
  365. export class Query {
  366. constructor(objectClass: any);
  367.  
  368. addAscending(...args: any[]): any;
  369.  
  370. addDescending(...args: any[]): any;
  371.  
  372. aggregate(pipeline: any, options: any): any;
  373.  
  374. ascending(...args: any[]): any;
  375.  
  376. containedBy(key: any, value: any): any;
  377.  
  378. containedIn(key: any, value: any): any;
  379.  
  380. contains(key: any, value: any): any;
  381.  
  382. containsAll(key: any, values: any): any;
  383.  
  384. containsAllStartingWith(key: any, values: any): any;
  385.  
  386. count(options: any): any;
  387.  
  388. descending(...args: any[]): any;
  389.  
  390. distinct(key: any, options: any): any;
  391.  
  392. doesNotExist(key: any): any;
  393.  
  394. doesNotMatchKeyInQuery(key: any, queryKey: any, query: any): any;
  395.  
  396. doesNotMatchQuery(key: any, query: any): any;
  397.  
  398. each(callback: any, options: any): any;
  399.  
  400. endsWith(key: any, value: any): any;
  401.  
  402. equalTo(key: any, value: any): any;
  403.  
  404. exists(key: any): any;
  405.  
  406. find(options: any): any;
  407.  
  408. first(options: any): any;
  409.  
  410. fromLocalDatastore(): void;
  411.  
  412. fromPin(): void;
  413.  
  414. fromPinWithName(name: any): void;
  415.  
  416. fullText(key: any, value: any, options: any): any;
  417.  
  418. get(objectId: any, options: any): any;
  419.  
  420. greaterThan(key: any, value: any): any;
  421.  
  422. greaterThanOrEqualTo(key: any, value: any): any;
  423.  
  424. include(...args: any[]): any;
  425.  
  426. includeAll(): any;
  427.  
  428. lessThan(key: any, value: any): any;
  429.  
  430. lessThanOrEqualTo(key: any, value: any): any;
  431.  
  432. limit(n: any): any;
  433.  
  434. matches(key: any, regex: any, modifiers: any): any;
  435.  
  436. matchesKeyInQuery(key: any, queryKey: any, query: any): any;
  437.  
  438. matchesQuery(key: any, query: any): any;
  439.  
  440. near(key: any, point: any): any;
  441.  
  442. notContainedIn(key: any, value: any): any;
  443.  
  444. notEqualTo(key: any, value: any): any;
  445.  
  446. polygonContains(key: any, point: any): any;
  447.  
  448. select(...args: any[]): any;
  449.  
  450. skip(n: any): any;
  451.  
  452. sortByTextScore(): any;
  453.  
  454. startsWith(key: any, value: any): any;
  455.  
  456. subscribe(): any;
  457.  
  458. toJSON(): any;
  459.  
  460. withJSON(json: any): any;
  461.  
  462. withinGeoBox(key: any, southwest: any, northeast: any): any;
  463.  
  464. withinKilometers(key: any, point: any, distance: any, sorted: any): any;
  465.  
  466. withinMiles(key: any, point: any, distance: any, sorted: any): any;
  467.  
  468. withinPolygon(key: any, points: any): any;
  469.  
  470. withinRadians(key: any, point: any, distance: any, sorted: any): any;
  471.  
  472. static and(...args: any[]): any;
  473.  
  474. static fromJSON(className: any, json: any): any;
  475.  
  476. static nor(...args: any[]): any;
  477.  
  478. static or(...args: any[]): any;
  479.  
  480. }
  481.  
  482. export class Relation {
  483. constructor(parent: any, key: any);
  484.  
  485. add(objects: any): any;
  486.  
  487. query(): any;
  488.  
  489. remove(objects: any): void;
  490.  
  491. toJSON(): any;
  492.  
  493. }
  494.  
  495. export class Role {
  496. constructor(name: any, acl: any);
  497.  
  498. getName(): any;
  499.  
  500. getRoles(): any;
  501.  
  502. getUsers(): any;
  503.  
  504. setName(name: any, options: any): any;
  505.  
  506. validate(attrs: any, options: any): any;
  507.  
  508. static className: string;
  509.  
  510. static createWithoutData(id: any): any;
  511.  
  512. static destroyAll(list: any, ...args: any[]): any;
  513.  
  514. static disableSingleInstance(): void;
  515.  
  516. static enableSingleInstance(): void;
  517.  
  518. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  519.  
  520. static fetchAll(list: any, ...args: any[]): any;
  521.  
  522. static fetchAllIfNeeded(list: any, options: any): any;
  523.  
  524. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  525.  
  526. static fromJSON(json: any, override: any): any;
  527.  
  528. static pinAll(objects: any): any;
  529.  
  530. static pinAllWithName(...args: any[]): any;
  531.  
  532. static registerSubclass(className: any, constructor: any): void;
  533.  
  534. static saveAll(list: any, ...args: any[]): any;
  535.  
  536. static unPinAll(objects: any): any;
  537.  
  538. static unPinAllObjects(): any;
  539.  
  540. static unPinAllObjectsWithName(name: any): any;
  541.  
  542. static unPinAllWithName(...args: any[]): any;
  543.  
  544. }
  545.  
  546. export class Schema {
  547. constructor(className: any);
  548.  
  549. addArray(name: any): any;
  550.  
  551. addBoolean(name: any): any;
  552.  
  553. addDate(name: any): any;
  554.  
  555. addField(name: any, type: any): any;
  556.  
  557. addFile(name: any): any;
  558.  
  559. addGeoPoint(name: any): any;
  560.  
  561. addIndex(name: any, index: any): any;
  562.  
  563. addNumber(name: any): any;
  564.  
  565. addObject(name: any): any;
  566.  
  567. addPointer(name: any, targetClass: any): any;
  568.  
  569. addPolygon(name: any): any;
  570.  
  571. addRelation(name: any, targetClass: any): any;
  572.  
  573. addString(name: any): any;
  574.  
  575. assertClassName(): void;
  576.  
  577. delete(options: any): any;
  578.  
  579. deleteField(name: any): void;
  580.  
  581. deleteIndex(name: any): void;
  582.  
  583. get(options: any): any;
  584.  
  585. purge(): any;
  586.  
  587. save(options: any): any;
  588.  
  589. update(options: any): any;
  590.  
  591. static all(options: any): any;
  592.  
  593. }
  594.  
  595. export class Session {
  596. constructor(attributes: any);
  597.  
  598. getSessionToken(): any;
  599.  
  600. static className: string;
  601.  
  602. static createWithoutData(id: any): any;
  603.  
  604. static current(options: any): any;
  605.  
  606. static destroyAll(list: any, ...args: any[]): any;
  607.  
  608. static disableSingleInstance(): void;
  609.  
  610. static enableSingleInstance(): void;
  611.  
  612. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  613.  
  614. static fetchAll(list: any, ...args: any[]): any;
  615.  
  616. static fetchAllIfNeeded(list: any, options: any): any;
  617.  
  618. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  619.  
  620. static fromJSON(json: any, override: any): any;
  621.  
  622. static isCurrentSessionRevocable(): any;
  623.  
  624. static pinAll(objects: any): any;
  625.  
  626. static pinAllWithName(...args: any[]): any;
  627.  
  628. static readOnlyAttributes(): any;
  629.  
  630. static registerSubclass(className: any, constructor: any): void;
  631.  
  632. static saveAll(list: any, ...args: any[]): any;
  633.  
  634. static unPinAll(objects: any): any;
  635.  
  636. static unPinAllObjects(): any;
  637.  
  638. static unPinAllObjectsWithName(name: any): any;
  639.  
  640. static unPinAllWithName(...args: any[]): any;
  641.  
  642. }
  643.  
  644. export class User {
  645. constructor(attributes: any);
  646.  
  647. authenticated(): any;
  648.  
  649. destroy(...args: any[]): any;
  650.  
  651. fetch(...args: any[]): any;
  652.  
  653. fetchWithInclude(...args: any[]): any;
  654.  
  655. getEmail(): any;
  656.  
  657. getSessionToken(): any;
  658.  
  659. getUsername(): any;
  660.  
  661. isCurrent(): any;
  662.  
  663. logIn(options: any): any;
  664.  
  665. save(...args: any[]): any;
  666.  
  667. setEmail(email: any): any;
  668.  
  669. setPassword(password: any): void;
  670.  
  671. setUsername(username: any): void;
  672.  
  673. signUp(attrs: any, options: any): any;
  674.  
  675. static allowCustomUserClass(isAllowed: any): void;
  676.  
  677. static become(sessionToken: any, options: any): any;
  678.  
  679. static className: string;
  680.  
  681. static createWithoutData(id: any): any;
  682.  
  683. static current(): any;
  684.  
  685. static currentAsync(): any;
  686.  
  687. static destroyAll(list: any, ...args: any[]): any;
  688.  
  689. static disableSingleInstance(): void;
  690.  
  691. static disableUnsafeCurrentUser(): void;
  692.  
  693. static enableRevocableSession(options: any): any;
  694.  
  695. static enableSingleInstance(): void;
  696.  
  697. static enableUnsafeCurrentUser(): void;
  698.  
  699. static extend(protoProps: any, classProps: any): any;
  700.  
  701. static fetchAll(list: any, ...args: any[]): any;
  702.  
  703. static fetchAllIfNeeded(list: any, options: any): any;
  704.  
  705. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  706.  
  707. static fromJSON(json: any, override: any): any;
  708.  
  709. static hydrate(userJSON: any): any;
  710.  
  711. static logIn(username: any, password: any, options: any): any;
  712.  
  713. static logInWith(provider: any, options: any): any;
  714.  
  715. static logOut(): any;
  716.  
  717. static pinAll(objects: any): any;
  718.  
  719. static pinAllWithName(...args: any[]): any;
  720.  
  721. static readOnlyAttributes(): any;
  722.  
  723. static registerSubclass(className: any, constructor: any): void;
  724.  
  725. static requestPasswordReset(email: any, options: any): any;
  726.  
  727. static saveAll(list: any, ...args: any[]): any;
  728.  
  729. static signUp(username: any, password: any, attrs: any, options: any): any;
  730.  
  731. static unPinAll(objects: any): any;
  732.  
  733. static unPinAllObjects(): any;
  734.  
  735. static unPinAllObjectsWithName(name: any): any;
  736.  
  737. static unPinAllWithName(...args: any[]): any;
  738.  
  739. }
  740.  
  741. export const applicationId: any;
  742.  
  743. export const javaScriptKey: any;
  744.  
  745. export const liveQueryServerURL: any;
  746.  
  747. export const masterKey: any;
  748.  
  749. export const serverURL: string;
  750.  
  751. export function Installation(attributes: any): any;
  752.  
  753. export function dumpLocalDatastore(): any;
  754.  
  755. export function enableLocalDatastore(): void;
  756.  
  757. export function initialize(applicationId: any, javaScriptKey: any): void;
  758.  
  759. export function isLocalDatastoreEnabled(): any;
  760.  
  761. export function setAsyncStorage(storage: any): void;
  762.  
  763. export function setLocalDatastoreController(controller: any): void;
  764.  
  765. export namespace ACL {
  766. namespace prototype {
  767. function equals(other: any): any;
  768.  
  769. function getPublicReadAccess(): any;
  770.  
  771. function getPublicWriteAccess(): any;
  772.  
  773. function getReadAccess(userId: any): any;
  774.  
  775. function getRoleReadAccess(role: any): any;
  776.  
  777. function getRoleWriteAccess(role: any): any;
  778.  
  779. function getWriteAccess(userId: any): any;
  780.  
  781. function setPublicReadAccess(allowed: any): void;
  782.  
  783. function setPublicWriteAccess(allowed: any): void;
  784.  
  785. function setReadAccess(userId: any, allowed: any): void;
  786.  
  787. function setRoleReadAccess(role: any, allowed: any): void;
  788.  
  789. function setRoleWriteAccess(role: any, allowed: any): void;
  790.  
  791. function setWriteAccess(userId: any, allowed: any): void;
  792.  
  793. function toJSON(): any;
  794.  
  795. namespace equals {
  796. const prototype: {
  797. };
  798.  
  799. }
  800.  
  801. namespace getPublicReadAccess {
  802. const prototype: {
  803. };
  804.  
  805. }
  806.  
  807. namespace getPublicWriteAccess {
  808. const prototype: {
  809. };
  810.  
  811. }
  812.  
  813. namespace getReadAccess {
  814. const prototype: {
  815. };
  816.  
  817. }
  818.  
  819. namespace getRoleReadAccess {
  820. const prototype: {
  821. };
  822.  
  823. }
  824.  
  825. namespace getRoleWriteAccess {
  826. const prototype: {
  827. };
  828.  
  829. }
  830.  
  831. namespace getWriteAccess {
  832. const prototype: {
  833. };
  834.  
  835. }
  836.  
  837. namespace setPublicReadAccess {
  838. const prototype: {
  839. };
  840.  
  841. }
  842.  
  843. namespace setPublicWriteAccess {
  844. const prototype: {
  845. };
  846.  
  847. }
  848.  
  849. namespace setReadAccess {
  850. const prototype: {
  851. };
  852.  
  853. }
  854.  
  855. namespace setRoleReadAccess {
  856. const prototype: {
  857. };
  858.  
  859. }
  860.  
  861. namespace setRoleWriteAccess {
  862. const prototype: {
  863. };
  864.  
  865. }
  866.  
  867. namespace setWriteAccess {
  868. const prototype: {
  869. };
  870.  
  871. }
  872.  
  873. namespace toJSON {
  874. const prototype: {
  875. };
  876.  
  877. }
  878.  
  879. }
  880.  
  881. }
  882.  
  883. export namespace Analytics {
  884. function track(name: any, dimensions: any): any;
  885.  
  886. namespace track {
  887. const prototype: {
  888. };
  889.  
  890. }
  891.  
  892. }
  893.  
  894. export namespace Cloud {
  895. function getJobStatus(jobStatusId: any): any;
  896.  
  897. function getJobsData(): any;
  898.  
  899. function run(name: any, data: any, options: any): any;
  900.  
  901. function startJob(name: any, data: any): any;
  902.  
  903. namespace getJobStatus {
  904. const prototype: {
  905. };
  906.  
  907. }
  908.  
  909. namespace getJobsData {
  910. const prototype: {
  911. };
  912.  
  913. }
  914.  
  915. namespace run {
  916. const prototype: {
  917. };
  918.  
  919. }
  920.  
  921. namespace startJob {
  922. const prototype: {
  923. };
  924.  
  925. }
  926.  
  927. }
  928.  
  929. export namespace Config {
  930. namespace current {
  931. const prototype: {
  932. };
  933.  
  934. }
  935.  
  936. namespace get {
  937. const prototype: {
  938. };
  939.  
  940. }
  941.  
  942. namespace prototype {
  943. function escape(attr: any): any;
  944.  
  945. function get(attr: any): any;
  946.  
  947. namespace escape {
  948. const prototype: {
  949. };
  950.  
  951. }
  952.  
  953. namespace get {
  954. const prototype: {
  955. };
  956.  
  957. }
  958.  
  959. }
  960.  
  961. namespace save {
  962. const prototype: {
  963. };
  964.  
  965. }
  966.  
  967. }
  968.  
  969. export namespace CoreManager {
  970. function get(key: any): any;
  971.  
  972. function getAnalyticsController(): any;
  973.  
  974. function getAsyncStorage(): any;
  975.  
  976. function getCloudController(): any;
  977.  
  978. function getConfigController(): any;
  979.  
  980. function getFileController(): any;
  981.  
  982. function getHooksController(): any;
  983.  
  984. function getInstallationController(): any;
  985.  
  986. function getLiveQueryController(): any;
  987.  
  988. function getLocalDatastore(): any;
  989.  
  990. function getLocalDatastoreController(): any;
  991.  
  992. function getObjectController(): any;
  993.  
  994. function getObjectStateController(): any;
  995.  
  996. function getPushController(): any;
  997.  
  998. function getQueryController(): any;
  999.  
  1000. function getRESTController(): any;
  1001.  
  1002. function getSchemaController(): any;
  1003.  
  1004. function getSessionController(): any;
  1005.  
  1006. function getStorageController(): any;
  1007.  
  1008. function getUserController(): any;
  1009.  
  1010. function set(key: any, value: any): void;
  1011.  
  1012. function setAnalyticsController(controller: any): void;
  1013.  
  1014. function setAsyncStorage(storage: any): void;
  1015.  
  1016. function setCloudController(controller: any): void;
  1017.  
  1018. function setConfigController(controller: any): void;
  1019.  
  1020. function setFileController(controller: any): void;
  1021.  
  1022. function setHooksController(controller: any): void;
  1023.  
  1024. function setInstallationController(controller: any): void;
  1025.  
  1026. function setLiveQueryController(controller: any): void;
  1027.  
  1028. function setLocalDatastore(store: any): void;
  1029.  
  1030. function setLocalDatastoreController(controller: any): void;
  1031.  
  1032. function setObjectController(controller: any): void;
  1033.  
  1034. function setObjectStateController(controller: any): void;
  1035.  
  1036. function setPushController(controller: any): void;
  1037.  
  1038. function setQueryController(controller: any): void;
  1039.  
  1040. function setRESTController(controller: any): void;
  1041.  
  1042. function setSchemaController(controller: any): void;
  1043.  
  1044. function setSessionController(controller: any): void;
  1045.  
  1046. function setStorageController(controller: any): void;
  1047.  
  1048. function setUserController(controller: any): void;
  1049.  
  1050. namespace get {
  1051. const prototype: {
  1052. };
  1053.  
  1054. }
  1055.  
  1056. namespace getAnalyticsController {
  1057. const prototype: {
  1058. };
  1059.  
  1060. }
  1061.  
  1062. namespace getAsyncStorage {
  1063. const prototype: {
  1064. };
  1065.  
  1066. }
  1067.  
  1068. namespace getCloudController {
  1069. const prototype: {
  1070. };
  1071.  
  1072. }
  1073.  
  1074. namespace getConfigController {
  1075. const prototype: {
  1076. };
  1077.  
  1078. }
  1079.  
  1080. namespace getFileController {
  1081. const prototype: {
  1082. };
  1083.  
  1084. }
  1085.  
  1086. namespace getHooksController {
  1087. const prototype: {
  1088. };
  1089.  
  1090. }
  1091.  
  1092. namespace getInstallationController {
  1093. const prototype: {
  1094. };
  1095.  
  1096. }
  1097.  
  1098. namespace getLiveQueryController {
  1099. const prototype: {
  1100. };
  1101.  
  1102. }
  1103.  
  1104. namespace getLocalDatastore {
  1105. const prototype: {
  1106. };
  1107.  
  1108. }
  1109.  
  1110. namespace getLocalDatastoreController {
  1111. const prototype: {
  1112. };
  1113.  
  1114. }
  1115.  
  1116. namespace getObjectController {
  1117. const prototype: {
  1118. };
  1119.  
  1120. }
  1121.  
  1122. namespace getObjectStateController {
  1123. const prototype: {
  1124. };
  1125.  
  1126. }
  1127.  
  1128. namespace getPushController {
  1129. const prototype: {
  1130. };
  1131.  
  1132. }
  1133.  
  1134. namespace getQueryController {
  1135. const prototype: {
  1136. };
  1137.  
  1138. }
  1139.  
  1140. namespace getRESTController {
  1141. const prototype: {
  1142. };
  1143.  
  1144. }
  1145.  
  1146. namespace getSchemaController {
  1147. const prototype: {
  1148. };
  1149.  
  1150. }
  1151.  
  1152. namespace getSessionController {
  1153. const prototype: {
  1154. };
  1155.  
  1156. }
  1157.  
  1158. namespace getStorageController {
  1159. const prototype: {
  1160. };
  1161.  
  1162. }
  1163.  
  1164. namespace getUserController {
  1165. const prototype: {
  1166. };
  1167.  
  1168. }
  1169.  
  1170. namespace set {
  1171. const prototype: {
  1172. };
  1173.  
  1174. }
  1175.  
  1176. namespace setAnalyticsController {
  1177. const prototype: {
  1178. };
  1179.  
  1180. }
  1181.  
  1182. namespace setAsyncStorage {
  1183. const prototype: {
  1184. };
  1185.  
  1186. }
  1187.  
  1188. namespace setCloudController {
  1189. const prototype: {
  1190. };
  1191.  
  1192. }
  1193.  
  1194. namespace setConfigController {
  1195. const prototype: {
  1196. };
  1197.  
  1198. }
  1199.  
  1200. namespace setFileController {
  1201. const prototype: {
  1202. };
  1203.  
  1204. }
  1205.  
  1206. namespace setHooksController {
  1207. const prototype: {
  1208. };
  1209.  
  1210. }
  1211.  
  1212. namespace setInstallationController {
  1213. const prototype: {
  1214. };
  1215.  
  1216. }
  1217.  
  1218. namespace setLiveQueryController {
  1219. const prototype: {
  1220. };
  1221.  
  1222. }
  1223.  
  1224. namespace setLocalDatastore {
  1225. const prototype: {
  1226. };
  1227.  
  1228. }
  1229.  
  1230. namespace setLocalDatastoreController {
  1231. const prototype: {
  1232. };
  1233.  
  1234. }
  1235.  
  1236. namespace setObjectController {
  1237. const prototype: {
  1238. };
  1239.  
  1240. }
  1241.  
  1242. namespace setObjectStateController {
  1243. const prototype: {
  1244. };
  1245.  
  1246. }
  1247.  
  1248. namespace setPushController {
  1249. const prototype: {
  1250. };
  1251.  
  1252. }
  1253.  
  1254. namespace setQueryController {
  1255. const prototype: {
  1256. };
  1257.  
  1258. }
  1259.  
  1260. namespace setRESTController {
  1261. const prototype: {
  1262. };
  1263.  
  1264. }
  1265.  
  1266. namespace setSchemaController {
  1267. const prototype: {
  1268. };
  1269.  
  1270. }
  1271.  
  1272. namespace setSessionController {
  1273. const prototype: {
  1274. };
  1275.  
  1276. }
  1277.  
  1278. namespace setStorageController {
  1279. const prototype: {
  1280. };
  1281.  
  1282. }
  1283.  
  1284. namespace setUserController {
  1285. const prototype: {
  1286. };
  1287.  
  1288. }
  1289.  
  1290. }
  1291.  
  1292. export namespace Error {
  1293. namespace prototype {
  1294. const message: string;
  1295.  
  1296. const name: string;
  1297.  
  1298. function toString(): any;
  1299.  
  1300. namespace toString {
  1301. const prototype: {
  1302. };
  1303.  
  1304. }
  1305.  
  1306. }
  1307.  
  1308. }
  1309.  
  1310. export namespace FacebookUtils {
  1311. function init(options: any): void;
  1312.  
  1313. function isLinked(user: any): any;
  1314.  
  1315. function link(user: any, permissions: any, options: any): any;
  1316.  
  1317. function logIn(permissions: any, options: any): any;
  1318.  
  1319. function unlink(user: any, options: any): any;
  1320.  
  1321. namespace init {
  1322. const prototype: {
  1323. };
  1324.  
  1325. }
  1326.  
  1327. namespace isLinked {
  1328. const prototype: {
  1329. };
  1330.  
  1331. }
  1332.  
  1333. namespace link {
  1334. const prototype: {
  1335. };
  1336.  
  1337. }
  1338.  
  1339. namespace logIn {
  1340. const prototype: {
  1341. };
  1342.  
  1343. }
  1344.  
  1345. namespace unlink {
  1346. const prototype: {
  1347. };
  1348.  
  1349. }
  1350.  
  1351. }
  1352.  
  1353. export namespace File {
  1354. namespace encodeBase64 {
  1355. const prototype: {
  1356. };
  1357.  
  1358. }
  1359.  
  1360. namespace fromJSON {
  1361. const prototype: {
  1362. };
  1363.  
  1364. }
  1365.  
  1366. namespace prototype {
  1367. function equals(other: any): any;
  1368.  
  1369. function name(): any;
  1370.  
  1371. function save(options: any): any;
  1372.  
  1373. function toJSON(): any;
  1374.  
  1375. function url(options: any): any;
  1376.  
  1377. namespace equals {
  1378. const prototype: {
  1379. };
  1380.  
  1381. }
  1382.  
  1383. namespace name {
  1384. const prototype: {
  1385. };
  1386.  
  1387. }
  1388.  
  1389. namespace save {
  1390. const prototype: {
  1391. };
  1392.  
  1393. }
  1394.  
  1395. namespace toJSON {
  1396. const prototype: {
  1397. };
  1398.  
  1399. }
  1400.  
  1401. namespace url {
  1402. const prototype: {
  1403. };
  1404.  
  1405. }
  1406.  
  1407. }
  1408.  
  1409. }
  1410.  
  1411. export namespace GeoPoint {
  1412. namespace current {
  1413. const prototype: {
  1414. };
  1415.  
  1416. }
  1417.  
  1418. namespace prototype {
  1419. const latitude: any;
  1420.  
  1421. const longitude: any;
  1422.  
  1423. function equals(other: any): any;
  1424.  
  1425. function kilometersTo(point: any): any;
  1426.  
  1427. function milesTo(point: any): any;
  1428.  
  1429. function radiansTo(point: any): any;
  1430.  
  1431. function toJSON(): any;
  1432.  
  1433. namespace equals {
  1434. const prototype: {
  1435. };
  1436.  
  1437. }
  1438.  
  1439. namespace kilometersTo {
  1440. const prototype: {
  1441. };
  1442.  
  1443. }
  1444.  
  1445. namespace milesTo {
  1446. const prototype: {
  1447. };
  1448.  
  1449. }
  1450.  
  1451. namespace radiansTo {
  1452. const prototype: {
  1453. };
  1454.  
  1455. }
  1456.  
  1457. namespace toJSON {
  1458. const prototype: {
  1459. };
  1460.  
  1461. }
  1462.  
  1463. }
  1464.  
  1465. }
  1466.  
  1467. export namespace Installation {
  1468. const className: string;
  1469.  
  1470. function createWithoutData(id: any): any;
  1471.  
  1472. function destroyAll(list: any, ...args: any[]): any;
  1473.  
  1474. function disableSingleInstance(): void;
  1475.  
  1476. function enableSingleInstance(): void;
  1477.  
  1478. function extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  1479.  
  1480. function fetchAll(list: any, ...args: any[]): any;
  1481.  
  1482. function fetchAllIfNeeded(list: any, options: any): any;
  1483.  
  1484. function fetchAllWithInclude(list: any, keys: any, options: any): any;
  1485.  
  1486. function fromJSON(json: any, override: any): any;
  1487.  
  1488. function pinAll(objects: any): any;
  1489.  
  1490. function pinAllWithName(...args: any[]): any;
  1491.  
  1492. function registerSubclass(className: any, constructor: any): void;
  1493.  
  1494. function saveAll(list: any, ...args: any[]): any;
  1495.  
  1496. function unPinAll(objects: any): any;
  1497.  
  1498. function unPinAllObjects(): any;
  1499.  
  1500. function unPinAllObjectsWithName(name: any): any;
  1501.  
  1502. function unPinAllWithName(...args: any[]): any;
  1503.  
  1504. namespace createWithoutData {
  1505. const prototype: {
  1506. };
  1507.  
  1508. }
  1509.  
  1510. namespace destroyAll {
  1511. const prototype: {
  1512. };
  1513.  
  1514. }
  1515.  
  1516. namespace disableSingleInstance {
  1517. const prototype: {
  1518. };
  1519.  
  1520. }
  1521.  
  1522. namespace enableSingleInstance {
  1523. const prototype: {
  1524. };
  1525.  
  1526. }
  1527.  
  1528. namespace extend {
  1529. const prototype: {
  1530. };
  1531.  
  1532. }
  1533.  
  1534. namespace fetchAll {
  1535. const prototype: {
  1536. };
  1537.  
  1538. }
  1539.  
  1540. namespace fetchAllIfNeeded {
  1541. const prototype: {
  1542. };
  1543.  
  1544. }
  1545.  
  1546. namespace fetchAllWithInclude {
  1547. const prototype: {
  1548. };
  1549.  
  1550. }
  1551.  
  1552. namespace fromJSON {
  1553. const prototype: {
  1554. };
  1555.  
  1556. }
  1557.  
  1558. namespace pinAll {
  1559. const prototype: {
  1560. };
  1561.  
  1562. }
  1563.  
  1564. namespace pinAllWithName {
  1565. const prototype: {
  1566. };
  1567.  
  1568. }
  1569.  
  1570. namespace prototype {
  1571. const attributes: {
  1572. };
  1573.  
  1574. const createdAt: any;
  1575.  
  1576. const updatedAt: any;
  1577.  
  1578. function add(attr: any, item: any): any;
  1579.  
  1580. function addAll(attr: any, items: any): any;
  1581.  
  1582. function addAllUnique(attr: any, items: any): any;
  1583.  
  1584. function addUnique(attr: any, item: any): any;
  1585.  
  1586. function clear(): any;
  1587.  
  1588. function clone(): any;
  1589.  
  1590. function destroy(options: any): any;
  1591.  
  1592. function dirty(attr: any): any;
  1593.  
  1594. function dirtyKeys(): any;
  1595.  
  1596. function equals(other: any): any;
  1597.  
  1598. function escape(attr: any): any;
  1599.  
  1600. function existed(): any;
  1601.  
  1602. function fetch(options: any): any;
  1603.  
  1604. function fetchFromLocalDatastore(...args: any[]): any;
  1605.  
  1606. function fetchWithInclude(keys: any, options: any): any;
  1607.  
  1608. function get(attr: any): any;
  1609.  
  1610. function getACL(): any;
  1611.  
  1612. function has(attr: any): any;
  1613.  
  1614. function increment(attr: any, amount: any): any;
  1615.  
  1616. function initialize(): void;
  1617.  
  1618. function isNew(): any;
  1619.  
  1620. function isPinned(...args: any[]): any;
  1621.  
  1622. function isValid(): any;
  1623.  
  1624. function newInstance(): any;
  1625.  
  1626. function op(attr: any): any;
  1627.  
  1628. function pin(): any;
  1629.  
  1630. function pinWithName(name: any): any;
  1631.  
  1632. function relation(attr: any): any;
  1633.  
  1634. function remove(attr: any, item: any): any;
  1635.  
  1636. function removeAll(attr: any, items: any): any;
  1637.  
  1638. function revert(...args: any[]): void;
  1639.  
  1640. function save(arg1: any, arg2: any, arg3: any): any;
  1641.  
  1642. function set(key: any, value: any, options: any): any;
  1643.  
  1644. function setACL(acl: any, options: any): any;
  1645.  
  1646. function toJSON(seen: any): any;
  1647.  
  1648. function toPointer(): any;
  1649.  
  1650. function unPin(): any;
  1651.  
  1652. function unPinWithName(name: any): any;
  1653.  
  1654. function unset(attr: any, options: any): any;
  1655.  
  1656. function validate(attrs: any): any;
  1657.  
  1658. namespace add {
  1659. const prototype: {
  1660. };
  1661.  
  1662. }
  1663.  
  1664. namespace addAll {
  1665. const prototype: {
  1666. };
  1667.  
  1668. }
  1669.  
  1670. namespace addAllUnique {
  1671. const prototype: {
  1672. };
  1673.  
  1674. }
  1675.  
  1676. namespace addUnique {
  1677. const prototype: {
  1678. };
  1679.  
  1680. }
  1681.  
  1682. namespace clear {
  1683. const prototype: {
  1684. };
  1685.  
  1686. }
  1687.  
  1688. namespace clone {
  1689. const prototype: {
  1690. };
  1691.  
  1692. }
  1693.  
  1694. namespace destroy {
  1695. const prototype: {
  1696. };
  1697.  
  1698. }
  1699.  
  1700. namespace dirty {
  1701. const prototype: {
  1702. };
  1703.  
  1704. }
  1705.  
  1706. namespace dirtyKeys {
  1707. const prototype: {
  1708. };
  1709.  
  1710. }
  1711.  
  1712. namespace equals {
  1713. const prototype: {
  1714. };
  1715.  
  1716. }
  1717.  
  1718. namespace escape {
  1719. const prototype: {
  1720. };
  1721.  
  1722. }
  1723.  
  1724. namespace existed {
  1725. const prototype: {
  1726. };
  1727.  
  1728. }
  1729.  
  1730. namespace fetch {
  1731. const prototype: {
  1732. };
  1733.  
  1734. }
  1735.  
  1736. namespace fetchFromLocalDatastore {
  1737. const prototype: {
  1738. };
  1739.  
  1740. }
  1741.  
  1742. namespace fetchWithInclude {
  1743. const prototype: {
  1744. };
  1745.  
  1746. }
  1747.  
  1748. namespace get {
  1749. const prototype: {
  1750. };
  1751.  
  1752. }
  1753.  
  1754. namespace getACL {
  1755. const prototype: {
  1756. };
  1757.  
  1758. }
  1759.  
  1760. namespace has {
  1761. const prototype: {
  1762. };
  1763.  
  1764. }
  1765.  
  1766. namespace increment {
  1767. const prototype: {
  1768. };
  1769.  
  1770. }
  1771.  
  1772. namespace initialize {
  1773. const prototype: {
  1774. };
  1775.  
  1776. }
  1777.  
  1778. namespace isNew {
  1779. const prototype: {
  1780. };
  1781.  
  1782. }
  1783.  
  1784. namespace isPinned {
  1785. const prototype: {
  1786. };
  1787.  
  1788. }
  1789.  
  1790. namespace isValid {
  1791. const prototype: {
  1792. };
  1793.  
  1794. }
  1795.  
  1796. namespace newInstance {
  1797. const prototype: {
  1798. };
  1799.  
  1800. }
  1801.  
  1802. namespace op {
  1803. const prototype: {
  1804. };
  1805.  
  1806. }
  1807.  
  1808. namespace pin {
  1809. const prototype: {
  1810. };
  1811.  
  1812. }
  1813.  
  1814. namespace pinWithName {
  1815. const prototype: {
  1816. };
  1817.  
  1818. }
  1819.  
  1820. namespace relation {
  1821. const prototype: {
  1822. };
  1823.  
  1824. }
  1825.  
  1826. namespace remove {
  1827. const prototype: {
  1828. };
  1829.  
  1830. }
  1831.  
  1832. namespace removeAll {
  1833. const prototype: {
  1834. };
  1835.  
  1836. }
  1837.  
  1838. namespace revert {
  1839. const prototype: {
  1840. };
  1841.  
  1842. }
  1843.  
  1844. namespace save {
  1845. const prototype: {
  1846. };
  1847.  
  1848. }
  1849.  
  1850. namespace set {
  1851. const prototype: {
  1852. };
  1853.  
  1854. }
  1855.  
  1856. namespace setACL {
  1857. const prototype: {
  1858. };
  1859.  
  1860. }
  1861.  
  1862. namespace toJSON {
  1863. const prototype: {
  1864. };
  1865.  
  1866. }
  1867.  
  1868. namespace toPointer {
  1869. const prototype: {
  1870. };
  1871.  
  1872. }
  1873.  
  1874. namespace unPin {
  1875. const prototype: {
  1876. };
  1877.  
  1878. }
  1879.  
  1880. namespace unPinWithName {
  1881. const prototype: {
  1882. };
  1883.  
  1884. }
  1885.  
  1886. namespace unset {
  1887. const prototype: {
  1888. };
  1889.  
  1890. }
  1891.  
  1892. namespace validate {
  1893. const prototype: {
  1894. };
  1895.  
  1896. }
  1897.  
  1898. }
  1899.  
  1900. namespace registerSubclass {
  1901. const prototype: {
  1902. };
  1903.  
  1904. }
  1905.  
  1906. namespace saveAll {
  1907. const prototype: {
  1908. };
  1909.  
  1910. }
  1911.  
  1912. namespace unPinAll {
  1913. const prototype: {
  1914. };
  1915.  
  1916. }
  1917.  
  1918. namespace unPinAllObjects {
  1919. const prototype: {
  1920. };
  1921.  
  1922. }
  1923.  
  1924. namespace unPinAllObjectsWithName {
  1925. const prototype: {
  1926. };
  1927.  
  1928. }
  1929.  
  1930. namespace unPinAllWithName {
  1931. const prototype: {
  1932. };
  1933.  
  1934. }
  1935.  
  1936. }
  1937.  
  1938. export namespace LiveQuery {
  1939. function addListener(type: any, listener: any): any;
  1940.  
  1941. function close(): void;
  1942.  
  1943. function emit(type: any, args: any): any;
  1944.  
  1945. function eventNames(): any;
  1946.  
  1947. function getMaxListeners(): any;
  1948.  
  1949. function listenerCount(type: any): any;
  1950.  
  1951. function listeners(type: any): any;
  1952.  
  1953. function off(type: any, listener: any): any;
  1954.  
  1955. function on(type: any, listener: any): any;
  1956.  
  1957. function once(type: any, listener: any): any;
  1958.  
  1959. function open(): void;
  1960.  
  1961. function prependListener(type: any, listener: any): any;
  1962.  
  1963. function prependOnceListener(type: any, listener: any): any;
  1964.  
  1965. function rawListeners(type: any): any;
  1966.  
  1967. function removeAllListeners(type: any, ...args: any[]): any;
  1968.  
  1969. function removeListener(type: any, listener: any): any;
  1970.  
  1971. function setMaxListeners(n: any): any;
  1972.  
  1973. namespace addListener {
  1974. const prototype: {
  1975. };
  1976.  
  1977. }
  1978.  
  1979. namespace close {
  1980. const prototype: {
  1981. };
  1982.  
  1983. }
  1984.  
  1985. namespace emit {
  1986. const prototype: {
  1987. };
  1988.  
  1989. }
  1990.  
  1991. namespace eventNames {
  1992. const prototype: {
  1993. };
  1994.  
  1995. }
  1996.  
  1997. namespace getMaxListeners {
  1998. const prototype: {
  1999. };
  2000.  
  2001. }
  2002.  
  2003. namespace listenerCount {
  2004. const prototype: {
  2005. };
  2006.  
  2007. }
  2008.  
  2009. namespace listeners {
  2010. const prototype: {
  2011. };
  2012.  
  2013. }
  2014.  
  2015. namespace off {
  2016. const prototype: {
  2017. };
  2018.  
  2019. }
  2020.  
  2021. namespace on {
  2022. const prototype: {
  2023. };
  2024.  
  2025. }
  2026.  
  2027. namespace once {
  2028. const prototype: {
  2029. };
  2030.  
  2031. }
  2032.  
  2033. namespace open {
  2034. const prototype: {
  2035. };
  2036.  
  2037. }
  2038.  
  2039. namespace prependListener {
  2040. const prototype: {
  2041. };
  2042.  
  2043. }
  2044.  
  2045. namespace prependOnceListener {
  2046. const prototype: {
  2047. };
  2048.  
  2049. }
  2050.  
  2051. namespace rawListeners {
  2052. const prototype: {
  2053. };
  2054.  
  2055. }
  2056.  
  2057. namespace removeAllListeners {
  2058. const prototype: {
  2059. };
  2060.  
  2061. }
  2062.  
  2063. namespace removeListener {
  2064. const prototype: {
  2065. };
  2066.  
  2067. }
  2068.  
  2069. namespace setMaxListeners {
  2070. const prototype: {
  2071. };
  2072.  
  2073. }
  2074.  
  2075. }
  2076.  
  2077. export namespace LiveQueryClient {
  2078. class EventEmitter {
  2079. constructor();
  2080.  
  2081. addListener(type: any, listener: any): any;
  2082.  
  2083. emit(type: any, args: any): any;
  2084.  
  2085. eventNames(): any;
  2086.  
  2087. getMaxListeners(): any;
  2088.  
  2089. listenerCount(type: any): any;
  2090.  
  2091. listeners(type: any): any;
  2092.  
  2093. off(type: any, listener: any): any;
  2094.  
  2095. on(type: any, listener: any): any;
  2096.  
  2097. once(type: any, listener: any): any;
  2098.  
  2099. prependListener(type: any, listener: any): any;
  2100.  
  2101. prependOnceListener(type: any, listener: any): any;
  2102.  
  2103. rawListeners(type: any): any;
  2104.  
  2105. removeAllListeners(type: any, ...args: any[]): any;
  2106.  
  2107. removeListener(type: any, listener: any): any;
  2108.  
  2109. setMaxListeners(n: any): any;
  2110.  
  2111. static EventEmitter: any;
  2112.  
  2113. static defaultMaxListeners: number;
  2114.  
  2115. static init(): void;
  2116.  
  2117. static listenerCount(emitter: any, type: any): any;
  2118.  
  2119. static usingDomains: boolean;
  2120.  
  2121. }
  2122.  
  2123. namespace EventEmitter {
  2124. namespace init {
  2125. const prototype: {
  2126. };
  2127.  
  2128. }
  2129.  
  2130. namespace listenerCount {
  2131. const prototype: {
  2132. };
  2133.  
  2134. }
  2135.  
  2136. namespace prototype {
  2137. function addListener(type: any, listener: any): any;
  2138.  
  2139. function emit(type: any, args: any): any;
  2140.  
  2141. function eventNames(): any;
  2142.  
  2143. function getMaxListeners(): any;
  2144.  
  2145. function listenerCount(type: any): any;
  2146.  
  2147. function listeners(type: any): any;
  2148.  
  2149. function off(type: any, listener: any): any;
  2150.  
  2151. function on(type: any, listener: any): any;
  2152.  
  2153. function once(type: any, listener: any): any;
  2154.  
  2155. function prependListener(type: any, listener: any): any;
  2156.  
  2157. function prependOnceListener(type: any, listener: any): any;
  2158.  
  2159. function rawListeners(type: any): any;
  2160.  
  2161. function removeAllListeners(type: any, ...args: any[]): any;
  2162.  
  2163. function removeListener(type: any, listener: any): any;
  2164.  
  2165. function setMaxListeners(n: any): any;
  2166.  
  2167. namespace addListener {
  2168. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.addListener
  2169. const prototype: any;
  2170.  
  2171. }
  2172.  
  2173. namespace emit {
  2174. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.emit
  2175. const prototype: any;
  2176.  
  2177. }
  2178.  
  2179. namespace eventNames {
  2180. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.eventNames
  2181. const prototype: any;
  2182.  
  2183. }
  2184.  
  2185. namespace getMaxListeners {
  2186. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.getMaxListeners
  2187. const prototype: any;
  2188.  
  2189. }
  2190.  
  2191. namespace listenerCount {
  2192. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.listenerCount
  2193. const prototype: any;
  2194.  
  2195. }
  2196.  
  2197. namespace listeners {
  2198. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.listeners
  2199. const prototype: any;
  2200.  
  2201. }
  2202.  
  2203. namespace off {
  2204. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.off
  2205. const prototype: any;
  2206.  
  2207. }
  2208.  
  2209. namespace on {
  2210. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.on
  2211. const prototype: any;
  2212.  
  2213. }
  2214.  
  2215. namespace once {
  2216. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.once
  2217. const prototype: any;
  2218.  
  2219. }
  2220.  
  2221. namespace prependListener {
  2222. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.prependListener
  2223. const prototype: any;
  2224.  
  2225. }
  2226.  
  2227. namespace prependOnceListener {
  2228. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.prependOnceListener
  2229. const prototype: any;
  2230.  
  2231. }
  2232.  
  2233. namespace rawListeners {
  2234. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.rawListeners
  2235. const prototype: any;
  2236.  
  2237. }
  2238.  
  2239. namespace removeAllListeners {
  2240. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.removeAllListeners
  2241. const prototype: any;
  2242.  
  2243. }
  2244.  
  2245. namespace removeListener {
  2246. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.removeListener
  2247. const prototype: any;
  2248.  
  2249. }
  2250.  
  2251. namespace setMaxListeners {
  2252. // Too-deep object hierarchy from parse.LiveQueryClient.EventEmitter.prototype.setMaxListeners
  2253. const prototype: any;
  2254.  
  2255. }
  2256.  
  2257. }
  2258.  
  2259. }
  2260.  
  2261. namespace init {
  2262. const prototype: {
  2263. };
  2264.  
  2265. }
  2266.  
  2267. namespace listenerCount {
  2268. const prototype: {
  2269. };
  2270.  
  2271. }
  2272.  
  2273. namespace prototype {
  2274. function addListener(type: any, listener: any): any;
  2275.  
  2276. function close(): void;
  2277.  
  2278. function emit(type: any, args: any): any;
  2279.  
  2280. function eventNames(): any;
  2281.  
  2282. function getMaxListeners(): any;
  2283.  
  2284. function listenerCount(type: any): any;
  2285.  
  2286. function listeners(type: any): any;
  2287.  
  2288. function off(type: any, listener: any): any;
  2289.  
  2290. function on(type: any, listener: any): any;
  2291.  
  2292. function once(type: any, listener: any): any;
  2293.  
  2294. function open(): void;
  2295.  
  2296. function prependListener(type: any, listener: any): any;
  2297.  
  2298. function prependOnceListener(type: any, listener: any): any;
  2299.  
  2300. function rawListeners(type: any): any;
  2301.  
  2302. function removeAllListeners(type: any, ...args: any[]): any;
  2303.  
  2304. function removeListener(type: any, listener: any): any;
  2305.  
  2306. function resubscribe(): void;
  2307.  
  2308. function setMaxListeners(n: any): any;
  2309.  
  2310. function shouldOpen(): any;
  2311.  
  2312. function subscribe(query: any, sessionToken: any): any;
  2313.  
  2314. function unsubscribe(subscription: any): void;
  2315.  
  2316. namespace addListener {
  2317. const prototype: {
  2318. };
  2319.  
  2320. }
  2321.  
  2322. namespace close {
  2323. const prototype: {
  2324. };
  2325.  
  2326. }
  2327.  
  2328. namespace emit {
  2329. const prototype: {
  2330. };
  2331.  
  2332. }
  2333.  
  2334. namespace eventNames {
  2335. const prototype: {
  2336. };
  2337.  
  2338. }
  2339.  
  2340. namespace getMaxListeners {
  2341. const prototype: {
  2342. };
  2343.  
  2344. }
  2345.  
  2346. namespace listenerCount {
  2347. const prototype: {
  2348. };
  2349.  
  2350. }
  2351.  
  2352. namespace listeners {
  2353. const prototype: {
  2354. };
  2355.  
  2356. }
  2357.  
  2358. namespace off {
  2359. const prototype: {
  2360. };
  2361.  
  2362. }
  2363.  
  2364. namespace on {
  2365. const prototype: {
  2366. };
  2367.  
  2368. }
  2369.  
  2370. namespace once {
  2371. const prototype: {
  2372. };
  2373.  
  2374. }
  2375.  
  2376. namespace open {
  2377. const prototype: {
  2378. };
  2379.  
  2380. }
  2381.  
  2382. namespace prependListener {
  2383. const prototype: {
  2384. };
  2385.  
  2386. }
  2387.  
  2388. namespace prependOnceListener {
  2389. const prototype: {
  2390. };
  2391.  
  2392. }
  2393.  
  2394. namespace rawListeners {
  2395. const prototype: {
  2396. };
  2397.  
  2398. }
  2399.  
  2400. namespace removeAllListeners {
  2401. const prototype: {
  2402. };
  2403.  
  2404. }
  2405.  
  2406. namespace removeListener {
  2407. const prototype: {
  2408. };
  2409.  
  2410. }
  2411.  
  2412. namespace resubscribe {
  2413. const prototype: {
  2414. };
  2415.  
  2416. }
  2417.  
  2418. namespace setMaxListeners {
  2419. const prototype: {
  2420. };
  2421.  
  2422. }
  2423.  
  2424. namespace shouldOpen {
  2425. const prototype: {
  2426. };
  2427.  
  2428. }
  2429.  
  2430. namespace subscribe {
  2431. const prototype: {
  2432. };
  2433.  
  2434. }
  2435.  
  2436. namespace unsubscribe {
  2437. const prototype: {
  2438. };
  2439.  
  2440. }
  2441.  
  2442. }
  2443.  
  2444. }
  2445.  
  2446. export namespace LocalDatastore {
  2447. const DEFAULT_PIN: string;
  2448.  
  2449. const PIN_PREFIX: string;
  2450.  
  2451. const isEnabled: boolean;
  2452.  
  2453. function checkIfEnabled(): any;
  2454.  
  2455. function fromPinWithName(name: any): any;
  2456.  
  2457. function getKeyForObject(object: any): any;
  2458.  
  2459. function getPinName(pinName: any): any;
  2460.  
  2461. function pinWithName(name: any, value: any): any;
  2462.  
  2463. function unPinWithName(name: any): any;
  2464.  
  2465. namespace checkIfEnabled {
  2466. const prototype: {
  2467. };
  2468.  
  2469. }
  2470.  
  2471. namespace fromPinWithName {
  2472. const prototype: {
  2473. };
  2474.  
  2475. }
  2476.  
  2477. namespace getKeyForObject {
  2478. const prototype: {
  2479. };
  2480.  
  2481. }
  2482.  
  2483. namespace getPinName {
  2484. const prototype: {
  2485. };
  2486.  
  2487. }
  2488.  
  2489. namespace pinWithName {
  2490. const prototype: {
  2491. };
  2492.  
  2493. }
  2494.  
  2495. namespace unPinWithName {
  2496. const prototype: {
  2497. };
  2498.  
  2499. }
  2500.  
  2501. }
  2502.  
  2503. export namespace Object {
  2504. namespace createWithoutData {
  2505. const prototype: {
  2506. };
  2507.  
  2508. }
  2509.  
  2510. namespace destroyAll {
  2511. const prototype: {
  2512. };
  2513.  
  2514. }
  2515.  
  2516. namespace disableSingleInstance {
  2517. const prototype: {
  2518. };
  2519.  
  2520. }
  2521.  
  2522. namespace enableSingleInstance {
  2523. const prototype: {
  2524. };
  2525.  
  2526. }
  2527.  
  2528. namespace extend {
  2529. const prototype: {
  2530. };
  2531.  
  2532. }
  2533.  
  2534. namespace fetchAll {
  2535. const prototype: {
  2536. };
  2537.  
  2538. }
  2539.  
  2540. namespace fetchAllIfNeeded {
  2541. const prototype: {
  2542. };
  2543.  
  2544. }
  2545.  
  2546. namespace fetchAllWithInclude {
  2547. const prototype: {
  2548. };
  2549.  
  2550. }
  2551.  
  2552. namespace fromJSON {
  2553. const prototype: {
  2554. };
  2555.  
  2556. }
  2557.  
  2558. namespace pinAll {
  2559. const prototype: {
  2560. };
  2561.  
  2562. }
  2563.  
  2564. namespace pinAllWithName {
  2565. const prototype: {
  2566. };
  2567.  
  2568. }
  2569.  
  2570. namespace prototype {
  2571. const attributes: {
  2572. };
  2573.  
  2574. const createdAt: any;
  2575.  
  2576. const updatedAt: any;
  2577.  
  2578. function add(attr: any, item: any): any;
  2579.  
  2580. function addAll(attr: any, items: any): any;
  2581.  
  2582. function addAllUnique(attr: any, items: any): any;
  2583.  
  2584. function addUnique(attr: any, item: any): any;
  2585.  
  2586. function clear(): any;
  2587.  
  2588. function clone(): any;
  2589.  
  2590. function destroy(options: any): any;
  2591.  
  2592. function dirty(attr: any): any;
  2593.  
  2594. function dirtyKeys(): any;
  2595.  
  2596. function equals(other: any): any;
  2597.  
  2598. function escape(attr: any): any;
  2599.  
  2600. function existed(): any;
  2601.  
  2602. function fetch(options: any): any;
  2603.  
  2604. function fetchFromLocalDatastore(...args: any[]): any;
  2605.  
  2606. function fetchWithInclude(keys: any, options: any): any;
  2607.  
  2608. function get(attr: any): any;
  2609.  
  2610. function getACL(): any;
  2611.  
  2612. function has(attr: any): any;
  2613.  
  2614. function increment(attr: any, amount: any): any;
  2615.  
  2616. function initialize(): void;
  2617.  
  2618. function isNew(): any;
  2619.  
  2620. function isPinned(...args: any[]): any;
  2621.  
  2622. function isValid(): any;
  2623.  
  2624. function newInstance(): any;
  2625.  
  2626. function op(attr: any): any;
  2627.  
  2628. function pin(): any;
  2629.  
  2630. function pinWithName(name: any): any;
  2631.  
  2632. function relation(attr: any): any;
  2633.  
  2634. function remove(attr: any, item: any): any;
  2635.  
  2636. function removeAll(attr: any, items: any): any;
  2637.  
  2638. function revert(...args: any[]): void;
  2639.  
  2640. function save(arg1: any, arg2: any, arg3: any): any;
  2641.  
  2642. function set(key: any, value: any, options: any): any;
  2643.  
  2644. function setACL(acl: any, options: any): any;
  2645.  
  2646. function toJSON(seen: any): any;
  2647.  
  2648. function toPointer(): any;
  2649.  
  2650. function unPin(): any;
  2651.  
  2652. function unPinWithName(name: any): any;
  2653.  
  2654. function unset(attr: any, options: any): any;
  2655.  
  2656. function validate(attrs: any): any;
  2657.  
  2658. namespace add {
  2659. const prototype: {
  2660. };
  2661.  
  2662. }
  2663.  
  2664. namespace addAll {
  2665. const prototype: {
  2666. };
  2667.  
  2668. }
  2669.  
  2670. namespace addAllUnique {
  2671. const prototype: {
  2672. };
  2673.  
  2674. }
  2675.  
  2676. namespace addUnique {
  2677. const prototype: {
  2678. };
  2679.  
  2680. }
  2681.  
  2682. namespace clear {
  2683. const prototype: {
  2684. };
  2685.  
  2686. }
  2687.  
  2688. namespace clone {
  2689. const prototype: {
  2690. };
  2691.  
  2692. }
  2693.  
  2694. namespace destroy {
  2695. const prototype: {
  2696. };
  2697.  
  2698. }
  2699.  
  2700. namespace dirty {
  2701. const prototype: {
  2702. };
  2703.  
  2704. }
  2705.  
  2706. namespace dirtyKeys {
  2707. const prototype: {
  2708. };
  2709.  
  2710. }
  2711.  
  2712. namespace equals {
  2713. const prototype: {
  2714. };
  2715.  
  2716. }
  2717.  
  2718. namespace escape {
  2719. const prototype: {
  2720. };
  2721.  
  2722. }
  2723.  
  2724. namespace existed {
  2725. const prototype: {
  2726. };
  2727.  
  2728. }
  2729.  
  2730. namespace fetch {
  2731. const prototype: {
  2732. };
  2733.  
  2734. }
  2735.  
  2736. namespace fetchFromLocalDatastore {
  2737. const prototype: {
  2738. };
  2739.  
  2740. }
  2741.  
  2742. namespace fetchWithInclude {
  2743. const prototype: {
  2744. };
  2745.  
  2746. }
  2747.  
  2748. namespace get {
  2749. const prototype: {
  2750. };
  2751.  
  2752. }
  2753.  
  2754. namespace getACL {
  2755. const prototype: {
  2756. };
  2757.  
  2758. }
  2759.  
  2760. namespace has {
  2761. const prototype: {
  2762. };
  2763.  
  2764. }
  2765.  
  2766. namespace increment {
  2767. const prototype: {
  2768. };
  2769.  
  2770. }
  2771.  
  2772. namespace initialize {
  2773. const prototype: {
  2774. };
  2775.  
  2776. }
  2777.  
  2778. namespace isNew {
  2779. const prototype: {
  2780. };
  2781.  
  2782. }
  2783.  
  2784. namespace isPinned {
  2785. const prototype: {
  2786. };
  2787.  
  2788. }
  2789.  
  2790. namespace isValid {
  2791. const prototype: {
  2792. };
  2793.  
  2794. }
  2795.  
  2796. namespace newInstance {
  2797. const prototype: {
  2798. };
  2799.  
  2800. }
  2801.  
  2802. namespace op {
  2803. const prototype: {
  2804. };
  2805.  
  2806. }
  2807.  
  2808. namespace pin {
  2809. const prototype: {
  2810. };
  2811.  
  2812. }
  2813.  
  2814. namespace pinWithName {
  2815. const prototype: {
  2816. };
  2817.  
  2818. }
  2819.  
  2820. namespace relation {
  2821. const prototype: {
  2822. };
  2823.  
  2824. }
  2825.  
  2826. namespace remove {
  2827. const prototype: {
  2828. };
  2829.  
  2830. }
  2831.  
  2832. namespace removeAll {
  2833. const prototype: {
  2834. };
  2835.  
  2836. }
  2837.  
  2838. namespace revert {
  2839. const prototype: {
  2840. };
  2841.  
  2842. }
  2843.  
  2844. namespace save {
  2845. const prototype: {
  2846. };
  2847.  
  2848. }
  2849.  
  2850. namespace set {
  2851. const prototype: {
  2852. };
  2853.  
  2854. }
  2855.  
  2856. namespace setACL {
  2857. const prototype: {
  2858. };
  2859.  
  2860. }
  2861.  
  2862. namespace toJSON {
  2863. const prototype: {
  2864. };
  2865.  
  2866. }
  2867.  
  2868. namespace toPointer {
  2869. const prototype: {
  2870. };
  2871.  
  2872. }
  2873.  
  2874. namespace unPin {
  2875. const prototype: {
  2876. };
  2877.  
  2878. }
  2879.  
  2880. namespace unPinWithName {
  2881. const prototype: {
  2882. };
  2883.  
  2884. }
  2885.  
  2886. namespace unset {
  2887. const prototype: {
  2888. };
  2889.  
  2890. }
  2891.  
  2892. namespace validate {
  2893. const prototype: {
  2894. };
  2895.  
  2896. }
  2897.  
  2898. }
  2899.  
  2900. namespace registerSubclass {
  2901. const prototype: {
  2902. };
  2903.  
  2904. }
  2905.  
  2906. namespace saveAll {
  2907. const prototype: {
  2908. };
  2909.  
  2910. }
  2911.  
  2912. namespace unPinAll {
  2913. const prototype: {
  2914. };
  2915.  
  2916. }
  2917.  
  2918. namespace unPinAllObjects {
  2919. const prototype: {
  2920. };
  2921.  
  2922. }
  2923.  
  2924. namespace unPinAllObjectsWithName {
  2925. const prototype: {
  2926. };
  2927.  
  2928. }
  2929.  
  2930. namespace unPinAllWithName {
  2931. const prototype: {
  2932. };
  2933.  
  2934. }
  2935.  
  2936. }
  2937.  
  2938. export namespace Op {
  2939. class Add {
  2940. constructor(value: any);
  2941.  
  2942. applyTo(value: any): any;
  2943.  
  2944. mergeWith(previous: any): any;
  2945.  
  2946. toJSON(): any;
  2947.  
  2948. }
  2949.  
  2950. class AddUnique {
  2951. constructor(value: any);
  2952.  
  2953. applyTo(value: any): any;
  2954.  
  2955. mergeWith(previous: any): any;
  2956.  
  2957. toJSON(): any;
  2958.  
  2959. }
  2960.  
  2961. class Increment {
  2962. constructor(amount: any);
  2963.  
  2964. applyTo(value: any): any;
  2965.  
  2966. mergeWith(previous: any): any;
  2967.  
  2968. toJSON(): any;
  2969.  
  2970. }
  2971.  
  2972. class Relation {
  2973. constructor(adds: any, removes: any);
  2974.  
  2975. applyTo(value: any, object: any, key: any): any;
  2976.  
  2977. mergeWith(previous: any): any;
  2978.  
  2979. toJSON(): any;
  2980.  
  2981. }
  2982.  
  2983. class Remove {
  2984. constructor(value: any);
  2985.  
  2986. applyTo(value: any): any;
  2987.  
  2988. mergeWith(previous: any): any;
  2989.  
  2990. toJSON(): any;
  2991.  
  2992. }
  2993.  
  2994. class Set {
  2995. constructor(value: any);
  2996.  
  2997. applyTo(): any;
  2998.  
  2999. mergeWith(): any;
  3000.  
  3001. toJSON(): any;
  3002.  
  3003. }
  3004.  
  3005. class Unset {
  3006. constructor(...args: any[]);
  3007.  
  3008. applyTo(): any;
  3009.  
  3010. mergeWith(): any;
  3011.  
  3012. toJSON(): any;
  3013.  
  3014. }
  3015.  
  3016. namespace Add {
  3017. namespace prototype {
  3018. function applyTo(value: any): any;
  3019.  
  3020. function mergeWith(previous: any): any;
  3021.  
  3022. function toJSON(): any;
  3023.  
  3024. namespace applyTo {
  3025. // Too-deep object hierarchy from parse.Op.Add.prototype.applyTo
  3026. const prototype: any;
  3027.  
  3028. }
  3029.  
  3030. namespace mergeWith {
  3031. // Too-deep object hierarchy from parse.Op.Add.prototype.mergeWith
  3032. const prototype: any;
  3033.  
  3034. }
  3035.  
  3036. namespace toJSON {
  3037. // Too-deep object hierarchy from parse.Op.Add.prototype.toJSON
  3038. const prototype: any;
  3039.  
  3040. }
  3041.  
  3042. }
  3043.  
  3044. }
  3045.  
  3046. namespace AddUnique {
  3047. namespace prototype {
  3048. function applyTo(value: any): any;
  3049.  
  3050. function mergeWith(previous: any): any;
  3051.  
  3052. function toJSON(): any;
  3053.  
  3054. namespace applyTo {
  3055. // Too-deep object hierarchy from parse.Op.AddUnique.prototype.applyTo
  3056. const prototype: any;
  3057.  
  3058. }
  3059.  
  3060. namespace mergeWith {
  3061. // Too-deep object hierarchy from parse.Op.AddUnique.prototype.mergeWith
  3062. const prototype: any;
  3063.  
  3064. }
  3065.  
  3066. namespace toJSON {
  3067. // Too-deep object hierarchy from parse.Op.AddUnique.prototype.toJSON
  3068. const prototype: any;
  3069.  
  3070. }
  3071.  
  3072. }
  3073.  
  3074. }
  3075.  
  3076. namespace Increment {
  3077. namespace prototype {
  3078. function applyTo(value: any): any;
  3079.  
  3080. function mergeWith(previous: any): any;
  3081.  
  3082. function toJSON(): any;
  3083.  
  3084. namespace applyTo {
  3085. // Too-deep object hierarchy from parse.Op.Increment.prototype.applyTo
  3086. const prototype: any;
  3087.  
  3088. }
  3089.  
  3090. namespace mergeWith {
  3091. // Too-deep object hierarchy from parse.Op.Increment.prototype.mergeWith
  3092. const prototype: any;
  3093.  
  3094. }
  3095.  
  3096. namespace toJSON {
  3097. // Too-deep object hierarchy from parse.Op.Increment.prototype.toJSON
  3098. const prototype: any;
  3099.  
  3100. }
  3101.  
  3102. }
  3103.  
  3104. }
  3105.  
  3106. namespace Relation {
  3107. namespace prototype {
  3108. function applyTo(value: any, object: any, key: any): any;
  3109.  
  3110. function mergeWith(previous: any): any;
  3111.  
  3112. function toJSON(): any;
  3113.  
  3114. namespace applyTo {
  3115. // Too-deep object hierarchy from parse.Op.Relation.prototype.applyTo
  3116. const prototype: any;
  3117.  
  3118. }
  3119.  
  3120. namespace mergeWith {
  3121. // Too-deep object hierarchy from parse.Op.Relation.prototype.mergeWith
  3122. const prototype: any;
  3123.  
  3124. }
  3125.  
  3126. namespace toJSON {
  3127. // Too-deep object hierarchy from parse.Op.Relation.prototype.toJSON
  3128. const prototype: any;
  3129.  
  3130. }
  3131.  
  3132. }
  3133.  
  3134. }
  3135.  
  3136. namespace Remove {
  3137. namespace prototype {
  3138. function applyTo(value: any): any;
  3139.  
  3140. function mergeWith(previous: any): any;
  3141.  
  3142. function toJSON(): any;
  3143.  
  3144. namespace applyTo {
  3145. // Too-deep object hierarchy from parse.Op.Remove.prototype.applyTo
  3146. const prototype: any;
  3147.  
  3148. }
  3149.  
  3150. namespace mergeWith {
  3151. // Too-deep object hierarchy from parse.Op.Remove.prototype.mergeWith
  3152. const prototype: any;
  3153.  
  3154. }
  3155.  
  3156. namespace toJSON {
  3157. // Too-deep object hierarchy from parse.Op.Remove.prototype.toJSON
  3158. const prototype: any;
  3159.  
  3160. }
  3161.  
  3162. }
  3163.  
  3164. }
  3165.  
  3166. namespace Set {
  3167. namespace prototype {
  3168. function applyTo(): any;
  3169.  
  3170. function mergeWith(): any;
  3171.  
  3172. function toJSON(): any;
  3173.  
  3174. namespace applyTo {
  3175. // Too-deep object hierarchy from parse.Op.Set.prototype.applyTo
  3176. const prototype: any;
  3177.  
  3178. }
  3179.  
  3180. namespace mergeWith {
  3181. // Too-deep object hierarchy from parse.Op.Set.prototype.mergeWith
  3182. const prototype: any;
  3183.  
  3184. }
  3185.  
  3186. namespace toJSON {
  3187. // Too-deep object hierarchy from parse.Op.Set.prototype.toJSON
  3188. const prototype: any;
  3189.  
  3190. }
  3191.  
  3192. }
  3193.  
  3194. }
  3195.  
  3196. namespace Unset {
  3197. namespace prototype {
  3198. function applyTo(): any;
  3199.  
  3200. function mergeWith(): any;
  3201.  
  3202. function toJSON(): any;
  3203.  
  3204. namespace applyTo {
  3205. // Too-deep object hierarchy from parse.Op.Unset.prototype.applyTo
  3206. const prototype: any;
  3207.  
  3208. }
  3209.  
  3210. namespace mergeWith {
  3211. // Too-deep object hierarchy from parse.Op.Unset.prototype.mergeWith
  3212. const prototype: any;
  3213.  
  3214. }
  3215.  
  3216. namespace toJSON {
  3217. // Too-deep object hierarchy from parse.Op.Unset.prototype.toJSON
  3218. const prototype: any;
  3219.  
  3220. }
  3221.  
  3222. }
  3223.  
  3224. }
  3225.  
  3226. }
  3227.  
  3228. export namespace Parse {
  3229. class ACL {
  3230. constructor(arg1: any);
  3231.  
  3232. equals(other: any): any;
  3233.  
  3234. getPublicReadAccess(): any;
  3235.  
  3236. getPublicWriteAccess(): any;
  3237.  
  3238. getReadAccess(userId: any): any;
  3239.  
  3240. getRoleReadAccess(role: any): any;
  3241.  
  3242. getRoleWriteAccess(role: any): any;
  3243.  
  3244. getWriteAccess(userId: any): any;
  3245.  
  3246. setPublicReadAccess(allowed: any): void;
  3247.  
  3248. setPublicWriteAccess(allowed: any): void;
  3249.  
  3250. setReadAccess(userId: any, allowed: any): void;
  3251.  
  3252. setRoleReadAccess(role: any, allowed: any): void;
  3253.  
  3254. setRoleWriteAccess(role: any, allowed: any): void;
  3255.  
  3256. setWriteAccess(userId: any, allowed: any): void;
  3257.  
  3258. toJSON(): any;
  3259.  
  3260. }
  3261.  
  3262. class Config {
  3263. constructor();
  3264.  
  3265. escape(attr: any): any;
  3266.  
  3267. get(attr: any): any;
  3268.  
  3269. static current(): any;
  3270.  
  3271. static get(): any;
  3272.  
  3273. static save(attrs: any): any;
  3274.  
  3275. }
  3276.  
  3277. class Error {
  3278. constructor(code: any, message: any);
  3279.  
  3280. toString(): any;
  3281.  
  3282. static ACCOUNT_ALREADY_LINKED: number;
  3283.  
  3284. static AGGREGATE_ERROR: number;
  3285.  
  3286. static CACHE_MISS: number;
  3287.  
  3288. static COMMAND_UNAVAILABLE: number;
  3289.  
  3290. static CONNECTION_FAILED: number;
  3291.  
  3292. static DUPLICATE_VALUE: number;
  3293.  
  3294. static EMAIL_MISSING: number;
  3295.  
  3296. static EMAIL_NOT_FOUND: number;
  3297.  
  3298. static EMAIL_TAKEN: number;
  3299.  
  3300. static EXCEEDED_QUOTA: number;
  3301.  
  3302. static FILE_DELETE_ERROR: number;
  3303.  
  3304. static FILE_READ_ERROR: number;
  3305.  
  3306. static FILE_SAVE_ERROR: number;
  3307.  
  3308. static FILE_TOO_LARGE: number;
  3309.  
  3310. static INCORRECT_TYPE: number;
  3311.  
  3312. static INTERNAL_SERVER_ERROR: number;
  3313.  
  3314. static INVALID_ACL: number;
  3315.  
  3316. static INVALID_CHANNEL_NAME: number;
  3317.  
  3318. static INVALID_CLASS_NAME: number;
  3319.  
  3320. static INVALID_CONTENT_LENGTH: number;
  3321.  
  3322. static INVALID_EMAIL_ADDRESS: number;
  3323.  
  3324. static INVALID_EVENT_NAME: number;
  3325.  
  3326. static INVALID_FILE_NAME: number;
  3327.  
  3328. static INVALID_IMAGE_DATA: number;
  3329.  
  3330. static INVALID_JSON: number;
  3331.  
  3332. static INVALID_KEY_NAME: number;
  3333.  
  3334. static INVALID_LINKED_SESSION: number;
  3335.  
  3336. static INVALID_NESTED_KEY: number;
  3337.  
  3338. static INVALID_POINTER: number;
  3339.  
  3340. static INVALID_PUSH_TIME_ERROR: number;
  3341.  
  3342. static INVALID_QUERY: number;
  3343.  
  3344. static INVALID_ROLE_NAME: number;
  3345.  
  3346. static INVALID_SCHEMA_OPERATION: number;
  3347.  
  3348. static INVALID_SESSION_TOKEN: number;
  3349.  
  3350. static LINKED_ID_MISSING: number;
  3351.  
  3352. static MISSING_CONTENT_LENGTH: number;
  3353.  
  3354. static MISSING_CONTENT_TYPE: number;
  3355.  
  3356. static MISSING_OBJECT_ID: number;
  3357.  
  3358. static MUST_CREATE_USER_THROUGH_SIGNUP: number;
  3359.  
  3360. static NOT_INITIALIZED: number;
  3361.  
  3362. static OBJECT_NOT_FOUND: number;
  3363.  
  3364. static OBJECT_TOO_LARGE: number;
  3365.  
  3366. static OPERATION_FORBIDDEN: number;
  3367.  
  3368. static OTHER_CAUSE: number;
  3369.  
  3370. static PASSWORD_MISSING: number;
  3371.  
  3372. static PUSH_MISCONFIGURED: number;
  3373.  
  3374. static REQUEST_LIMIT_EXCEEDED: number;
  3375.  
  3376. static SCRIPT_FAILED: number;
  3377.  
  3378. static SESSION_MISSING: number;
  3379.  
  3380. static TIMEOUT: number;
  3381.  
  3382. static UNSAVED_FILE_ERROR: number;
  3383.  
  3384. static UNSUPPORTED_SERVICE: number;
  3385.  
  3386. static USERNAME_MISSING: number;
  3387.  
  3388. static USERNAME_TAKEN: number;
  3389.  
  3390. static VALIDATION_ERROR: number;
  3391.  
  3392. static X_DOMAIN_REQUEST: number;
  3393.  
  3394. static captureStackTrace(p0: any, p1: any): any;
  3395.  
  3396. static stackTraceLimit: number;
  3397.  
  3398. }
  3399.  
  3400. class File {
  3401. constructor(name: any, data: any, type: any);
  3402.  
  3403. equals(other: any): any;
  3404.  
  3405. name(): any;
  3406.  
  3407. save(options: any): any;
  3408.  
  3409. toJSON(): any;
  3410.  
  3411. url(options: any): any;
  3412.  
  3413. static encodeBase64(bytes: any): any;
  3414.  
  3415. static fromJSON(obj: any): any;
  3416.  
  3417. }
  3418.  
  3419. class GeoPoint {
  3420. constructor(arg1: any, arg2: any);
  3421.  
  3422. equals(other: any): any;
  3423.  
  3424. kilometersTo(point: any): any;
  3425.  
  3426. milesTo(point: any): any;
  3427.  
  3428. radiansTo(point: any): any;
  3429.  
  3430. toJSON(): any;
  3431.  
  3432. static current(): any;
  3433.  
  3434. }
  3435.  
  3436. class LiveQueryClient {
  3437. constructor(_ref: any);
  3438.  
  3439. close(): void;
  3440.  
  3441. open(): void;
  3442.  
  3443. resubscribe(): void;
  3444.  
  3445. shouldOpen(): any;
  3446.  
  3447. subscribe(query: any, sessionToken: any): any;
  3448.  
  3449. unsubscribe(subscription: any): void;
  3450.  
  3451. static defaultMaxListeners: number;
  3452.  
  3453. static init(): void;
  3454.  
  3455. static listenerCount(emitter: any, type: any): any;
  3456.  
  3457. static usingDomains: boolean;
  3458.  
  3459. }
  3460.  
  3461. class Object {
  3462. constructor(className: any, attributes: any, options: any, ...args: any[]);
  3463.  
  3464. add(attr: any, item: any): any;
  3465.  
  3466. addAll(attr: any, items: any): any;
  3467.  
  3468. addAllUnique(attr: any, items: any): any;
  3469.  
  3470. addUnique(attr: any, item: any): any;
  3471.  
  3472. clear(): any;
  3473.  
  3474. clone(): any;
  3475.  
  3476. destroy(options: any): any;
  3477.  
  3478. dirty(attr: any): any;
  3479.  
  3480. dirtyKeys(): any;
  3481.  
  3482. equals(other: any): any;
  3483.  
  3484. escape(attr: any): any;
  3485.  
  3486. existed(): any;
  3487.  
  3488. fetch(options: any): any;
  3489.  
  3490. fetchFromLocalDatastore(...args: any[]): any;
  3491.  
  3492. fetchWithInclude(keys: any, options: any): any;
  3493.  
  3494. get(attr: any): any;
  3495.  
  3496. getACL(): any;
  3497.  
  3498. has(attr: any): any;
  3499.  
  3500. increment(attr: any, amount: any): any;
  3501.  
  3502. initialize(): void;
  3503.  
  3504. isNew(): any;
  3505.  
  3506. isPinned(...args: any[]): any;
  3507.  
  3508. isValid(): any;
  3509.  
  3510. newInstance(): any;
  3511.  
  3512. op(attr: any): any;
  3513.  
  3514. pin(): any;
  3515.  
  3516. pinWithName(name: any): any;
  3517.  
  3518. relation(attr: any): any;
  3519.  
  3520. remove(attr: any, item: any): any;
  3521.  
  3522. removeAll(attr: any, items: any): any;
  3523.  
  3524. revert(...args: any[]): void;
  3525.  
  3526. save(arg1: any, arg2: any, arg3: any): any;
  3527.  
  3528. set(key: any, value: any, options: any): any;
  3529.  
  3530. setACL(acl: any, options: any): any;
  3531.  
  3532. toJSON(seen: any): any;
  3533.  
  3534. toPointer(): any;
  3535.  
  3536. unPin(): any;
  3537.  
  3538. unPinWithName(name: any): any;
  3539.  
  3540. unset(attr: any, options: any): any;
  3541.  
  3542. validate(attrs: any): any;
  3543.  
  3544. static createWithoutData(id: any): any;
  3545.  
  3546. static destroyAll(list: any, ...args: any[]): any;
  3547.  
  3548. static disableSingleInstance(): void;
  3549.  
  3550. static enableSingleInstance(): void;
  3551.  
  3552. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  3553.  
  3554. static fetchAll(list: any, ...args: any[]): any;
  3555.  
  3556. static fetchAllIfNeeded(list: any, options: any): any;
  3557.  
  3558. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  3559.  
  3560. static fromJSON(json: any, override: any): any;
  3561.  
  3562. static pinAll(objects: any): any;
  3563.  
  3564. static pinAllWithName(...args: any[]): any;
  3565.  
  3566. static registerSubclass(className: any, constructor: any): void;
  3567.  
  3568. static saveAll(list: any, ...args: any[]): any;
  3569.  
  3570. static unPinAll(objects: any): any;
  3571.  
  3572. static unPinAllObjects(): any;
  3573.  
  3574. static unPinAllObjectsWithName(name: any): any;
  3575.  
  3576. static unPinAllWithName(...args: any[]): any;
  3577.  
  3578. }
  3579.  
  3580. class Polygon {
  3581. constructor(arg1: any);
  3582.  
  3583. containsPoint(point: any): any;
  3584.  
  3585. equals(other: any): any;
  3586.  
  3587. toJSON(): any;
  3588.  
  3589. }
  3590.  
  3591. class Query {
  3592. constructor(objectClass: any);
  3593.  
  3594. addAscending(...args: any[]): any;
  3595.  
  3596. addDescending(...args: any[]): any;
  3597.  
  3598. aggregate(pipeline: any, options: any): any;
  3599.  
  3600. ascending(...args: any[]): any;
  3601.  
  3602. containedBy(key: any, value: any): any;
  3603.  
  3604. containedIn(key: any, value: any): any;
  3605.  
  3606. contains(key: any, value: any): any;
  3607.  
  3608. containsAll(key: any, values: any): any;
  3609.  
  3610. containsAllStartingWith(key: any, values: any): any;
  3611.  
  3612. count(options: any): any;
  3613.  
  3614. descending(...args: any[]): any;
  3615.  
  3616. distinct(key: any, options: any): any;
  3617.  
  3618. doesNotExist(key: any): any;
  3619.  
  3620. doesNotMatchKeyInQuery(key: any, queryKey: any, query: any): any;
  3621.  
  3622. doesNotMatchQuery(key: any, query: any): any;
  3623.  
  3624. each(callback: any, options: any): any;
  3625.  
  3626. endsWith(key: any, value: any): any;
  3627.  
  3628. equalTo(key: any, value: any): any;
  3629.  
  3630. exists(key: any): any;
  3631.  
  3632. find(options: any): any;
  3633.  
  3634. first(options: any): any;
  3635.  
  3636. fromLocalDatastore(): void;
  3637.  
  3638. fromPin(): void;
  3639.  
  3640. fromPinWithName(name: any): void;
  3641.  
  3642. fullText(key: any, value: any, options: any): any;
  3643.  
  3644. get(objectId: any, options: any): any;
  3645.  
  3646. greaterThan(key: any, value: any): any;
  3647.  
  3648. greaterThanOrEqualTo(key: any, value: any): any;
  3649.  
  3650. include(...args: any[]): any;
  3651.  
  3652. includeAll(): any;
  3653.  
  3654. lessThan(key: any, value: any): any;
  3655.  
  3656. lessThanOrEqualTo(key: any, value: any): any;
  3657.  
  3658. limit(n: any): any;
  3659.  
  3660. matches(key: any, regex: any, modifiers: any): any;
  3661.  
  3662. matchesKeyInQuery(key: any, queryKey: any, query: any): any;
  3663.  
  3664. matchesQuery(key: any, query: any): any;
  3665.  
  3666. near(key: any, point: any): any;
  3667.  
  3668. notContainedIn(key: any, value: any): any;
  3669.  
  3670. notEqualTo(key: any, value: any): any;
  3671.  
  3672. polygonContains(key: any, point: any): any;
  3673.  
  3674. select(...args: any[]): any;
  3675.  
  3676. skip(n: any): any;
  3677.  
  3678. sortByTextScore(): any;
  3679.  
  3680. startsWith(key: any, value: any): any;
  3681.  
  3682. subscribe(): any;
  3683.  
  3684. toJSON(): any;
  3685.  
  3686. withJSON(json: any): any;
  3687.  
  3688. withinGeoBox(key: any, southwest: any, northeast: any): any;
  3689.  
  3690. withinKilometers(key: any, point: any, distance: any, sorted: any): any;
  3691.  
  3692. withinMiles(key: any, point: any, distance: any, sorted: any): any;
  3693.  
  3694. withinPolygon(key: any, points: any): any;
  3695.  
  3696. withinRadians(key: any, point: any, distance: any, sorted: any): any;
  3697.  
  3698. static and(...args: any[]): any;
  3699.  
  3700. static fromJSON(className: any, json: any): any;
  3701.  
  3702. static nor(...args: any[]): any;
  3703.  
  3704. static or(...args: any[]): any;
  3705.  
  3706. }
  3707.  
  3708. class Relation {
  3709. constructor(parent: any, key: any);
  3710.  
  3711. add(objects: any): any;
  3712.  
  3713. query(): any;
  3714.  
  3715. remove(objects: any): void;
  3716.  
  3717. toJSON(): any;
  3718.  
  3719. }
  3720.  
  3721. class Role {
  3722. constructor(name: any, acl: any);
  3723.  
  3724. getName(): any;
  3725.  
  3726. getRoles(): any;
  3727.  
  3728. getUsers(): any;
  3729.  
  3730. setName(name: any, options: any): any;
  3731.  
  3732. validate(attrs: any, options: any): any;
  3733.  
  3734. static className: string;
  3735.  
  3736. static createWithoutData(id: any): any;
  3737.  
  3738. static destroyAll(list: any, ...args: any[]): any;
  3739.  
  3740. static disableSingleInstance(): void;
  3741.  
  3742. static enableSingleInstance(): void;
  3743.  
  3744. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  3745.  
  3746. static fetchAll(list: any, ...args: any[]): any;
  3747.  
  3748. static fetchAllIfNeeded(list: any, options: any): any;
  3749.  
  3750. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  3751.  
  3752. static fromJSON(json: any, override: any): any;
  3753.  
  3754. static pinAll(objects: any): any;
  3755.  
  3756. static pinAllWithName(...args: any[]): any;
  3757.  
  3758. static registerSubclass(className: any, constructor: any): void;
  3759.  
  3760. static saveAll(list: any, ...args: any[]): any;
  3761.  
  3762. static unPinAll(objects: any): any;
  3763.  
  3764. static unPinAllObjects(): any;
  3765.  
  3766. static unPinAllObjectsWithName(name: any): any;
  3767.  
  3768. static unPinAllWithName(...args: any[]): any;
  3769.  
  3770. }
  3771.  
  3772. class Schema {
  3773. constructor(className: any);
  3774.  
  3775. addArray(name: any): any;
  3776.  
  3777. addBoolean(name: any): any;
  3778.  
  3779. addDate(name: any): any;
  3780.  
  3781. addField(name: any, type: any): any;
  3782.  
  3783. addFile(name: any): any;
  3784.  
  3785. addGeoPoint(name: any): any;
  3786.  
  3787. addIndex(name: any, index: any): any;
  3788.  
  3789. addNumber(name: any): any;
  3790.  
  3791. addObject(name: any): any;
  3792.  
  3793. addPointer(name: any, targetClass: any): any;
  3794.  
  3795. addPolygon(name: any): any;
  3796.  
  3797. addRelation(name: any, targetClass: any): any;
  3798.  
  3799. addString(name: any): any;
  3800.  
  3801. assertClassName(): void;
  3802.  
  3803. delete(options: any): any;
  3804.  
  3805. deleteField(name: any): void;
  3806.  
  3807. deleteIndex(name: any): void;
  3808.  
  3809. get(options: any): any;
  3810.  
  3811. purge(): any;
  3812.  
  3813. save(options: any): any;
  3814.  
  3815. update(options: any): any;
  3816.  
  3817. static all(options: any): any;
  3818.  
  3819. }
  3820.  
  3821. class Session {
  3822. constructor(attributes: any);
  3823.  
  3824. getSessionToken(): any;
  3825.  
  3826. static className: string;
  3827.  
  3828. static createWithoutData(id: any): any;
  3829.  
  3830. static current(options: any): any;
  3831.  
  3832. static destroyAll(list: any, ...args: any[]): any;
  3833.  
  3834. static disableSingleInstance(): void;
  3835.  
  3836. static enableSingleInstance(): void;
  3837.  
  3838. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  3839.  
  3840. static fetchAll(list: any, ...args: any[]): any;
  3841.  
  3842. static fetchAllIfNeeded(list: any, options: any): any;
  3843.  
  3844. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  3845.  
  3846. static fromJSON(json: any, override: any): any;
  3847.  
  3848. static isCurrentSessionRevocable(): any;
  3849.  
  3850. static pinAll(objects: any): any;
  3851.  
  3852. static pinAllWithName(...args: any[]): any;
  3853.  
  3854. static readOnlyAttributes(): any;
  3855.  
  3856. static registerSubclass(className: any, constructor: any): void;
  3857.  
  3858. static saveAll(list: any, ...args: any[]): any;
  3859.  
  3860. static unPinAll(objects: any): any;
  3861.  
  3862. static unPinAllObjects(): any;
  3863.  
  3864. static unPinAllObjectsWithName(name: any): any;
  3865.  
  3866. static unPinAllWithName(...args: any[]): any;
  3867.  
  3868. }
  3869.  
  3870. class User {
  3871. constructor(attributes: any);
  3872.  
  3873. authenticated(): any;
  3874.  
  3875. destroy(...args: any[]): any;
  3876.  
  3877. fetch(...args: any[]): any;
  3878.  
  3879. fetchWithInclude(...args: any[]): any;
  3880.  
  3881. getEmail(): any;
  3882.  
  3883. getSessionToken(): any;
  3884.  
  3885. getUsername(): any;
  3886.  
  3887. isCurrent(): any;
  3888.  
  3889. logIn(options: any): any;
  3890.  
  3891. save(...args: any[]): any;
  3892.  
  3893. setEmail(email: any): any;
  3894.  
  3895. setPassword(password: any): void;
  3896.  
  3897. setUsername(username: any): void;
  3898.  
  3899. signUp(attrs: any, options: any): any;
  3900.  
  3901. static allowCustomUserClass(isAllowed: any): void;
  3902.  
  3903. static become(sessionToken: any, options: any): any;
  3904.  
  3905. static className: string;
  3906.  
  3907. static createWithoutData(id: any): any;
  3908.  
  3909. static current(): any;
  3910.  
  3911. static currentAsync(): any;
  3912.  
  3913. static destroyAll(list: any, ...args: any[]): any;
  3914.  
  3915. static disableSingleInstance(): void;
  3916.  
  3917. static disableUnsafeCurrentUser(): void;
  3918.  
  3919. static enableRevocableSession(options: any): any;
  3920.  
  3921. static enableSingleInstance(): void;
  3922.  
  3923. static enableUnsafeCurrentUser(): void;
  3924.  
  3925. static extend(protoProps: any, classProps: any): any;
  3926.  
  3927. static fetchAll(list: any, ...args: any[]): any;
  3928.  
  3929. static fetchAllIfNeeded(list: any, options: any): any;
  3930.  
  3931. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  3932.  
  3933. static fromJSON(json: any, override: any): any;
  3934.  
  3935. static hydrate(userJSON: any): any;
  3936.  
  3937. static logIn(username: any, password: any, options: any): any;
  3938.  
  3939. static logInWith(provider: any, options: any): any;
  3940.  
  3941. static logOut(): any;
  3942.  
  3943. static pinAll(objects: any): any;
  3944.  
  3945. static pinAllWithName(...args: any[]): any;
  3946.  
  3947. static readOnlyAttributes(): any;
  3948.  
  3949. static registerSubclass(className: any, constructor: any): void;
  3950.  
  3951. static requestPasswordReset(email: any, options: any): any;
  3952.  
  3953. static saveAll(list: any, ...args: any[]): any;
  3954.  
  3955. static signUp(username: any, password: any, attrs: any, options: any): any;
  3956.  
  3957. static unPinAll(objects: any): any;
  3958.  
  3959. static unPinAllObjects(): any;
  3960.  
  3961. static unPinAllObjectsWithName(name: any): any;
  3962.  
  3963. static unPinAllWithName(...args: any[]): any;
  3964.  
  3965. }
  3966.  
  3967. const applicationId: any;
  3968.  
  3969. const javaScriptKey: any;
  3970.  
  3971. const liveQueryServerURL: any;
  3972.  
  3973. const masterKey: any;
  3974.  
  3975. const serverURL: string;
  3976.  
  3977. function Installation(attributes: any): any;
  3978.  
  3979. function dumpLocalDatastore(): any;
  3980.  
  3981. function enableLocalDatastore(): void;
  3982.  
  3983. function initialize(applicationId: any, javaScriptKey: any): void;
  3984.  
  3985. function isLocalDatastoreEnabled(): any;
  3986.  
  3987. function setAsyncStorage(storage: any): void;
  3988.  
  3989. function setLocalDatastoreController(controller: any): void;
  3990.  
  3991. namespace ACL {
  3992. namespace prototype {
  3993. function equals(other: any): any;
  3994.  
  3995. function getPublicReadAccess(): any;
  3996.  
  3997. function getPublicWriteAccess(): any;
  3998.  
  3999. function getReadAccess(userId: any): any;
  4000.  
  4001. function getRoleReadAccess(role: any): any;
  4002.  
  4003. function getRoleWriteAccess(role: any): any;
  4004.  
  4005. function getWriteAccess(userId: any): any;
  4006.  
  4007. function setPublicReadAccess(allowed: any): void;
  4008.  
  4009. function setPublicWriteAccess(allowed: any): void;
  4010.  
  4011. function setReadAccess(userId: any, allowed: any): void;
  4012.  
  4013. function setRoleReadAccess(role: any, allowed: any): void;
  4014.  
  4015. function setRoleWriteAccess(role: any, allowed: any): void;
  4016.  
  4017. function setWriteAccess(userId: any, allowed: any): void;
  4018.  
  4019. function toJSON(): any;
  4020.  
  4021. namespace equals {
  4022. // Too-deep object hierarchy from parse.Parse.ACL.prototype.equals
  4023. const prototype: any;
  4024.  
  4025. }
  4026.  
  4027. namespace getPublicReadAccess {
  4028. // Too-deep object hierarchy from parse.Parse.ACL.prototype.getPublicReadAccess
  4029. const prototype: any;
  4030.  
  4031. }
  4032.  
  4033. namespace getPublicWriteAccess {
  4034. // Too-deep object hierarchy from parse.Parse.ACL.prototype.getPublicWriteAccess
  4035. const prototype: any;
  4036.  
  4037. }
  4038.  
  4039. namespace getReadAccess {
  4040. // Too-deep object hierarchy from parse.Parse.ACL.prototype.getReadAccess
  4041. const prototype: any;
  4042.  
  4043. }
  4044.  
  4045. namespace getRoleReadAccess {
  4046. // Too-deep object hierarchy from parse.Parse.ACL.prototype.getRoleReadAccess
  4047. const prototype: any;
  4048.  
  4049. }
  4050.  
  4051. namespace getRoleWriteAccess {
  4052. // Too-deep object hierarchy from parse.Parse.ACL.prototype.getRoleWriteAccess
  4053. const prototype: any;
  4054.  
  4055. }
  4056.  
  4057. namespace getWriteAccess {
  4058. // Too-deep object hierarchy from parse.Parse.ACL.prototype.getWriteAccess
  4059. const prototype: any;
  4060.  
  4061. }
  4062.  
  4063. namespace setPublicReadAccess {
  4064. // Too-deep object hierarchy from parse.Parse.ACL.prototype.setPublicReadAccess
  4065. const prototype: any;
  4066.  
  4067. }
  4068.  
  4069. namespace setPublicWriteAccess {
  4070. // Too-deep object hierarchy from parse.Parse.ACL.prototype.setPublicWriteAccess
  4071. const prototype: any;
  4072.  
  4073. }
  4074.  
  4075. namespace setReadAccess {
  4076. // Too-deep object hierarchy from parse.Parse.ACL.prototype.setReadAccess
  4077. const prototype: any;
  4078.  
  4079. }
  4080.  
  4081. namespace setRoleReadAccess {
  4082. // Too-deep object hierarchy from parse.Parse.ACL.prototype.setRoleReadAccess
  4083. const prototype: any;
  4084.  
  4085. }
  4086.  
  4087. namespace setRoleWriteAccess {
  4088. // Too-deep object hierarchy from parse.Parse.ACL.prototype.setRoleWriteAccess
  4089. const prototype: any;
  4090.  
  4091. }
  4092.  
  4093. namespace setWriteAccess {
  4094. // Too-deep object hierarchy from parse.Parse.ACL.prototype.setWriteAccess
  4095. const prototype: any;
  4096.  
  4097. }
  4098.  
  4099. namespace toJSON {
  4100. // Too-deep object hierarchy from parse.Parse.ACL.prototype.toJSON
  4101. const prototype: any;
  4102.  
  4103. }
  4104.  
  4105. }
  4106.  
  4107. }
  4108.  
  4109. namespace Analytics {
  4110. function track(name: any, dimensions: any): any;
  4111.  
  4112. namespace track {
  4113. const prototype: {
  4114. };
  4115.  
  4116. }
  4117.  
  4118. }
  4119.  
  4120. namespace Cloud {
  4121. function getJobStatus(jobStatusId: any): any;
  4122.  
  4123. function getJobsData(): any;
  4124.  
  4125. function run(name: any, data: any, options: any): any;
  4126.  
  4127. function startJob(name: any, data: any): any;
  4128.  
  4129. namespace getJobStatus {
  4130. const prototype: {
  4131. };
  4132.  
  4133. }
  4134.  
  4135. namespace getJobsData {
  4136. const prototype: {
  4137. };
  4138.  
  4139. }
  4140.  
  4141. namespace run {
  4142. const prototype: {
  4143. };
  4144.  
  4145. }
  4146.  
  4147. namespace startJob {
  4148. const prototype: {
  4149. };
  4150.  
  4151. }
  4152.  
  4153. }
  4154.  
  4155. namespace Config {
  4156. namespace current {
  4157. const prototype: {
  4158. };
  4159.  
  4160. }
  4161.  
  4162. namespace get {
  4163. const prototype: {
  4164. };
  4165.  
  4166. }
  4167.  
  4168. namespace prototype {
  4169. function escape(attr: any): any;
  4170.  
  4171. function get(attr: any): any;
  4172.  
  4173. namespace escape {
  4174. // Too-deep object hierarchy from parse.Parse.Config.prototype.escape
  4175. const prototype: any;
  4176.  
  4177. }
  4178.  
  4179. namespace get {
  4180. // Too-deep object hierarchy from parse.Parse.Config.prototype.get
  4181. const prototype: any;
  4182.  
  4183. }
  4184.  
  4185. }
  4186.  
  4187. namespace save {
  4188. const prototype: {
  4189. };
  4190.  
  4191. }
  4192.  
  4193. }
  4194.  
  4195. namespace CoreManager {
  4196. function get(key: any): any;
  4197.  
  4198. function getAnalyticsController(): any;
  4199.  
  4200. function getAsyncStorage(): any;
  4201.  
  4202. function getCloudController(): any;
  4203.  
  4204. function getConfigController(): any;
  4205.  
  4206. function getFileController(): any;
  4207.  
  4208. function getHooksController(): any;
  4209.  
  4210. function getInstallationController(): any;
  4211.  
  4212. function getLiveQueryController(): any;
  4213.  
  4214. function getLocalDatastore(): any;
  4215.  
  4216. function getLocalDatastoreController(): any;
  4217.  
  4218. function getObjectController(): any;
  4219.  
  4220. function getObjectStateController(): any;
  4221.  
  4222. function getPushController(): any;
  4223.  
  4224. function getQueryController(): any;
  4225.  
  4226. function getRESTController(): any;
  4227.  
  4228. function getSchemaController(): any;
  4229.  
  4230. function getSessionController(): any;
  4231.  
  4232. function getStorageController(): any;
  4233.  
  4234. function getUserController(): any;
  4235.  
  4236. function set(key: any, value: any): void;
  4237.  
  4238. function setAnalyticsController(controller: any): void;
  4239.  
  4240. function setAsyncStorage(storage: any): void;
  4241.  
  4242. function setCloudController(controller: any): void;
  4243.  
  4244. function setConfigController(controller: any): void;
  4245.  
  4246. function setFileController(controller: any): void;
  4247.  
  4248. function setHooksController(controller: any): void;
  4249.  
  4250. function setInstallationController(controller: any): void;
  4251.  
  4252. function setLiveQueryController(controller: any): void;
  4253.  
  4254. function setLocalDatastore(store: any): void;
  4255.  
  4256. function setLocalDatastoreController(controller: any): void;
  4257.  
  4258. function setObjectController(controller: any): void;
  4259.  
  4260. function setObjectStateController(controller: any): void;
  4261.  
  4262. function setPushController(controller: any): void;
  4263.  
  4264. function setQueryController(controller: any): void;
  4265.  
  4266. function setRESTController(controller: any): void;
  4267.  
  4268. function setSchemaController(controller: any): void;
  4269.  
  4270. function setSessionController(controller: any): void;
  4271.  
  4272. function setStorageController(controller: any): void;
  4273.  
  4274. function setUserController(controller: any): void;
  4275.  
  4276. namespace get {
  4277. const prototype: {
  4278. };
  4279.  
  4280. }
  4281.  
  4282. namespace getAnalyticsController {
  4283. const prototype: {
  4284. };
  4285.  
  4286. }
  4287.  
  4288. namespace getAsyncStorage {
  4289. const prototype: {
  4290. };
  4291.  
  4292. }
  4293.  
  4294. namespace getCloudController {
  4295. const prototype: {
  4296. };
  4297.  
  4298. }
  4299.  
  4300. namespace getConfigController {
  4301. const prototype: {
  4302. };
  4303.  
  4304. }
  4305.  
  4306. namespace getFileController {
  4307. const prototype: {
  4308. };
  4309.  
  4310. }
  4311.  
  4312. namespace getHooksController {
  4313. const prototype: {
  4314. };
  4315.  
  4316. }
  4317.  
  4318. namespace getInstallationController {
  4319. const prototype: {
  4320. };
  4321.  
  4322. }
  4323.  
  4324. namespace getLiveQueryController {
  4325. const prototype: {
  4326. };
  4327.  
  4328. }
  4329.  
  4330. namespace getLocalDatastore {
  4331. const prototype: {
  4332. };
  4333.  
  4334. }
  4335.  
  4336. namespace getLocalDatastoreController {
  4337. const prototype: {
  4338. };
  4339.  
  4340. }
  4341.  
  4342. namespace getObjectController {
  4343. const prototype: {
  4344. };
  4345.  
  4346. }
  4347.  
  4348. namespace getObjectStateController {
  4349. const prototype: {
  4350. };
  4351.  
  4352. }
  4353.  
  4354. namespace getPushController {
  4355. const prototype: {
  4356. };
  4357.  
  4358. }
  4359.  
  4360. namespace getQueryController {
  4361. const prototype: {
  4362. };
  4363.  
  4364. }
  4365.  
  4366. namespace getRESTController {
  4367. const prototype: {
  4368. };
  4369.  
  4370. }
  4371.  
  4372. namespace getSchemaController {
  4373. const prototype: {
  4374. };
  4375.  
  4376. }
  4377.  
  4378. namespace getSessionController {
  4379. const prototype: {
  4380. };
  4381.  
  4382. }
  4383.  
  4384. namespace getStorageController {
  4385. const prototype: {
  4386. };
  4387.  
  4388. }
  4389.  
  4390. namespace getUserController {
  4391. const prototype: {
  4392. };
  4393.  
  4394. }
  4395.  
  4396. namespace set {
  4397. const prototype: {
  4398. };
  4399.  
  4400. }
  4401.  
  4402. namespace setAnalyticsController {
  4403. const prototype: {
  4404. };
  4405.  
  4406. }
  4407.  
  4408. namespace setAsyncStorage {
  4409. const prototype: {
  4410. };
  4411.  
  4412. }
  4413.  
  4414. namespace setCloudController {
  4415. const prototype: {
  4416. };
  4417.  
  4418. }
  4419.  
  4420. namespace setConfigController {
  4421. const prototype: {
  4422. };
  4423.  
  4424. }
  4425.  
  4426. namespace setFileController {
  4427. const prototype: {
  4428. };
  4429.  
  4430. }
  4431.  
  4432. namespace setHooksController {
  4433. const prototype: {
  4434. };
  4435.  
  4436. }
  4437.  
  4438. namespace setInstallationController {
  4439. const prototype: {
  4440. };
  4441.  
  4442. }
  4443.  
  4444. namespace setLiveQueryController {
  4445. const prototype: {
  4446. };
  4447.  
  4448. }
  4449.  
  4450. namespace setLocalDatastore {
  4451. const prototype: {
  4452. };
  4453.  
  4454. }
  4455.  
  4456. namespace setLocalDatastoreController {
  4457. const prototype: {
  4458. };
  4459.  
  4460. }
  4461.  
  4462. namespace setObjectController {
  4463. const prototype: {
  4464. };
  4465.  
  4466. }
  4467.  
  4468. namespace setObjectStateController {
  4469. const prototype: {
  4470. };
  4471.  
  4472. }
  4473.  
  4474. namespace setPushController {
  4475. const prototype: {
  4476. };
  4477.  
  4478. }
  4479.  
  4480. namespace setQueryController {
  4481. const prototype: {
  4482. };
  4483.  
  4484. }
  4485.  
  4486. namespace setRESTController {
  4487. const prototype: {
  4488. };
  4489.  
  4490. }
  4491.  
  4492. namespace setSchemaController {
  4493. const prototype: {
  4494. };
  4495.  
  4496. }
  4497.  
  4498. namespace setSessionController {
  4499. const prototype: {
  4500. };
  4501.  
  4502. }
  4503.  
  4504. namespace setStorageController {
  4505. const prototype: {
  4506. };
  4507.  
  4508. }
  4509.  
  4510. namespace setUserController {
  4511. const prototype: {
  4512. };
  4513.  
  4514. }
  4515.  
  4516. }
  4517.  
  4518. namespace Error {
  4519. namespace prototype {
  4520. const message: string;
  4521.  
  4522. const name: string;
  4523.  
  4524. function toString(): any;
  4525.  
  4526. namespace toString {
  4527. // Too-deep object hierarchy from parse.Parse.Error.prototype.toString
  4528. const prototype: any;
  4529.  
  4530. }
  4531.  
  4532. }
  4533.  
  4534. }
  4535.  
  4536. namespace FacebookUtils {
  4537. function init(options: any): void;
  4538.  
  4539. function isLinked(user: any): any;
  4540.  
  4541. function link(user: any, permissions: any, options: any): any;
  4542.  
  4543. function logIn(permissions: any, options: any): any;
  4544.  
  4545. function unlink(user: any, options: any): any;
  4546.  
  4547. namespace init {
  4548. const prototype: {
  4549. };
  4550.  
  4551. }
  4552.  
  4553. namespace isLinked {
  4554. const prototype: {
  4555. };
  4556.  
  4557. }
  4558.  
  4559. namespace link {
  4560. const prototype: {
  4561. };
  4562.  
  4563. }
  4564.  
  4565. namespace logIn {
  4566. const prototype: {
  4567. };
  4568.  
  4569. }
  4570.  
  4571. namespace unlink {
  4572. const prototype: {
  4573. };
  4574.  
  4575. }
  4576.  
  4577. }
  4578.  
  4579. namespace File {
  4580. namespace encodeBase64 {
  4581. const prototype: {
  4582. };
  4583.  
  4584. }
  4585.  
  4586. namespace fromJSON {
  4587. const prototype: {
  4588. };
  4589.  
  4590. }
  4591.  
  4592. namespace prototype {
  4593. function equals(other: any): any;
  4594.  
  4595. function name(): any;
  4596.  
  4597. function save(options: any): any;
  4598.  
  4599. function toJSON(): any;
  4600.  
  4601. function url(options: any): any;
  4602.  
  4603. namespace equals {
  4604. // Too-deep object hierarchy from parse.Parse.File.prototype.equals
  4605. const prototype: any;
  4606.  
  4607. }
  4608.  
  4609. namespace name {
  4610. // Too-deep object hierarchy from parse.Parse.File.prototype.name
  4611. const prototype: any;
  4612.  
  4613. }
  4614.  
  4615. namespace save {
  4616. // Too-deep object hierarchy from parse.Parse.File.prototype.save
  4617. const prototype: any;
  4618.  
  4619. }
  4620.  
  4621. namespace toJSON {
  4622. // Too-deep object hierarchy from parse.Parse.File.prototype.toJSON
  4623. const prototype: any;
  4624.  
  4625. }
  4626.  
  4627. namespace url {
  4628. // Too-deep object hierarchy from parse.Parse.File.prototype.url
  4629. const prototype: any;
  4630.  
  4631. }
  4632.  
  4633. }
  4634.  
  4635. }
  4636.  
  4637. namespace GeoPoint {
  4638. namespace current {
  4639. const prototype: {
  4640. };
  4641.  
  4642. }
  4643.  
  4644. namespace prototype {
  4645. const latitude: any;
  4646.  
  4647. const longitude: any;
  4648.  
  4649. function equals(other: any): any;
  4650.  
  4651. function kilometersTo(point: any): any;
  4652.  
  4653. function milesTo(point: any): any;
  4654.  
  4655. function radiansTo(point: any): any;
  4656.  
  4657. function toJSON(): any;
  4658.  
  4659. namespace equals {
  4660. // Too-deep object hierarchy from parse.Parse.GeoPoint.prototype.equals
  4661. const prototype: any;
  4662.  
  4663. }
  4664.  
  4665. namespace kilometersTo {
  4666. // Too-deep object hierarchy from parse.Parse.GeoPoint.prototype.kilometersTo
  4667. const prototype: any;
  4668.  
  4669. }
  4670.  
  4671. namespace milesTo {
  4672. // Too-deep object hierarchy from parse.Parse.GeoPoint.prototype.milesTo
  4673. const prototype: any;
  4674.  
  4675. }
  4676.  
  4677. namespace radiansTo {
  4678. // Too-deep object hierarchy from parse.Parse.GeoPoint.prototype.radiansTo
  4679. const prototype: any;
  4680.  
  4681. }
  4682.  
  4683. namespace toJSON {
  4684. // Too-deep object hierarchy from parse.Parse.GeoPoint.prototype.toJSON
  4685. const prototype: any;
  4686.  
  4687. }
  4688.  
  4689. }
  4690.  
  4691. }
  4692.  
  4693. namespace Installation {
  4694. const className: string;
  4695.  
  4696. function createWithoutData(id: any): any;
  4697.  
  4698. function destroyAll(list: any, ...args: any[]): any;
  4699.  
  4700. function disableSingleInstance(): void;
  4701.  
  4702. function enableSingleInstance(): void;
  4703.  
  4704. function extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  4705.  
  4706. function fetchAll(list: any, ...args: any[]): any;
  4707.  
  4708. function fetchAllIfNeeded(list: any, options: any): any;
  4709.  
  4710. function fetchAllWithInclude(list: any, keys: any, options: any): any;
  4711.  
  4712. function fromJSON(json: any, override: any): any;
  4713.  
  4714. function pinAll(objects: any): any;
  4715.  
  4716. function pinAllWithName(...args: any[]): any;
  4717.  
  4718. function registerSubclass(className: any, constructor: any): void;
  4719.  
  4720. function saveAll(list: any, ...args: any[]): any;
  4721.  
  4722. function unPinAll(objects: any): any;
  4723.  
  4724. function unPinAllObjects(): any;
  4725.  
  4726. function unPinAllObjectsWithName(name: any): any;
  4727.  
  4728. function unPinAllWithName(...args: any[]): any;
  4729.  
  4730. namespace createWithoutData {
  4731. const prototype: {
  4732. };
  4733.  
  4734. }
  4735.  
  4736. namespace destroyAll {
  4737. const prototype: {
  4738. };
  4739.  
  4740. }
  4741.  
  4742. namespace disableSingleInstance {
  4743. const prototype: {
  4744. };
  4745.  
  4746. }
  4747.  
  4748. namespace enableSingleInstance {
  4749. const prototype: {
  4750. };
  4751.  
  4752. }
  4753.  
  4754. namespace extend {
  4755. const prototype: {
  4756. };
  4757.  
  4758. }
  4759.  
  4760. namespace fetchAll {
  4761. const prototype: {
  4762. };
  4763.  
  4764. }
  4765.  
  4766. namespace fetchAllIfNeeded {
  4767. const prototype: {
  4768. };
  4769.  
  4770. }
  4771.  
  4772. namespace fetchAllWithInclude {
  4773. const prototype: {
  4774. };
  4775.  
  4776. }
  4777.  
  4778. namespace fromJSON {
  4779. const prototype: {
  4780. };
  4781.  
  4782. }
  4783.  
  4784. namespace pinAll {
  4785. const prototype: {
  4786. };
  4787.  
  4788. }
  4789.  
  4790. namespace pinAllWithName {
  4791. const prototype: {
  4792. };
  4793.  
  4794. }
  4795.  
  4796. namespace prototype {
  4797. const attributes: {
  4798. };
  4799.  
  4800. const createdAt: any;
  4801.  
  4802. const updatedAt: any;
  4803.  
  4804. function add(attr: any, item: any): any;
  4805.  
  4806. function addAll(attr: any, items: any): any;
  4807.  
  4808. function addAllUnique(attr: any, items: any): any;
  4809.  
  4810. function addUnique(attr: any, item: any): any;
  4811.  
  4812. function clear(): any;
  4813.  
  4814. function clone(): any;
  4815.  
  4816. function destroy(options: any): any;
  4817.  
  4818. function dirty(attr: any): any;
  4819.  
  4820. function dirtyKeys(): any;
  4821.  
  4822. function equals(other: any): any;
  4823.  
  4824. function escape(attr: any): any;
  4825.  
  4826. function existed(): any;
  4827.  
  4828. function fetch(options: any): any;
  4829.  
  4830. function fetchFromLocalDatastore(...args: any[]): any;
  4831.  
  4832. function fetchWithInclude(keys: any, options: any): any;
  4833.  
  4834. function get(attr: any): any;
  4835.  
  4836. function getACL(): any;
  4837.  
  4838. function has(attr: any): any;
  4839.  
  4840. function increment(attr: any, amount: any): any;
  4841.  
  4842. function initialize(): void;
  4843.  
  4844. function isNew(): any;
  4845.  
  4846. function isPinned(...args: any[]): any;
  4847.  
  4848. function isValid(): any;
  4849.  
  4850. function newInstance(): any;
  4851.  
  4852. function op(attr: any): any;
  4853.  
  4854. function pin(): any;
  4855.  
  4856. function pinWithName(name: any): any;
  4857.  
  4858. function relation(attr: any): any;
  4859.  
  4860. function remove(attr: any, item: any): any;
  4861.  
  4862. function removeAll(attr: any, items: any): any;
  4863.  
  4864. function revert(...args: any[]): void;
  4865.  
  4866. function save(arg1: any, arg2: any, arg3: any): any;
  4867.  
  4868. function set(key: any, value: any, options: any): any;
  4869.  
  4870. function setACL(acl: any, options: any): any;
  4871.  
  4872. function toJSON(seen: any): any;
  4873.  
  4874. function toPointer(): any;
  4875.  
  4876. function unPin(): any;
  4877.  
  4878. function unPinWithName(name: any): any;
  4879.  
  4880. function unset(attr: any, options: any): any;
  4881.  
  4882. function validate(attrs: any): any;
  4883.  
  4884. namespace add {
  4885. // Too-deep object hierarchy from parse.Parse.Installation.prototype.add
  4886. const prototype: any;
  4887.  
  4888. }
  4889.  
  4890. namespace addAll {
  4891. // Too-deep object hierarchy from parse.Parse.Installation.prototype.addAll
  4892. const prototype: any;
  4893.  
  4894. }
  4895.  
  4896. namespace addAllUnique {
  4897. // Too-deep object hierarchy from parse.Parse.Installation.prototype.addAllUnique
  4898. const prototype: any;
  4899.  
  4900. }
  4901.  
  4902. namespace addUnique {
  4903. // Too-deep object hierarchy from parse.Parse.Installation.prototype.addUnique
  4904. const prototype: any;
  4905.  
  4906. }
  4907.  
  4908. namespace clear {
  4909. // Too-deep object hierarchy from parse.Parse.Installation.prototype.clear
  4910. const prototype: any;
  4911.  
  4912. }
  4913.  
  4914. namespace clone {
  4915. // Too-deep object hierarchy from parse.Parse.Installation.prototype.clone
  4916. const prototype: any;
  4917.  
  4918. }
  4919.  
  4920. namespace destroy {
  4921. // Too-deep object hierarchy from parse.Parse.Installation.prototype.destroy
  4922. const prototype: any;
  4923.  
  4924. }
  4925.  
  4926. namespace dirty {
  4927. // Too-deep object hierarchy from parse.Parse.Installation.prototype.dirty
  4928. const prototype: any;
  4929.  
  4930. }
  4931.  
  4932. namespace dirtyKeys {
  4933. // Too-deep object hierarchy from parse.Parse.Installation.prototype.dirtyKeys
  4934. const prototype: any;
  4935.  
  4936. }
  4937.  
  4938. namespace equals {
  4939. // Too-deep object hierarchy from parse.Parse.Installation.prototype.equals
  4940. const prototype: any;
  4941.  
  4942. }
  4943.  
  4944. namespace escape {
  4945. // Too-deep object hierarchy from parse.Parse.Installation.prototype.escape
  4946. const prototype: any;
  4947.  
  4948. }
  4949.  
  4950. namespace existed {
  4951. // Too-deep object hierarchy from parse.Parse.Installation.prototype.existed
  4952. const prototype: any;
  4953.  
  4954. }
  4955.  
  4956. namespace fetch {
  4957. // Too-deep object hierarchy from parse.Parse.Installation.prototype.fetch
  4958. const prototype: any;
  4959.  
  4960. }
  4961.  
  4962. namespace fetchFromLocalDatastore {
  4963. // Too-deep object hierarchy from parse.Parse.Installation.prototype.fetchFromLocalDatastore
  4964. const prototype: any;
  4965.  
  4966. }
  4967.  
  4968. namespace fetchWithInclude {
  4969. // Too-deep object hierarchy from parse.Parse.Installation.prototype.fetchWithInclude
  4970. const prototype: any;
  4971.  
  4972. }
  4973.  
  4974. namespace get {
  4975. // Too-deep object hierarchy from parse.Parse.Installation.prototype.get
  4976. const prototype: any;
  4977.  
  4978. }
  4979.  
  4980. namespace getACL {
  4981. // Too-deep object hierarchy from parse.Parse.Installation.prototype.getACL
  4982. const prototype: any;
  4983.  
  4984. }
  4985.  
  4986. namespace has {
  4987. // Too-deep object hierarchy from parse.Parse.Installation.prototype.has
  4988. const prototype: any;
  4989.  
  4990. }
  4991.  
  4992. namespace increment {
  4993. // Too-deep object hierarchy from parse.Parse.Installation.prototype.increment
  4994. const prototype: any;
  4995.  
  4996. }
  4997.  
  4998. namespace initialize {
  4999. // Too-deep object hierarchy from parse.Parse.Installation.prototype.initialize
  5000. const prototype: any;
  5001.  
  5002. }
  5003.  
  5004. namespace isNew {
  5005. // Too-deep object hierarchy from parse.Parse.Installation.prototype.isNew
  5006. const prototype: any;
  5007.  
  5008. }
  5009.  
  5010. namespace isPinned {
  5011. // Too-deep object hierarchy from parse.Parse.Installation.prototype.isPinned
  5012. const prototype: any;
  5013.  
  5014. }
  5015.  
  5016. namespace isValid {
  5017. // Too-deep object hierarchy from parse.Parse.Installation.prototype.isValid
  5018. const prototype: any;
  5019.  
  5020. }
  5021.  
  5022. namespace newInstance {
  5023. // Too-deep object hierarchy from parse.Parse.Installation.prototype.newInstance
  5024. const prototype: any;
  5025.  
  5026. }
  5027.  
  5028. namespace op {
  5029. // Too-deep object hierarchy from parse.Parse.Installation.prototype.op
  5030. const prototype: any;
  5031.  
  5032. }
  5033.  
  5034. namespace pin {
  5035. // Too-deep object hierarchy from parse.Parse.Installation.prototype.pin
  5036. const prototype: any;
  5037.  
  5038. }
  5039.  
  5040. namespace pinWithName {
  5041. // Too-deep object hierarchy from parse.Parse.Installation.prototype.pinWithName
  5042. const prototype: any;
  5043.  
  5044. }
  5045.  
  5046. namespace relation {
  5047. // Too-deep object hierarchy from parse.Parse.Installation.prototype.relation
  5048. const prototype: any;
  5049.  
  5050. }
  5051.  
  5052. namespace remove {
  5053. // Too-deep object hierarchy from parse.Parse.Installation.prototype.remove
  5054. const prototype: any;
  5055.  
  5056. }
  5057.  
  5058. namespace removeAll {
  5059. // Too-deep object hierarchy from parse.Parse.Installation.prototype.removeAll
  5060. const prototype: any;
  5061.  
  5062. }
  5063.  
  5064. namespace revert {
  5065. // Too-deep object hierarchy from parse.Parse.Installation.prototype.revert
  5066. const prototype: any;
  5067.  
  5068. }
  5069.  
  5070. namespace save {
  5071. // Too-deep object hierarchy from parse.Parse.Installation.prototype.save
  5072. const prototype: any;
  5073.  
  5074. }
  5075.  
  5076. namespace set {
  5077. // Too-deep object hierarchy from parse.Parse.Installation.prototype.set
  5078. const prototype: any;
  5079.  
  5080. }
  5081.  
  5082. namespace setACL {
  5083. // Too-deep object hierarchy from parse.Parse.Installation.prototype.setACL
  5084. const prototype: any;
  5085.  
  5086. }
  5087.  
  5088. namespace toJSON {
  5089. // Too-deep object hierarchy from parse.Parse.Installation.prototype.toJSON
  5090. const prototype: any;
  5091.  
  5092. }
  5093.  
  5094. namespace toPointer {
  5095. // Too-deep object hierarchy from parse.Parse.Installation.prototype.toPointer
  5096. const prototype: any;
  5097.  
  5098. }
  5099.  
  5100. namespace unPin {
  5101. // Too-deep object hierarchy from parse.Parse.Installation.prototype.unPin
  5102. const prototype: any;
  5103.  
  5104. }
  5105.  
  5106. namespace unPinWithName {
  5107. // Too-deep object hierarchy from parse.Parse.Installation.prototype.unPinWithName
  5108. const prototype: any;
  5109.  
  5110. }
  5111.  
  5112. namespace unset {
  5113. // Too-deep object hierarchy from parse.Parse.Installation.prototype.unset
  5114. const prototype: any;
  5115.  
  5116. }
  5117.  
  5118. namespace validate {
  5119. // Too-deep object hierarchy from parse.Parse.Installation.prototype.validate
  5120. const prototype: any;
  5121.  
  5122. }
  5123.  
  5124. }
  5125.  
  5126. namespace registerSubclass {
  5127. const prototype: {
  5128. };
  5129.  
  5130. }
  5131.  
  5132. namespace saveAll {
  5133. const prototype: {
  5134. };
  5135.  
  5136. }
  5137.  
  5138. namespace unPinAll {
  5139. const prototype: {
  5140. };
  5141.  
  5142. }
  5143.  
  5144. namespace unPinAllObjects {
  5145. const prototype: {
  5146. };
  5147.  
  5148. }
  5149.  
  5150. namespace unPinAllObjectsWithName {
  5151. const prototype: {
  5152. };
  5153.  
  5154. }
  5155.  
  5156. namespace unPinAllWithName {
  5157. const prototype: {
  5158. };
  5159.  
  5160. }
  5161.  
  5162. }
  5163.  
  5164. namespace LiveQuery {
  5165. function addListener(type: any, listener: any): any;
  5166.  
  5167. function close(): void;
  5168.  
  5169. function emit(type: any, args: any): any;
  5170.  
  5171. function eventNames(): any;
  5172.  
  5173. function getMaxListeners(): any;
  5174.  
  5175. function listenerCount(type: any): any;
  5176.  
  5177. function listeners(type: any): any;
  5178.  
  5179. function off(type: any, listener: any): any;
  5180.  
  5181. function on(type: any, listener: any): any;
  5182.  
  5183. function once(type: any, listener: any): any;
  5184.  
  5185. function open(): void;
  5186.  
  5187. function prependListener(type: any, listener: any): any;
  5188.  
  5189. function prependOnceListener(type: any, listener: any): any;
  5190.  
  5191. function rawListeners(type: any): any;
  5192.  
  5193. function removeAllListeners(type: any, ...args: any[]): any;
  5194.  
  5195. function removeListener(type: any, listener: any): any;
  5196.  
  5197. function setMaxListeners(n: any): any;
  5198.  
  5199. namespace addListener {
  5200. const prototype: {
  5201. };
  5202.  
  5203. }
  5204.  
  5205. namespace close {
  5206. const prototype: {
  5207. };
  5208.  
  5209. }
  5210.  
  5211. namespace emit {
  5212. const prototype: {
  5213. };
  5214.  
  5215. }
  5216.  
  5217. namespace eventNames {
  5218. const prototype: {
  5219. };
  5220.  
  5221. }
  5222.  
  5223. namespace getMaxListeners {
  5224. const prototype: {
  5225. };
  5226.  
  5227. }
  5228.  
  5229. namespace listenerCount {
  5230. const prototype: {
  5231. };
  5232.  
  5233. }
  5234.  
  5235. namespace listeners {
  5236. const prototype: {
  5237. };
  5238.  
  5239. }
  5240.  
  5241. namespace off {
  5242. const prototype: {
  5243. };
  5244.  
  5245. }
  5246.  
  5247. namespace on {
  5248. const prototype: {
  5249. };
  5250.  
  5251. }
  5252.  
  5253. namespace once {
  5254. const prototype: {
  5255. };
  5256.  
  5257. }
  5258.  
  5259. namespace open {
  5260. const prototype: {
  5261. };
  5262.  
  5263. }
  5264.  
  5265. namespace prependListener {
  5266. const prototype: {
  5267. };
  5268.  
  5269. }
  5270.  
  5271. namespace prependOnceListener {
  5272. const prototype: {
  5273. };
  5274.  
  5275. }
  5276.  
  5277. namespace rawListeners {
  5278. const prototype: {
  5279. };
  5280.  
  5281. }
  5282.  
  5283. namespace removeAllListeners {
  5284. const prototype: {
  5285. };
  5286.  
  5287. }
  5288.  
  5289. namespace removeListener {
  5290. const prototype: {
  5291. };
  5292.  
  5293. }
  5294.  
  5295. namespace setMaxListeners {
  5296. const prototype: {
  5297. };
  5298.  
  5299. }
  5300.  
  5301. }
  5302.  
  5303. namespace LiveQueryClient {
  5304. class EventEmitter {
  5305. constructor();
  5306.  
  5307. addListener(type: any, listener: any): any;
  5308.  
  5309. emit(type: any, args: any): any;
  5310.  
  5311. eventNames(): any;
  5312.  
  5313. getMaxListeners(): any;
  5314.  
  5315. listenerCount(type: any): any;
  5316.  
  5317. listeners(type: any): any;
  5318.  
  5319. off(type: any, listener: any): any;
  5320.  
  5321. on(type: any, listener: any): any;
  5322.  
  5323. once(type: any, listener: any): any;
  5324.  
  5325. prependListener(type: any, listener: any): any;
  5326.  
  5327. prependOnceListener(type: any, listener: any): any;
  5328.  
  5329. rawListeners(type: any): any;
  5330.  
  5331. removeAllListeners(type: any, ...args: any[]): any;
  5332.  
  5333. removeListener(type: any, listener: any): any;
  5334.  
  5335. setMaxListeners(n: any): any;
  5336.  
  5337. static EventEmitter: any;
  5338.  
  5339. static defaultMaxListeners: number;
  5340.  
  5341. static init(): void;
  5342.  
  5343. static listenerCount(emitter: any, type: any): any;
  5344.  
  5345. static usingDomains: boolean;
  5346.  
  5347. }
  5348.  
  5349. namespace EventEmitter {
  5350. namespace init {
  5351. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.init
  5352. const prototype: any;
  5353.  
  5354. }
  5355.  
  5356. namespace listenerCount {
  5357. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.listenerCount
  5358. const prototype: any;
  5359.  
  5360. }
  5361.  
  5362. namespace prototype {
  5363. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5364. const addListener: any;
  5365.  
  5366. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5367. const emit: any;
  5368.  
  5369. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5370. const eventNames: any;
  5371.  
  5372. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5373. const getMaxListeners: any;
  5374.  
  5375. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5376. const listenerCount: any;
  5377.  
  5378. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5379. const listeners: any;
  5380.  
  5381. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5382. const off: any;
  5383.  
  5384. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5385. const on: any;
  5386.  
  5387. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5388. const once: any;
  5389.  
  5390. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5391. const prependListener: any;
  5392.  
  5393. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5394. const prependOnceListener: any;
  5395.  
  5396. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5397. const rawListeners: any;
  5398.  
  5399. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5400. const removeAllListeners: any;
  5401.  
  5402. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5403. const removeListener: any;
  5404.  
  5405. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.EventEmitter.prototype
  5406. const setMaxListeners: any;
  5407.  
  5408. }
  5409.  
  5410. }
  5411.  
  5412. namespace init {
  5413. const prototype: {
  5414. };
  5415.  
  5416. }
  5417.  
  5418. namespace listenerCount {
  5419. const prototype: {
  5420. };
  5421.  
  5422. }
  5423.  
  5424. namespace prototype {
  5425. function addListener(type: any, listener: any): any;
  5426.  
  5427. function close(): void;
  5428.  
  5429. function emit(type: any, args: any): any;
  5430.  
  5431. function eventNames(): any;
  5432.  
  5433. function getMaxListeners(): any;
  5434.  
  5435. function listenerCount(type: any): any;
  5436.  
  5437. function listeners(type: any): any;
  5438.  
  5439. function off(type: any, listener: any): any;
  5440.  
  5441. function on(type: any, listener: any): any;
  5442.  
  5443. function once(type: any, listener: any): any;
  5444.  
  5445. function open(): void;
  5446.  
  5447. function prependListener(type: any, listener: any): any;
  5448.  
  5449. function prependOnceListener(type: any, listener: any): any;
  5450.  
  5451. function rawListeners(type: any): any;
  5452.  
  5453. function removeAllListeners(type: any, ...args: any[]): any;
  5454.  
  5455. function removeListener(type: any, listener: any): any;
  5456.  
  5457. function resubscribe(): void;
  5458.  
  5459. function setMaxListeners(n: any): any;
  5460.  
  5461. function shouldOpen(): any;
  5462.  
  5463. function subscribe(query: any, sessionToken: any): any;
  5464.  
  5465. function unsubscribe(subscription: any): void;
  5466.  
  5467. namespace addListener {
  5468. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.addListener
  5469. const prototype: any;
  5470.  
  5471. }
  5472.  
  5473. namespace close {
  5474. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.close
  5475. const prototype: any;
  5476.  
  5477. }
  5478.  
  5479. namespace emit {
  5480. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.emit
  5481. const prototype: any;
  5482.  
  5483. }
  5484.  
  5485. namespace eventNames {
  5486. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.eventNames
  5487. const prototype: any;
  5488.  
  5489. }
  5490.  
  5491. namespace getMaxListeners {
  5492. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.getMaxListeners
  5493. const prototype: any;
  5494.  
  5495. }
  5496.  
  5497. namespace listenerCount {
  5498. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.listenerCount
  5499. const prototype: any;
  5500.  
  5501. }
  5502.  
  5503. namespace listeners {
  5504. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.listeners
  5505. const prototype: any;
  5506.  
  5507. }
  5508.  
  5509. namespace off {
  5510. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.off
  5511. const prototype: any;
  5512.  
  5513. }
  5514.  
  5515. namespace on {
  5516. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.on
  5517. const prototype: any;
  5518.  
  5519. }
  5520.  
  5521. namespace once {
  5522. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.once
  5523. const prototype: any;
  5524.  
  5525. }
  5526.  
  5527. namespace open {
  5528. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.open
  5529. const prototype: any;
  5530.  
  5531. }
  5532.  
  5533. namespace prependListener {
  5534. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.prependListener
  5535. const prototype: any;
  5536.  
  5537. }
  5538.  
  5539. namespace prependOnceListener {
  5540. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.prependOnceListener
  5541. const prototype: any;
  5542.  
  5543. }
  5544.  
  5545. namespace rawListeners {
  5546. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.rawListeners
  5547. const prototype: any;
  5548.  
  5549. }
  5550.  
  5551. namespace removeAllListeners {
  5552. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.removeAllListeners
  5553. const prototype: any;
  5554.  
  5555. }
  5556.  
  5557. namespace removeListener {
  5558. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.removeListener
  5559. const prototype: any;
  5560.  
  5561. }
  5562.  
  5563. namespace resubscribe {
  5564. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.resubscribe
  5565. const prototype: any;
  5566.  
  5567. }
  5568.  
  5569. namespace setMaxListeners {
  5570. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.setMaxListeners
  5571. const prototype: any;
  5572.  
  5573. }
  5574.  
  5575. namespace shouldOpen {
  5576. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.shouldOpen
  5577. const prototype: any;
  5578.  
  5579. }
  5580.  
  5581. namespace subscribe {
  5582. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.subscribe
  5583. const prototype: any;
  5584.  
  5585. }
  5586.  
  5587. namespace unsubscribe {
  5588. // Too-deep object hierarchy from parse.Parse.LiveQueryClient.prototype.unsubscribe
  5589. const prototype: any;
  5590.  
  5591. }
  5592.  
  5593. }
  5594.  
  5595. }
  5596.  
  5597. namespace LocalDatastore {
  5598. const DEFAULT_PIN: string;
  5599.  
  5600. const PIN_PREFIX: string;
  5601.  
  5602. const isEnabled: boolean;
  5603.  
  5604. function checkIfEnabled(): any;
  5605.  
  5606. function fromPinWithName(name: any): any;
  5607.  
  5608. function getKeyForObject(object: any): any;
  5609.  
  5610. function getPinName(pinName: any): any;
  5611.  
  5612. function pinWithName(name: any, value: any): any;
  5613.  
  5614. function unPinWithName(name: any): any;
  5615.  
  5616. namespace checkIfEnabled {
  5617. const prototype: {
  5618. };
  5619.  
  5620. }
  5621.  
  5622. namespace fromPinWithName {
  5623. const prototype: {
  5624. };
  5625.  
  5626. }
  5627.  
  5628. namespace getKeyForObject {
  5629. const prototype: {
  5630. };
  5631.  
  5632. }
  5633.  
  5634. namespace getPinName {
  5635. const prototype: {
  5636. };
  5637.  
  5638. }
  5639.  
  5640. namespace pinWithName {
  5641. const prototype: {
  5642. };
  5643.  
  5644. }
  5645.  
  5646. namespace unPinWithName {
  5647. const prototype: {
  5648. };
  5649.  
  5650. }
  5651.  
  5652. }
  5653.  
  5654. namespace Object {
  5655. namespace createWithoutData {
  5656. const prototype: {
  5657. };
  5658.  
  5659. }
  5660.  
  5661. namespace destroyAll {
  5662. const prototype: {
  5663. };
  5664.  
  5665. }
  5666.  
  5667. namespace disableSingleInstance {
  5668. const prototype: {
  5669. };
  5670.  
  5671. }
  5672.  
  5673. namespace enableSingleInstance {
  5674. const prototype: {
  5675. };
  5676.  
  5677. }
  5678.  
  5679. namespace extend {
  5680. const prototype: {
  5681. };
  5682.  
  5683. }
  5684.  
  5685. namespace fetchAll {
  5686. const prototype: {
  5687. };
  5688.  
  5689. }
  5690.  
  5691. namespace fetchAllIfNeeded {
  5692. const prototype: {
  5693. };
  5694.  
  5695. }
  5696.  
  5697. namespace fetchAllWithInclude {
  5698. const prototype: {
  5699. };
  5700.  
  5701. }
  5702.  
  5703. namespace fromJSON {
  5704. const prototype: {
  5705. };
  5706.  
  5707. }
  5708.  
  5709. namespace pinAll {
  5710. const prototype: {
  5711. };
  5712.  
  5713. }
  5714.  
  5715. namespace pinAllWithName {
  5716. const prototype: {
  5717. };
  5718.  
  5719. }
  5720.  
  5721. namespace prototype {
  5722. const attributes: {
  5723. };
  5724.  
  5725. const createdAt: any;
  5726.  
  5727. const updatedAt: any;
  5728.  
  5729. function add(attr: any, item: any): any;
  5730.  
  5731. function addAll(attr: any, items: any): any;
  5732.  
  5733. function addAllUnique(attr: any, items: any): any;
  5734.  
  5735. function addUnique(attr: any, item: any): any;
  5736.  
  5737. function clear(): any;
  5738.  
  5739. function clone(): any;
  5740.  
  5741. function destroy(options: any): any;
  5742.  
  5743. function dirty(attr: any): any;
  5744.  
  5745. function dirtyKeys(): any;
  5746.  
  5747. function equals(other: any): any;
  5748.  
  5749. function escape(attr: any): any;
  5750.  
  5751. function existed(): any;
  5752.  
  5753. function fetch(options: any): any;
  5754.  
  5755. function fetchFromLocalDatastore(...args: any[]): any;
  5756.  
  5757. function fetchWithInclude(keys: any, options: any): any;
  5758.  
  5759. function get(attr: any): any;
  5760.  
  5761. function getACL(): any;
  5762.  
  5763. function has(attr: any): any;
  5764.  
  5765. function increment(attr: any, amount: any): any;
  5766.  
  5767. function initialize(): void;
  5768.  
  5769. function isNew(): any;
  5770.  
  5771. function isPinned(...args: any[]): any;
  5772.  
  5773. function isValid(): any;
  5774.  
  5775. function newInstance(): any;
  5776.  
  5777. function op(attr: any): any;
  5778.  
  5779. function pin(): any;
  5780.  
  5781. function pinWithName(name: any): any;
  5782.  
  5783. function relation(attr: any): any;
  5784.  
  5785. function remove(attr: any, item: any): any;
  5786.  
  5787. function removeAll(attr: any, items: any): any;
  5788.  
  5789. function revert(...args: any[]): void;
  5790.  
  5791. function save(arg1: any, arg2: any, arg3: any): any;
  5792.  
  5793. function set(key: any, value: any, options: any): any;
  5794.  
  5795. function setACL(acl: any, options: any): any;
  5796.  
  5797. function toJSON(seen: any): any;
  5798.  
  5799. function toPointer(): any;
  5800.  
  5801. function unPin(): any;
  5802.  
  5803. function unPinWithName(name: any): any;
  5804.  
  5805. function unset(attr: any, options: any): any;
  5806.  
  5807. function validate(attrs: any): any;
  5808.  
  5809. namespace add {
  5810. // Too-deep object hierarchy from parse.Parse.Object.prototype.add
  5811. const prototype: any;
  5812.  
  5813. }
  5814.  
  5815. namespace addAll {
  5816. // Too-deep object hierarchy from parse.Parse.Object.prototype.addAll
  5817. const prototype: any;
  5818.  
  5819. }
  5820.  
  5821. namespace addAllUnique {
  5822. // Too-deep object hierarchy from parse.Parse.Object.prototype.addAllUnique
  5823. const prototype: any;
  5824.  
  5825. }
  5826.  
  5827. namespace addUnique {
  5828. // Too-deep object hierarchy from parse.Parse.Object.prototype.addUnique
  5829. const prototype: any;
  5830.  
  5831. }
  5832.  
  5833. namespace clear {
  5834. // Too-deep object hierarchy from parse.Parse.Object.prototype.clear
  5835. const prototype: any;
  5836.  
  5837. }
  5838.  
  5839. namespace clone {
  5840. // Too-deep object hierarchy from parse.Parse.Object.prototype.clone
  5841. const prototype: any;
  5842.  
  5843. }
  5844.  
  5845. namespace destroy {
  5846. // Too-deep object hierarchy from parse.Parse.Object.prototype.destroy
  5847. const prototype: any;
  5848.  
  5849. }
  5850.  
  5851. namespace dirty {
  5852. // Too-deep object hierarchy from parse.Parse.Object.prototype.dirty
  5853. const prototype: any;
  5854.  
  5855. }
  5856.  
  5857. namespace dirtyKeys {
  5858. // Too-deep object hierarchy from parse.Parse.Object.prototype.dirtyKeys
  5859. const prototype: any;
  5860.  
  5861. }
  5862.  
  5863. namespace equals {
  5864. // Too-deep object hierarchy from parse.Parse.Object.prototype.equals
  5865. const prototype: any;
  5866.  
  5867. }
  5868.  
  5869. namespace escape {
  5870. // Too-deep object hierarchy from parse.Parse.Object.prototype.escape
  5871. const prototype: any;
  5872.  
  5873. }
  5874.  
  5875. namespace existed {
  5876. // Too-deep object hierarchy from parse.Parse.Object.prototype.existed
  5877. const prototype: any;
  5878.  
  5879. }
  5880.  
  5881. namespace fetch {
  5882. // Too-deep object hierarchy from parse.Parse.Object.prototype.fetch
  5883. const prototype: any;
  5884.  
  5885. }
  5886.  
  5887. namespace fetchFromLocalDatastore {
  5888. // Too-deep object hierarchy from parse.Parse.Object.prototype.fetchFromLocalDatastore
  5889. const prototype: any;
  5890.  
  5891. }
  5892.  
  5893. namespace fetchWithInclude {
  5894. // Too-deep object hierarchy from parse.Parse.Object.prototype.fetchWithInclude
  5895. const prototype: any;
  5896.  
  5897. }
  5898.  
  5899. namespace get {
  5900. // Too-deep object hierarchy from parse.Parse.Object.prototype.get
  5901. const prototype: any;
  5902.  
  5903. }
  5904.  
  5905. namespace getACL {
  5906. // Too-deep object hierarchy from parse.Parse.Object.prototype.getACL
  5907. const prototype: any;
  5908.  
  5909. }
  5910.  
  5911. namespace has {
  5912. // Too-deep object hierarchy from parse.Parse.Object.prototype.has
  5913. const prototype: any;
  5914.  
  5915. }
  5916.  
  5917. namespace increment {
  5918. // Too-deep object hierarchy from parse.Parse.Object.prototype.increment
  5919. const prototype: any;
  5920.  
  5921. }
  5922.  
  5923. namespace initialize {
  5924. // Too-deep object hierarchy from parse.Parse.Object.prototype.initialize
  5925. const prototype: any;
  5926.  
  5927. }
  5928.  
  5929. namespace isNew {
  5930. // Too-deep object hierarchy from parse.Parse.Object.prototype.isNew
  5931. const prototype: any;
  5932.  
  5933. }
  5934.  
  5935. namespace isPinned {
  5936. // Too-deep object hierarchy from parse.Parse.Object.prototype.isPinned
  5937. const prototype: any;
  5938.  
  5939. }
  5940.  
  5941. namespace isValid {
  5942. // Too-deep object hierarchy from parse.Parse.Object.prototype.isValid
  5943. const prototype: any;
  5944.  
  5945. }
  5946.  
  5947. namespace newInstance {
  5948. // Too-deep object hierarchy from parse.Parse.Object.prototype.newInstance
  5949. const prototype: any;
  5950.  
  5951. }
  5952.  
  5953. namespace op {
  5954. // Too-deep object hierarchy from parse.Parse.Object.prototype.op
  5955. const prototype: any;
  5956.  
  5957. }
  5958.  
  5959. namespace pin {
  5960. // Too-deep object hierarchy from parse.Parse.Object.prototype.pin
  5961. const prototype: any;
  5962.  
  5963. }
  5964.  
  5965. namespace pinWithName {
  5966. // Too-deep object hierarchy from parse.Parse.Object.prototype.pinWithName
  5967. const prototype: any;
  5968.  
  5969. }
  5970.  
  5971. namespace relation {
  5972. // Too-deep object hierarchy from parse.Parse.Object.prototype.relation
  5973. const prototype: any;
  5974.  
  5975. }
  5976.  
  5977. namespace remove {
  5978. // Too-deep object hierarchy from parse.Parse.Object.prototype.remove
  5979. const prototype: any;
  5980.  
  5981. }
  5982.  
  5983. namespace removeAll {
  5984. // Too-deep object hierarchy from parse.Parse.Object.prototype.removeAll
  5985. const prototype: any;
  5986.  
  5987. }
  5988.  
  5989. namespace revert {
  5990. // Too-deep object hierarchy from parse.Parse.Object.prototype.revert
  5991. const prototype: any;
  5992.  
  5993. }
  5994.  
  5995. namespace save {
  5996. // Too-deep object hierarchy from parse.Parse.Object.prototype.save
  5997. const prototype: any;
  5998.  
  5999. }
  6000.  
  6001. namespace set {
  6002. // Too-deep object hierarchy from parse.Parse.Object.prototype.set
  6003. const prototype: any;
  6004.  
  6005. }
  6006.  
  6007. namespace setACL {
  6008. // Too-deep object hierarchy from parse.Parse.Object.prototype.setACL
  6009. const prototype: any;
  6010.  
  6011. }
  6012.  
  6013. namespace toJSON {
  6014. // Too-deep object hierarchy from parse.Parse.Object.prototype.toJSON
  6015. const prototype: any;
  6016.  
  6017. }
  6018.  
  6019. namespace toPointer {
  6020. // Too-deep object hierarchy from parse.Parse.Object.prototype.toPointer
  6021. const prototype: any;
  6022.  
  6023. }
  6024.  
  6025. namespace unPin {
  6026. // Too-deep object hierarchy from parse.Parse.Object.prototype.unPin
  6027. const prototype: any;
  6028.  
  6029. }
  6030.  
  6031. namespace unPinWithName {
  6032. // Too-deep object hierarchy from parse.Parse.Object.prototype.unPinWithName
  6033. const prototype: any;
  6034.  
  6035. }
  6036.  
  6037. namespace unset {
  6038. // Too-deep object hierarchy from parse.Parse.Object.prototype.unset
  6039. const prototype: any;
  6040.  
  6041. }
  6042.  
  6043. namespace validate {
  6044. // Too-deep object hierarchy from parse.Parse.Object.prototype.validate
  6045. const prototype: any;
  6046.  
  6047. }
  6048.  
  6049. }
  6050.  
  6051. namespace registerSubclass {
  6052. const prototype: {
  6053. };
  6054.  
  6055. }
  6056.  
  6057. namespace saveAll {
  6058. const prototype: {
  6059. };
  6060.  
  6061. }
  6062.  
  6063. namespace unPinAll {
  6064. const prototype: {
  6065. };
  6066.  
  6067. }
  6068.  
  6069. namespace unPinAllObjects {
  6070. const prototype: {
  6071. };
  6072.  
  6073. }
  6074.  
  6075. namespace unPinAllObjectsWithName {
  6076. const prototype: {
  6077. };
  6078.  
  6079. }
  6080.  
  6081. namespace unPinAllWithName {
  6082. const prototype: {
  6083. };
  6084.  
  6085. }
  6086.  
  6087. }
  6088.  
  6089. namespace Op {
  6090. class Add {
  6091. constructor(value: any);
  6092.  
  6093. applyTo(value: any): any;
  6094.  
  6095. mergeWith(previous: any): any;
  6096.  
  6097. toJSON(): any;
  6098.  
  6099. }
  6100.  
  6101. class AddUnique {
  6102. constructor(value: any);
  6103.  
  6104. applyTo(value: any): any;
  6105.  
  6106. mergeWith(previous: any): any;
  6107.  
  6108. toJSON(): any;
  6109.  
  6110. }
  6111.  
  6112. class Increment {
  6113. constructor(amount: any);
  6114.  
  6115. applyTo(value: any): any;
  6116.  
  6117. mergeWith(previous: any): any;
  6118.  
  6119. toJSON(): any;
  6120.  
  6121. }
  6122.  
  6123. class Relation {
  6124. constructor(adds: any, removes: any);
  6125.  
  6126. applyTo(value: any, object: any, key: any): any;
  6127.  
  6128. mergeWith(previous: any): any;
  6129.  
  6130. toJSON(): any;
  6131.  
  6132. }
  6133.  
  6134. class Remove {
  6135. constructor(value: any);
  6136.  
  6137. applyTo(value: any): any;
  6138.  
  6139. mergeWith(previous: any): any;
  6140.  
  6141. toJSON(): any;
  6142.  
  6143. }
  6144.  
  6145. class Set {
  6146. constructor(value: any);
  6147.  
  6148. applyTo(): any;
  6149.  
  6150. mergeWith(): any;
  6151.  
  6152. toJSON(): any;
  6153.  
  6154. }
  6155.  
  6156. class Unset {
  6157. constructor(...args: any[]);
  6158.  
  6159. applyTo(): any;
  6160.  
  6161. mergeWith(): any;
  6162.  
  6163. toJSON(): any;
  6164.  
  6165. }
  6166.  
  6167. namespace Add {
  6168. namespace prototype {
  6169. // Too-deep object hierarchy from parse.Parse.Op.Add.prototype
  6170. const applyTo: any;
  6171.  
  6172. // Too-deep object hierarchy from parse.Parse.Op.Add.prototype
  6173. const mergeWith: any;
  6174.  
  6175. // Too-deep object hierarchy from parse.Parse.Op.Add.prototype
  6176. const toJSON: any;
  6177.  
  6178. }
  6179.  
  6180. }
  6181.  
  6182. namespace AddUnique {
  6183. namespace prototype {
  6184. // Too-deep object hierarchy from parse.Parse.Op.AddUnique.prototype
  6185. const applyTo: any;
  6186.  
  6187. // Too-deep object hierarchy from parse.Parse.Op.AddUnique.prototype
  6188. const mergeWith: any;
  6189.  
  6190. // Too-deep object hierarchy from parse.Parse.Op.AddUnique.prototype
  6191. const toJSON: any;
  6192.  
  6193. }
  6194.  
  6195. }
  6196.  
  6197. namespace Increment {
  6198. namespace prototype {
  6199. // Too-deep object hierarchy from parse.Parse.Op.Increment.prototype
  6200. const applyTo: any;
  6201.  
  6202. // Too-deep object hierarchy from parse.Parse.Op.Increment.prototype
  6203. const mergeWith: any;
  6204.  
  6205. // Too-deep object hierarchy from parse.Parse.Op.Increment.prototype
  6206. const toJSON: any;
  6207.  
  6208. }
  6209.  
  6210. }
  6211.  
  6212. namespace Relation {
  6213. namespace prototype {
  6214. // Too-deep object hierarchy from parse.Parse.Op.Relation.prototype
  6215. const applyTo: any;
  6216.  
  6217. // Too-deep object hierarchy from parse.Parse.Op.Relation.prototype
  6218. const mergeWith: any;
  6219.  
  6220. // Too-deep object hierarchy from parse.Parse.Op.Relation.prototype
  6221. const toJSON: any;
  6222.  
  6223. }
  6224.  
  6225. }
  6226.  
  6227. namespace Remove {
  6228. namespace prototype {
  6229. // Too-deep object hierarchy from parse.Parse.Op.Remove.prototype
  6230. const applyTo: any;
  6231.  
  6232. // Too-deep object hierarchy from parse.Parse.Op.Remove.prototype
  6233. const mergeWith: any;
  6234.  
  6235. // Too-deep object hierarchy from parse.Parse.Op.Remove.prototype
  6236. const toJSON: any;
  6237.  
  6238. }
  6239.  
  6240. }
  6241.  
  6242. namespace Set {
  6243. namespace prototype {
  6244. // Too-deep object hierarchy from parse.Parse.Op.Set.prototype
  6245. const applyTo: any;
  6246.  
  6247. // Too-deep object hierarchy from parse.Parse.Op.Set.prototype
  6248. const mergeWith: any;
  6249.  
  6250. // Too-deep object hierarchy from parse.Parse.Op.Set.prototype
  6251. const toJSON: any;
  6252.  
  6253. }
  6254.  
  6255. }
  6256.  
  6257. namespace Unset {
  6258. namespace prototype {
  6259. // Too-deep object hierarchy from parse.Parse.Op.Unset.prototype
  6260. const applyTo: any;
  6261.  
  6262. // Too-deep object hierarchy from parse.Parse.Op.Unset.prototype
  6263. const mergeWith: any;
  6264.  
  6265. // Too-deep object hierarchy from parse.Parse.Op.Unset.prototype
  6266. const toJSON: any;
  6267.  
  6268. }
  6269.  
  6270. }
  6271.  
  6272. }
  6273.  
  6274. namespace Parse {
  6275. class ACL {
  6276. constructor(arg1: any);
  6277.  
  6278. equals(other: any): any;
  6279.  
  6280. getPublicReadAccess(): any;
  6281.  
  6282. getPublicWriteAccess(): any;
  6283.  
  6284. getReadAccess(userId: any): any;
  6285.  
  6286. getRoleReadAccess(role: any): any;
  6287.  
  6288. getRoleWriteAccess(role: any): any;
  6289.  
  6290. getWriteAccess(userId: any): any;
  6291.  
  6292. setPublicReadAccess(allowed: any): void;
  6293.  
  6294. setPublicWriteAccess(allowed: any): void;
  6295.  
  6296. setReadAccess(userId: any, allowed: any): void;
  6297.  
  6298. setRoleReadAccess(role: any, allowed: any): void;
  6299.  
  6300. setRoleWriteAccess(role: any, allowed: any): void;
  6301.  
  6302. setWriteAccess(userId: any, allowed: any): void;
  6303.  
  6304. toJSON(): any;
  6305.  
  6306. }
  6307.  
  6308. class Config {
  6309. constructor();
  6310.  
  6311. escape(attr: any): any;
  6312.  
  6313. get(attr: any): any;
  6314.  
  6315. static current(): any;
  6316.  
  6317. static get(): any;
  6318.  
  6319. static save(attrs: any): any;
  6320.  
  6321. }
  6322.  
  6323. class Error {
  6324. constructor(code: any, message: any);
  6325.  
  6326. toString(): any;
  6327.  
  6328. static ACCOUNT_ALREADY_LINKED: number;
  6329.  
  6330. static AGGREGATE_ERROR: number;
  6331.  
  6332. static CACHE_MISS: number;
  6333.  
  6334. static COMMAND_UNAVAILABLE: number;
  6335.  
  6336. static CONNECTION_FAILED: number;
  6337.  
  6338. static DUPLICATE_VALUE: number;
  6339.  
  6340. static EMAIL_MISSING: number;
  6341.  
  6342. static EMAIL_NOT_FOUND: number;
  6343.  
  6344. static EMAIL_TAKEN: number;
  6345.  
  6346. static EXCEEDED_QUOTA: number;
  6347.  
  6348. static FILE_DELETE_ERROR: number;
  6349.  
  6350. static FILE_READ_ERROR: number;
  6351.  
  6352. static FILE_SAVE_ERROR: number;
  6353.  
  6354. static FILE_TOO_LARGE: number;
  6355.  
  6356. static INCORRECT_TYPE: number;
  6357.  
  6358. static INTERNAL_SERVER_ERROR: number;
  6359.  
  6360. static INVALID_ACL: number;
  6361.  
  6362. static INVALID_CHANNEL_NAME: number;
  6363.  
  6364. static INVALID_CLASS_NAME: number;
  6365.  
  6366. static INVALID_CONTENT_LENGTH: number;
  6367.  
  6368. static INVALID_EMAIL_ADDRESS: number;
  6369.  
  6370. static INVALID_EVENT_NAME: number;
  6371.  
  6372. static INVALID_FILE_NAME: number;
  6373.  
  6374. static INVALID_IMAGE_DATA: number;
  6375.  
  6376. static INVALID_JSON: number;
  6377.  
  6378. static INVALID_KEY_NAME: number;
  6379.  
  6380. static INVALID_LINKED_SESSION: number;
  6381.  
  6382. static INVALID_NESTED_KEY: number;
  6383.  
  6384. static INVALID_POINTER: number;
  6385.  
  6386. static INVALID_PUSH_TIME_ERROR: number;
  6387.  
  6388. static INVALID_QUERY: number;
  6389.  
  6390. static INVALID_ROLE_NAME: number;
  6391.  
  6392. static INVALID_SCHEMA_OPERATION: number;
  6393.  
  6394. static INVALID_SESSION_TOKEN: number;
  6395.  
  6396. static LINKED_ID_MISSING: number;
  6397.  
  6398. static MISSING_CONTENT_LENGTH: number;
  6399.  
  6400. static MISSING_CONTENT_TYPE: number;
  6401.  
  6402. static MISSING_OBJECT_ID: number;
  6403.  
  6404. static MUST_CREATE_USER_THROUGH_SIGNUP: number;
  6405.  
  6406. static NOT_INITIALIZED: number;
  6407.  
  6408. static OBJECT_NOT_FOUND: number;
  6409.  
  6410. static OBJECT_TOO_LARGE: number;
  6411.  
  6412. static OPERATION_FORBIDDEN: number;
  6413.  
  6414. static OTHER_CAUSE: number;
  6415.  
  6416. static PASSWORD_MISSING: number;
  6417.  
  6418. static PUSH_MISCONFIGURED: number;
  6419.  
  6420. static REQUEST_LIMIT_EXCEEDED: number;
  6421.  
  6422. static SCRIPT_FAILED: number;
  6423.  
  6424. static SESSION_MISSING: number;
  6425.  
  6426. static TIMEOUT: number;
  6427.  
  6428. static UNSAVED_FILE_ERROR: number;
  6429.  
  6430. static UNSUPPORTED_SERVICE: number;
  6431.  
  6432. static USERNAME_MISSING: number;
  6433.  
  6434. static USERNAME_TAKEN: number;
  6435.  
  6436. static VALIDATION_ERROR: number;
  6437.  
  6438. static X_DOMAIN_REQUEST: number;
  6439.  
  6440. static captureStackTrace(p0: any, p1: any): any;
  6441.  
  6442. static stackTraceLimit: number;
  6443.  
  6444. }
  6445.  
  6446. class File {
  6447. constructor(name: any, data: any, type: any);
  6448.  
  6449. equals(other: any): any;
  6450.  
  6451. name(): any;
  6452.  
  6453. save(options: any): any;
  6454.  
  6455. toJSON(): any;
  6456.  
  6457. url(options: any): any;
  6458.  
  6459. static encodeBase64(bytes: any): any;
  6460.  
  6461. static fromJSON(obj: any): any;
  6462.  
  6463. }
  6464.  
  6465. class GeoPoint {
  6466. constructor(arg1: any, arg2: any);
  6467.  
  6468. equals(other: any): any;
  6469.  
  6470. kilometersTo(point: any): any;
  6471.  
  6472. milesTo(point: any): any;
  6473.  
  6474. radiansTo(point: any): any;
  6475.  
  6476. toJSON(): any;
  6477.  
  6478. static current(): any;
  6479.  
  6480. }
  6481.  
  6482. class LiveQueryClient {
  6483. constructor(_ref: any);
  6484.  
  6485. close(): void;
  6486.  
  6487. open(): void;
  6488.  
  6489. resubscribe(): void;
  6490.  
  6491. shouldOpen(): any;
  6492.  
  6493. subscribe(query: any, sessionToken: any): any;
  6494.  
  6495. unsubscribe(subscription: any): void;
  6496.  
  6497. static defaultMaxListeners: number;
  6498.  
  6499. static init(): void;
  6500.  
  6501. static listenerCount(emitter: any, type: any): any;
  6502.  
  6503. static usingDomains: boolean;
  6504.  
  6505. }
  6506.  
  6507. class Object {
  6508. constructor(className: any, attributes: any, options: any, ...args: any[]);
  6509.  
  6510. add(attr: any, item: any): any;
  6511.  
  6512. addAll(attr: any, items: any): any;
  6513.  
  6514. addAllUnique(attr: any, items: any): any;
  6515.  
  6516. addUnique(attr: any, item: any): any;
  6517.  
  6518. clear(): any;
  6519.  
  6520. clone(): any;
  6521.  
  6522. destroy(options: any): any;
  6523.  
  6524. dirty(attr: any): any;
  6525.  
  6526. dirtyKeys(): any;
  6527.  
  6528. equals(other: any): any;
  6529.  
  6530. escape(attr: any): any;
  6531.  
  6532. existed(): any;
  6533.  
  6534. fetch(options: any): any;
  6535.  
  6536. fetchFromLocalDatastore(...args: any[]): any;
  6537.  
  6538. fetchWithInclude(keys: any, options: any): any;
  6539.  
  6540. get(attr: any): any;
  6541.  
  6542. getACL(): any;
  6543.  
  6544. has(attr: any): any;
  6545.  
  6546. increment(attr: any, amount: any): any;
  6547.  
  6548. initialize(): void;
  6549.  
  6550. isNew(): any;
  6551.  
  6552. isPinned(...args: any[]): any;
  6553.  
  6554. isValid(): any;
  6555.  
  6556. newInstance(): any;
  6557.  
  6558. op(attr: any): any;
  6559.  
  6560. pin(): any;
  6561.  
  6562. pinWithName(name: any): any;
  6563.  
  6564. relation(attr: any): any;
  6565.  
  6566. remove(attr: any, item: any): any;
  6567.  
  6568. removeAll(attr: any, items: any): any;
  6569.  
  6570. revert(...args: any[]): void;
  6571.  
  6572. save(arg1: any, arg2: any, arg3: any): any;
  6573.  
  6574. set(key: any, value: any, options: any): any;
  6575.  
  6576. setACL(acl: any, options: any): any;
  6577.  
  6578. toJSON(seen: any): any;
  6579.  
  6580. toPointer(): any;
  6581.  
  6582. unPin(): any;
  6583.  
  6584. unPinWithName(name: any): any;
  6585.  
  6586. unset(attr: any, options: any): any;
  6587.  
  6588. validate(attrs: any): any;
  6589.  
  6590. static createWithoutData(id: any): any;
  6591.  
  6592. static destroyAll(list: any, ...args: any[]): any;
  6593.  
  6594. static disableSingleInstance(): void;
  6595.  
  6596. static enableSingleInstance(): void;
  6597.  
  6598. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  6599.  
  6600. static fetchAll(list: any, ...args: any[]): any;
  6601.  
  6602. static fetchAllIfNeeded(list: any, options: any): any;
  6603.  
  6604. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  6605.  
  6606. static fromJSON(json: any, override: any): any;
  6607.  
  6608. static pinAll(objects: any): any;
  6609.  
  6610. static pinAllWithName(...args: any[]): any;
  6611.  
  6612. static registerSubclass(className: any, constructor: any): void;
  6613.  
  6614. static saveAll(list: any, ...args: any[]): any;
  6615.  
  6616. static unPinAll(objects: any): any;
  6617.  
  6618. static unPinAllObjects(): any;
  6619.  
  6620. static unPinAllObjectsWithName(name: any): any;
  6621.  
  6622. static unPinAllWithName(...args: any[]): any;
  6623.  
  6624. }
  6625.  
  6626. class Polygon {
  6627. constructor(arg1: any);
  6628.  
  6629. containsPoint(point: any): any;
  6630.  
  6631. equals(other: any): any;
  6632.  
  6633. toJSON(): any;
  6634.  
  6635. }
  6636.  
  6637. class Query {
  6638. constructor(objectClass: any);
  6639.  
  6640. addAscending(...args: any[]): any;
  6641.  
  6642. addDescending(...args: any[]): any;
  6643.  
  6644. aggregate(pipeline: any, options: any): any;
  6645.  
  6646. ascending(...args: any[]): any;
  6647.  
  6648. containedBy(key: any, value: any): any;
  6649.  
  6650. containedIn(key: any, value: any): any;
  6651.  
  6652. contains(key: any, value: any): any;
  6653.  
  6654. containsAll(key: any, values: any): any;
  6655.  
  6656. containsAllStartingWith(key: any, values: any): any;
  6657.  
  6658. count(options: any): any;
  6659.  
  6660. descending(...args: any[]): any;
  6661.  
  6662. distinct(key: any, options: any): any;
  6663.  
  6664. doesNotExist(key: any): any;
  6665.  
  6666. doesNotMatchKeyInQuery(key: any, queryKey: any, query: any): any;
  6667.  
  6668. doesNotMatchQuery(key: any, query: any): any;
  6669.  
  6670. each(callback: any, options: any): any;
  6671.  
  6672. endsWith(key: any, value: any): any;
  6673.  
  6674. equalTo(key: any, value: any): any;
  6675.  
  6676. exists(key: any): any;
  6677.  
  6678. find(options: any): any;
  6679.  
  6680. first(options: any): any;
  6681.  
  6682. fromLocalDatastore(): void;
  6683.  
  6684. fromPin(): void;
  6685.  
  6686. fromPinWithName(name: any): void;
  6687.  
  6688. fullText(key: any, value: any, options: any): any;
  6689.  
  6690. get(objectId: any, options: any): any;
  6691.  
  6692. greaterThan(key: any, value: any): any;
  6693.  
  6694. greaterThanOrEqualTo(key: any, value: any): any;
  6695.  
  6696. include(...args: any[]): any;
  6697.  
  6698. includeAll(): any;
  6699.  
  6700. lessThan(key: any, value: any): any;
  6701.  
  6702. lessThanOrEqualTo(key: any, value: any): any;
  6703.  
  6704. limit(n: any): any;
  6705.  
  6706. matches(key: any, regex: any, modifiers: any): any;
  6707.  
  6708. matchesKeyInQuery(key: any, queryKey: any, query: any): any;
  6709.  
  6710. matchesQuery(key: any, query: any): any;
  6711.  
  6712. near(key: any, point: any): any;
  6713.  
  6714. notContainedIn(key: any, value: any): any;
  6715.  
  6716. notEqualTo(key: any, value: any): any;
  6717.  
  6718. polygonContains(key: any, point: any): any;
  6719.  
  6720. select(...args: any[]): any;
  6721.  
  6722. skip(n: any): any;
  6723.  
  6724. sortByTextScore(): any;
  6725.  
  6726. startsWith(key: any, value: any): any;
  6727.  
  6728. subscribe(): any;
  6729.  
  6730. toJSON(): any;
  6731.  
  6732. withJSON(json: any): any;
  6733.  
  6734. withinGeoBox(key: any, southwest: any, northeast: any): any;
  6735.  
  6736. withinKilometers(key: any, point: any, distance: any, sorted: any): any;
  6737.  
  6738. withinMiles(key: any, point: any, distance: any, sorted: any): any;
  6739.  
  6740. withinPolygon(key: any, points: any): any;
  6741.  
  6742. withinRadians(key: any, point: any, distance: any, sorted: any): any;
  6743.  
  6744. static and(...args: any[]): any;
  6745.  
  6746. static fromJSON(className: any, json: any): any;
  6747.  
  6748. static nor(...args: any[]): any;
  6749.  
  6750. static or(...args: any[]): any;
  6751.  
  6752. }
  6753.  
  6754. class Relation {
  6755. constructor(parent: any, key: any);
  6756.  
  6757. add(objects: any): any;
  6758.  
  6759. query(): any;
  6760.  
  6761. remove(objects: any): void;
  6762.  
  6763. toJSON(): any;
  6764.  
  6765. }
  6766.  
  6767. class Role {
  6768. constructor(name: any, acl: any);
  6769.  
  6770. getName(): any;
  6771.  
  6772. getRoles(): any;
  6773.  
  6774. getUsers(): any;
  6775.  
  6776. setName(name: any, options: any): any;
  6777.  
  6778. validate(attrs: any, options: any): any;
  6779.  
  6780. static className: string;
  6781.  
  6782. static createWithoutData(id: any): any;
  6783.  
  6784. static destroyAll(list: any, ...args: any[]): any;
  6785.  
  6786. static disableSingleInstance(): void;
  6787.  
  6788. static enableSingleInstance(): void;
  6789.  
  6790. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  6791.  
  6792. static fetchAll(list: any, ...args: any[]): any;
  6793.  
  6794. static fetchAllIfNeeded(list: any, options: any): any;
  6795.  
  6796. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  6797.  
  6798. static fromJSON(json: any, override: any): any;
  6799.  
  6800. static pinAll(objects: any): any;
  6801.  
  6802. static pinAllWithName(...args: any[]): any;
  6803.  
  6804. static registerSubclass(className: any, constructor: any): void;
  6805.  
  6806. static saveAll(list: any, ...args: any[]): any;
  6807.  
  6808. static unPinAll(objects: any): any;
  6809.  
  6810. static unPinAllObjects(): any;
  6811.  
  6812. static unPinAllObjectsWithName(name: any): any;
  6813.  
  6814. static unPinAllWithName(...args: any[]): any;
  6815.  
  6816. }
  6817.  
  6818. class Schema {
  6819. constructor(className: any);
  6820.  
  6821. addArray(name: any): any;
  6822.  
  6823. addBoolean(name: any): any;
  6824.  
  6825. addDate(name: any): any;
  6826.  
  6827. addField(name: any, type: any): any;
  6828.  
  6829. addFile(name: any): any;
  6830.  
  6831. addGeoPoint(name: any): any;
  6832.  
  6833. addIndex(name: any, index: any): any;
  6834.  
  6835. addNumber(name: any): any;
  6836.  
  6837. addObject(name: any): any;
  6838.  
  6839. addPointer(name: any, targetClass: any): any;
  6840.  
  6841. addPolygon(name: any): any;
  6842.  
  6843. addRelation(name: any, targetClass: any): any;
  6844.  
  6845. addString(name: any): any;
  6846.  
  6847. assertClassName(): void;
  6848.  
  6849. delete(options: any): any;
  6850.  
  6851. deleteField(name: any): void;
  6852.  
  6853. deleteIndex(name: any): void;
  6854.  
  6855. get(options: any): any;
  6856.  
  6857. purge(): any;
  6858.  
  6859. save(options: any): any;
  6860.  
  6861. update(options: any): any;
  6862.  
  6863. static all(options: any): any;
  6864.  
  6865. }
  6866.  
  6867. class Session {
  6868. constructor(attributes: any);
  6869.  
  6870. getSessionToken(): any;
  6871.  
  6872. static className: string;
  6873.  
  6874. static createWithoutData(id: any): any;
  6875.  
  6876. static current(options: any): any;
  6877.  
  6878. static destroyAll(list: any, ...args: any[]): any;
  6879.  
  6880. static disableSingleInstance(): void;
  6881.  
  6882. static enableSingleInstance(): void;
  6883.  
  6884. static extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  6885.  
  6886. static fetchAll(list: any, ...args: any[]): any;
  6887.  
  6888. static fetchAllIfNeeded(list: any, options: any): any;
  6889.  
  6890. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  6891.  
  6892. static fromJSON(json: any, override: any): any;
  6893.  
  6894. static isCurrentSessionRevocable(): any;
  6895.  
  6896. static pinAll(objects: any): any;
  6897.  
  6898. static pinAllWithName(...args: any[]): any;
  6899.  
  6900. static readOnlyAttributes(): any;
  6901.  
  6902. static registerSubclass(className: any, constructor: any): void;
  6903.  
  6904. static saveAll(list: any, ...args: any[]): any;
  6905.  
  6906. static unPinAll(objects: any): any;
  6907.  
  6908. static unPinAllObjects(): any;
  6909.  
  6910. static unPinAllObjectsWithName(name: any): any;
  6911.  
  6912. static unPinAllWithName(...args: any[]): any;
  6913.  
  6914. }
  6915.  
  6916. class User {
  6917. constructor(attributes: any);
  6918.  
  6919. authenticated(): any;
  6920.  
  6921. destroy(...args: any[]): any;
  6922.  
  6923. fetch(...args: any[]): any;
  6924.  
  6925. fetchWithInclude(...args: any[]): any;
  6926.  
  6927. getEmail(): any;
  6928.  
  6929. getSessionToken(): any;
  6930.  
  6931. getUsername(): any;
  6932.  
  6933. isCurrent(): any;
  6934.  
  6935. logIn(options: any): any;
  6936.  
  6937. save(...args: any[]): any;
  6938.  
  6939. setEmail(email: any): any;
  6940.  
  6941. setPassword(password: any): void;
  6942.  
  6943. setUsername(username: any): void;
  6944.  
  6945. signUp(attrs: any, options: any): any;
  6946.  
  6947. static allowCustomUserClass(isAllowed: any): void;
  6948.  
  6949. static become(sessionToken: any, options: any): any;
  6950.  
  6951. static className: string;
  6952.  
  6953. static createWithoutData(id: any): any;
  6954.  
  6955. static current(): any;
  6956.  
  6957. static currentAsync(): any;
  6958.  
  6959. static destroyAll(list: any, ...args: any[]): any;
  6960.  
  6961. static disableSingleInstance(): void;
  6962.  
  6963. static disableUnsafeCurrentUser(): void;
  6964.  
  6965. static enableRevocableSession(options: any): any;
  6966.  
  6967. static enableSingleInstance(): void;
  6968.  
  6969. static enableUnsafeCurrentUser(): void;
  6970.  
  6971. static extend(protoProps: any, classProps: any): any;
  6972.  
  6973. static fetchAll(list: any, ...args: any[]): any;
  6974.  
  6975. static fetchAllIfNeeded(list: any, options: any): any;
  6976.  
  6977. static fetchAllWithInclude(list: any, keys: any, options: any): any;
  6978.  
  6979. static fromJSON(json: any, override: any): any;
  6980.  
  6981. static hydrate(userJSON: any): any;
  6982.  
  6983. static logIn(username: any, password: any, options: any): any;
  6984.  
  6985. static logInWith(provider: any, options: any): any;
  6986.  
  6987. static logOut(): any;
  6988.  
  6989. static pinAll(objects: any): any;
  6990.  
  6991. static pinAllWithName(...args: any[]): any;
  6992.  
  6993. static readOnlyAttributes(): any;
  6994.  
  6995. static registerSubclass(className: any, constructor: any): void;
  6996.  
  6997. static requestPasswordReset(email: any, options: any): any;
  6998.  
  6999. static saveAll(list: any, ...args: any[]): any;
  7000.  
  7001. static signUp(username: any, password: any, attrs: any, options: any): any;
  7002.  
  7003. static unPinAll(objects: any): any;
  7004.  
  7005. static unPinAllObjects(): any;
  7006.  
  7007. static unPinAllObjectsWithName(name: any): any;
  7008.  
  7009. static unPinAllWithName(...args: any[]): any;
  7010.  
  7011. }
  7012.  
  7013. const applicationId: any;
  7014.  
  7015. const javaScriptKey: any;
  7016.  
  7017. const liveQueryServerURL: any;
  7018.  
  7019. const masterKey: any;
  7020.  
  7021. const serverURL: string;
  7022.  
  7023. function Installation(attributes: any): any;
  7024.  
  7025. function dumpLocalDatastore(): any;
  7026.  
  7027. function enableLocalDatastore(): void;
  7028.  
  7029. function initialize(applicationId: any, javaScriptKey: any): void;
  7030.  
  7031. function isLocalDatastoreEnabled(): any;
  7032.  
  7033. function setAsyncStorage(storage: any): void;
  7034.  
  7035. function setLocalDatastoreController(controller: any): void;
  7036.  
  7037. namespace ACL {
  7038. namespace prototype {
  7039. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7040. const equals: any;
  7041.  
  7042. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7043. const getPublicReadAccess: any;
  7044.  
  7045. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7046. const getPublicWriteAccess: any;
  7047.  
  7048. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7049. const getReadAccess: any;
  7050.  
  7051. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7052. const getRoleReadAccess: any;
  7053.  
  7054. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7055. const getRoleWriteAccess: any;
  7056.  
  7057. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7058. const getWriteAccess: any;
  7059.  
  7060. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7061. const setPublicReadAccess: any;
  7062.  
  7063. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7064. const setPublicWriteAccess: any;
  7065.  
  7066. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7067. const setReadAccess: any;
  7068.  
  7069. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7070. const setRoleReadAccess: any;
  7071.  
  7072. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7073. const setRoleWriteAccess: any;
  7074.  
  7075. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7076. const setWriteAccess: any;
  7077.  
  7078. // Too-deep object hierarchy from parse.Parse.Parse.ACL.prototype
  7079. const toJSON: any;
  7080.  
  7081. }
  7082.  
  7083. }
  7084.  
  7085. namespace Analytics {
  7086. function track(name: any, dimensions: any): any;
  7087.  
  7088. namespace track {
  7089. // Too-deep object hierarchy from parse.Parse.Parse.Analytics.track
  7090. const prototype: any;
  7091.  
  7092. }
  7093.  
  7094. }
  7095.  
  7096. namespace Cloud {
  7097. function getJobStatus(jobStatusId: any): any;
  7098.  
  7099. function getJobsData(): any;
  7100.  
  7101. function run(name: any, data: any, options: any): any;
  7102.  
  7103. function startJob(name: any, data: any): any;
  7104.  
  7105. namespace getJobStatus {
  7106. // Too-deep object hierarchy from parse.Parse.Parse.Cloud.getJobStatus
  7107. const prototype: any;
  7108.  
  7109. }
  7110.  
  7111. namespace getJobsData {
  7112. // Too-deep object hierarchy from parse.Parse.Parse.Cloud.getJobsData
  7113. const prototype: any;
  7114.  
  7115. }
  7116.  
  7117. namespace run {
  7118. // Too-deep object hierarchy from parse.Parse.Parse.Cloud.run
  7119. const prototype: any;
  7120.  
  7121. }
  7122.  
  7123. namespace startJob {
  7124. // Too-deep object hierarchy from parse.Parse.Parse.Cloud.startJob
  7125. const prototype: any;
  7126.  
  7127. }
  7128.  
  7129. }
  7130.  
  7131. namespace Config {
  7132. namespace current {
  7133. // Too-deep object hierarchy from parse.Parse.Parse.Config.current
  7134. const prototype: any;
  7135.  
  7136. }
  7137.  
  7138. namespace get {
  7139. // Too-deep object hierarchy from parse.Parse.Parse.Config.get
  7140. const prototype: any;
  7141.  
  7142. }
  7143.  
  7144. namespace prototype {
  7145. // Too-deep object hierarchy from parse.Parse.Parse.Config.prototype
  7146. const escape: any;
  7147.  
  7148. // Too-deep object hierarchy from parse.Parse.Parse.Config.prototype
  7149. const get: any;
  7150.  
  7151. }
  7152.  
  7153. namespace save {
  7154. // Too-deep object hierarchy from parse.Parse.Parse.Config.save
  7155. const prototype: any;
  7156.  
  7157. }
  7158.  
  7159. }
  7160.  
  7161. namespace CoreManager {
  7162. function get(key: any): any;
  7163.  
  7164. function getAnalyticsController(): any;
  7165.  
  7166. function getAsyncStorage(): any;
  7167.  
  7168. function getCloudController(): any;
  7169.  
  7170. function getConfigController(): any;
  7171.  
  7172. function getFileController(): any;
  7173.  
  7174. function getHooksController(): any;
  7175.  
  7176. function getInstallationController(): any;
  7177.  
  7178. function getLiveQueryController(): any;
  7179.  
  7180. function getLocalDatastore(): any;
  7181.  
  7182. function getLocalDatastoreController(): any;
  7183.  
  7184. function getObjectController(): any;
  7185.  
  7186. function getObjectStateController(): any;
  7187.  
  7188. function getPushController(): any;
  7189.  
  7190. function getQueryController(): any;
  7191.  
  7192. function getRESTController(): any;
  7193.  
  7194. function getSchemaController(): any;
  7195.  
  7196. function getSessionController(): any;
  7197.  
  7198. function getStorageController(): any;
  7199.  
  7200. function getUserController(): any;
  7201.  
  7202. function set(key: any, value: any): void;
  7203.  
  7204. function setAnalyticsController(controller: any): void;
  7205.  
  7206. function setAsyncStorage(storage: any): void;
  7207.  
  7208. function setCloudController(controller: any): void;
  7209.  
  7210. function setConfigController(controller: any): void;
  7211.  
  7212. function setFileController(controller: any): void;
  7213.  
  7214. function setHooksController(controller: any): void;
  7215.  
  7216. function setInstallationController(controller: any): void;
  7217.  
  7218. function setLiveQueryController(controller: any): void;
  7219.  
  7220. function setLocalDatastore(store: any): void;
  7221.  
  7222. function setLocalDatastoreController(controller: any): void;
  7223.  
  7224. function setObjectController(controller: any): void;
  7225.  
  7226. function setObjectStateController(controller: any): void;
  7227.  
  7228. function setPushController(controller: any): void;
  7229.  
  7230. function setQueryController(controller: any): void;
  7231.  
  7232. function setRESTController(controller: any): void;
  7233.  
  7234. function setSchemaController(controller: any): void;
  7235.  
  7236. function setSessionController(controller: any): void;
  7237.  
  7238. function setStorageController(controller: any): void;
  7239.  
  7240. function setUserController(controller: any): void;
  7241.  
  7242. namespace get {
  7243. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.get
  7244. const prototype: any;
  7245.  
  7246. }
  7247.  
  7248. namespace getAnalyticsController {
  7249. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getAnalyticsController
  7250. const prototype: any;
  7251.  
  7252. }
  7253.  
  7254. namespace getAsyncStorage {
  7255. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getAsyncStorage
  7256. const prototype: any;
  7257.  
  7258. }
  7259.  
  7260. namespace getCloudController {
  7261. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getCloudController
  7262. const prototype: any;
  7263.  
  7264. }
  7265.  
  7266. namespace getConfigController {
  7267. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getConfigController
  7268. const prototype: any;
  7269.  
  7270. }
  7271.  
  7272. namespace getFileController {
  7273. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getFileController
  7274. const prototype: any;
  7275.  
  7276. }
  7277.  
  7278. namespace getHooksController {
  7279. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getHooksController
  7280. const prototype: any;
  7281.  
  7282. }
  7283.  
  7284. namespace getInstallationController {
  7285. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getInstallationController
  7286. const prototype: any;
  7287.  
  7288. }
  7289.  
  7290. namespace getLiveQueryController {
  7291. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getLiveQueryController
  7292. const prototype: any;
  7293.  
  7294. }
  7295.  
  7296. namespace getLocalDatastore {
  7297. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getLocalDatastore
  7298. const prototype: any;
  7299.  
  7300. }
  7301.  
  7302. namespace getLocalDatastoreController {
  7303. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getLocalDatastoreController
  7304. const prototype: any;
  7305.  
  7306. }
  7307.  
  7308. namespace getObjectController {
  7309. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getObjectController
  7310. const prototype: any;
  7311.  
  7312. }
  7313.  
  7314. namespace getObjectStateController {
  7315. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getObjectStateController
  7316. const prototype: any;
  7317.  
  7318. }
  7319.  
  7320. namespace getPushController {
  7321. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getPushController
  7322. const prototype: any;
  7323.  
  7324. }
  7325.  
  7326. namespace getQueryController {
  7327. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getQueryController
  7328. const prototype: any;
  7329.  
  7330. }
  7331.  
  7332. namespace getRESTController {
  7333. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getRESTController
  7334. const prototype: any;
  7335.  
  7336. }
  7337.  
  7338. namespace getSchemaController {
  7339. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getSchemaController
  7340. const prototype: any;
  7341.  
  7342. }
  7343.  
  7344. namespace getSessionController {
  7345. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getSessionController
  7346. const prototype: any;
  7347.  
  7348. }
  7349.  
  7350. namespace getStorageController {
  7351. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getStorageController
  7352. const prototype: any;
  7353.  
  7354. }
  7355.  
  7356. namespace getUserController {
  7357. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.getUserController
  7358. const prototype: any;
  7359.  
  7360. }
  7361.  
  7362. namespace set {
  7363. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.set
  7364. const prototype: any;
  7365.  
  7366. }
  7367.  
  7368. namespace setAnalyticsController {
  7369. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setAnalyticsController
  7370. const prototype: any;
  7371.  
  7372. }
  7373.  
  7374. namespace setAsyncStorage {
  7375. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setAsyncStorage
  7376. const prototype: any;
  7377.  
  7378. }
  7379.  
  7380. namespace setCloudController {
  7381. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setCloudController
  7382. const prototype: any;
  7383.  
  7384. }
  7385.  
  7386. namespace setConfigController {
  7387. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setConfigController
  7388. const prototype: any;
  7389.  
  7390. }
  7391.  
  7392. namespace setFileController {
  7393. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setFileController
  7394. const prototype: any;
  7395.  
  7396. }
  7397.  
  7398. namespace setHooksController {
  7399. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setHooksController
  7400. const prototype: any;
  7401.  
  7402. }
  7403.  
  7404. namespace setInstallationController {
  7405. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setInstallationController
  7406. const prototype: any;
  7407.  
  7408. }
  7409.  
  7410. namespace setLiveQueryController {
  7411. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setLiveQueryController
  7412. const prototype: any;
  7413.  
  7414. }
  7415.  
  7416. namespace setLocalDatastore {
  7417. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setLocalDatastore
  7418. const prototype: any;
  7419.  
  7420. }
  7421.  
  7422. namespace setLocalDatastoreController {
  7423. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setLocalDatastoreController
  7424. const prototype: any;
  7425.  
  7426. }
  7427.  
  7428. namespace setObjectController {
  7429. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setObjectController
  7430. const prototype: any;
  7431.  
  7432. }
  7433.  
  7434. namespace setObjectStateController {
  7435. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setObjectStateController
  7436. const prototype: any;
  7437.  
  7438. }
  7439.  
  7440. namespace setPushController {
  7441. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setPushController
  7442. const prototype: any;
  7443.  
  7444. }
  7445.  
  7446. namespace setQueryController {
  7447. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setQueryController
  7448. const prototype: any;
  7449.  
  7450. }
  7451.  
  7452. namespace setRESTController {
  7453. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setRESTController
  7454. const prototype: any;
  7455.  
  7456. }
  7457.  
  7458. namespace setSchemaController {
  7459. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setSchemaController
  7460. const prototype: any;
  7461.  
  7462. }
  7463.  
  7464. namespace setSessionController {
  7465. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setSessionController
  7466. const prototype: any;
  7467.  
  7468. }
  7469.  
  7470. namespace setStorageController {
  7471. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setStorageController
  7472. const prototype: any;
  7473.  
  7474. }
  7475.  
  7476. namespace setUserController {
  7477. // Too-deep object hierarchy from parse.Parse.Parse.CoreManager.setUserController
  7478. const prototype: any;
  7479.  
  7480. }
  7481.  
  7482. }
  7483.  
  7484. namespace Error {
  7485. namespace prototype {
  7486. // Too-deep object hierarchy from parse.Parse.Parse.Error.prototype
  7487. const message: any;
  7488.  
  7489. // Too-deep object hierarchy from parse.Parse.Parse.Error.prototype
  7490. const name: any;
  7491.  
  7492. // Too-deep object hierarchy from parse.Parse.Parse.Error.prototype
  7493. const toString: any;
  7494.  
  7495. }
  7496.  
  7497. }
  7498.  
  7499. namespace FacebookUtils {
  7500. function init(options: any): void;
  7501.  
  7502. function isLinked(user: any): any;
  7503.  
  7504. function link(user: any, permissions: any, options: any): any;
  7505.  
  7506. function logIn(permissions: any, options: any): any;
  7507.  
  7508. function unlink(user: any, options: any): any;
  7509.  
  7510. namespace init {
  7511. // Too-deep object hierarchy from parse.Parse.Parse.FacebookUtils.init
  7512. const prototype: any;
  7513.  
  7514. }
  7515.  
  7516. namespace isLinked {
  7517. // Too-deep object hierarchy from parse.Parse.Parse.FacebookUtils.isLinked
  7518. const prototype: any;
  7519.  
  7520. }
  7521.  
  7522. namespace link {
  7523. // Too-deep object hierarchy from parse.Parse.Parse.FacebookUtils.link
  7524. const prototype: any;
  7525.  
  7526. }
  7527.  
  7528. namespace logIn {
  7529. // Too-deep object hierarchy from parse.Parse.Parse.FacebookUtils.logIn
  7530. const prototype: any;
  7531.  
  7532. }
  7533.  
  7534. namespace unlink {
  7535. // Too-deep object hierarchy from parse.Parse.Parse.FacebookUtils.unlink
  7536. const prototype: any;
  7537.  
  7538. }
  7539.  
  7540. }
  7541.  
  7542. namespace File {
  7543. namespace encodeBase64 {
  7544. // Too-deep object hierarchy from parse.Parse.Parse.File.encodeBase64
  7545. const prototype: any;
  7546.  
  7547. }
  7548.  
  7549. namespace fromJSON {
  7550. // Too-deep object hierarchy from parse.Parse.Parse.File.fromJSON
  7551. const prototype: any;
  7552.  
  7553. }
  7554.  
  7555. namespace prototype {
  7556. // Too-deep object hierarchy from parse.Parse.Parse.File.prototype
  7557. const equals: any;
  7558.  
  7559. // Too-deep object hierarchy from parse.Parse.Parse.File.prototype
  7560. const name: any;
  7561.  
  7562. // Too-deep object hierarchy from parse.Parse.Parse.File.prototype
  7563. const save: any;
  7564.  
  7565. // Too-deep object hierarchy from parse.Parse.Parse.File.prototype
  7566. const toJSON: any;
  7567.  
  7568. // Too-deep object hierarchy from parse.Parse.Parse.File.prototype
  7569. const url: any;
  7570.  
  7571. }
  7572.  
  7573. }
  7574.  
  7575. namespace GeoPoint {
  7576. namespace current {
  7577. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.current
  7578. const prototype: any;
  7579.  
  7580. }
  7581.  
  7582. namespace prototype {
  7583. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7584. const equals: any;
  7585.  
  7586. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7587. const kilometersTo: any;
  7588.  
  7589. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7590. const latitude: any;
  7591.  
  7592. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7593. const longitude: any;
  7594.  
  7595. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7596. const milesTo: any;
  7597.  
  7598. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7599. const radiansTo: any;
  7600.  
  7601. // Too-deep object hierarchy from parse.Parse.Parse.GeoPoint.prototype
  7602. const toJSON: any;
  7603.  
  7604. }
  7605.  
  7606. }
  7607.  
  7608. namespace Installation {
  7609. const className: string;
  7610.  
  7611. function createWithoutData(id: any): any;
  7612.  
  7613. function destroyAll(list: any, ...args: any[]): any;
  7614.  
  7615. function disableSingleInstance(): void;
  7616.  
  7617. function enableSingleInstance(): void;
  7618.  
  7619. function extend(className: any, protoProps: any, classProps: any, ...args: any[]): any;
  7620.  
  7621. function fetchAll(list: any, ...args: any[]): any;
  7622.  
  7623. function fetchAllIfNeeded(list: any, options: any): any;
  7624.  
  7625. function fetchAllWithInclude(list: any, keys: any, options: any): any;
  7626.  
  7627. function fromJSON(json: any, override: any): any;
  7628.  
  7629. function pinAll(objects: any): any;
  7630.  
  7631. function pinAllWithName(...args: any[]): any;
  7632.  
  7633. function registerSubclass(className: any, constructor: any): void;
  7634.  
  7635. function saveAll(list: any, ...args: any[]): any;
  7636.  
  7637. function unPinAll(objects: any): any;
  7638.  
  7639. function unPinAllObjects(): any;
  7640.  
  7641. function unPinAllObjectsWithName(name: any): any;
  7642.  
  7643. function unPinAllWithName(...args: any[]): any;
  7644.  
  7645. namespace createWithoutData {
  7646. // Too-deep object hierarchy from parse.Parse.Parse.Installation.createWithoutData
  7647. const prototype: any;
  7648.  
  7649. }
  7650.  
  7651. namespace destroyAll {
  7652. // Too-deep object hierarchy from parse.Parse.Parse.Installation.destroyAll
  7653. const prototype: any;
  7654.  
  7655. }
  7656.  
  7657. namespace disableSingleInstance {
  7658. // Too-deep object hierarchy from parse.Parse.Parse.Installation.disableSingleInstance
  7659. const prototype: any;
  7660.  
  7661. }
  7662.  
  7663. namespace enableSingleInstance {
  7664. // Too-deep object hierarchy from parse.Parse.Parse.Installation.enableSingleInstance
  7665. const prototype: any;
  7666.  
  7667. }
  7668.  
  7669. namespace extend {
  7670. // Too-deep object hierarchy from parse.Parse.Parse.Installation.extend
  7671. const prototype: any;
  7672.  
  7673. }
  7674.  
  7675. namespace fetchAll {
  7676. // Too-deep object hierarchy from parse.Parse.Parse.Installation.fetchAll
  7677. const prototype: any;
  7678.  
  7679. }
  7680.  
  7681. namespace fetchAllIfNeeded {
  7682. // Too-deep object hierarchy from parse.Parse.Parse.Installation.fetchAllIfNeeded
  7683. const prototype: any;
  7684.  
  7685. }
  7686.  
  7687. namespace fetchAllWithInclude {
  7688. // Too-deep object hierarchy from parse.Parse.Parse.Installation.fetchAllWithInclude
  7689. const prototype: any;
  7690.  
  7691. }
  7692.  
  7693. namespace fromJSON {
  7694. // Too-deep object hierarchy from parse.Parse.Parse.Installation.fromJSON
  7695. const prototype: any;
  7696.  
  7697. }
  7698.  
  7699. namespace pinAll {
  7700. // Too-deep object hierarchy from parse.Parse.Parse.Installation.pinAll
  7701. const prototype: any;
  7702.  
  7703. }
  7704.  
  7705. namespace pinAllWithName {
  7706. // Too-deep object hierarchy from parse.Parse.Parse.Installation.pinAllWithName
  7707. const prototype: any;
  7708.  
  7709. }
  7710.  
  7711. namespace prototype {
  7712. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7713. const add: any;
  7714.  
  7715. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7716. const addAll: any;
  7717.  
  7718. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7719. const addAllUnique: any;
  7720.  
  7721. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7722. const addUnique: any;
  7723.  
  7724. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7725. const attributes: any;
  7726.  
  7727. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7728. const clear: any;
  7729.  
  7730. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7731. const clone: any;
  7732.  
  7733. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7734. const createdAt: any;
  7735.  
  7736. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7737. const destroy: any;
  7738.  
  7739. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7740. const dirty: any;
  7741.  
  7742. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7743. const dirtyKeys: any;
  7744.  
  7745. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7746. const equals: any;
  7747.  
  7748. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7749. const escape: any;
  7750.  
  7751. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7752. const existed: any;
  7753.  
  7754. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7755. const fetch: any;
  7756.  
  7757. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7758. const fetchFromLocalDatastore: any;
  7759.  
  7760. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7761. const fetchWithInclude: any;
  7762.  
  7763. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7764. const get: any;
  7765.  
  7766. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7767. const getACL: any;
  7768.  
  7769. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7770. const has: any;
  7771.  
  7772. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7773. const increment: any;
  7774.  
  7775. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7776. const initialize: any;
  7777.  
  7778. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7779. const isNew: any;
  7780.  
  7781. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7782. const isPinned: any;
  7783.  
  7784. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7785. const isValid: any;
  7786.  
  7787. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7788. const newInstance: any;
  7789.  
  7790. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7791. const op: any;
  7792.  
  7793. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7794. const pin: any;
  7795.  
  7796. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7797. const pinWithName: any;
  7798.  
  7799. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7800. const relation: any;
  7801.  
  7802. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7803. const remove: any;
  7804.  
  7805. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7806. const removeAll: any;
  7807.  
  7808. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7809. const revert: any;
  7810.  
  7811. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7812. const save: any;
  7813.  
  7814. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7815. const set: any;
  7816.  
  7817. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7818. const setACL: any;
  7819.  
  7820. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7821. const toJSON: any;
  7822.  
  7823. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7824. const toPointer: any;
  7825.  
  7826. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7827. const unPin: any;
  7828.  
  7829. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7830. const unPinWithName: any;
  7831.  
  7832. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7833. const unset: any;
  7834.  
  7835. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7836. const updatedAt: any;
  7837.  
  7838. // Too-deep object hierarchy from parse.Parse.Parse.Installation.prototype
  7839. const validate: any;
  7840.  
  7841. }
  7842.  
  7843. namespace registerSubclass {
  7844. // Too-deep object hierarchy from parse.Parse.Parse.Installation.registerSubclass
  7845. const prototype: any;
  7846.  
  7847. }
  7848.  
  7849. namespace saveAll {
  7850. // Too-deep object hierarchy from parse.Parse.Parse.Installation.saveAll
  7851. const prototype: any;
  7852.  
  7853. }
  7854.  
  7855. namespace unPinAll {
  7856. // Too-deep object hierarchy from parse.Parse.Parse.Installation.unPinAll
  7857. const prototype: any;
  7858.  
  7859. }
  7860.  
  7861. namespace unPinAllObjects {
  7862. // Too-deep object hierarchy from parse.Parse.Parse.Installation.unPinAllObjects
  7863. const prototype: any;
  7864.  
  7865. }
  7866.  
  7867. namespace unPinAllObjectsWithName {
  7868. // Too-deep object hierarchy from parse.Parse.Parse.Installation.unPinAllObjectsWithName
  7869. const prototype: any;
  7870.  
  7871. }
  7872.  
  7873. namespace unPinAllWithName {
  7874. // Too-deep object hierarchy from parse.Parse.Parse.Installation.unPinAllWithName
  7875. const prototype: any;
  7876.  
  7877. }
  7878.  
  7879. }
  7880.  
  7881. namespace LiveQuery {
  7882. function addListener(type: any, listener: any): any;
  7883.  
  7884. function close(): void;
  7885.  
  7886. function emit(type: any, args: any): any;
  7887.  
  7888. function eventNames(): any;
  7889.  
  7890. function getMaxListeners(): any;
  7891.  
  7892. function listenerCount(type: any): any;
  7893.  
  7894. function listeners(type: any): any;
  7895.  
  7896. function off(type: any, listener: any): any;
  7897.  
  7898. function on(type: any, listener: any): any;
  7899.  
  7900. function once(type: any, listener: any): any;
  7901.  
  7902. function open(): void;
  7903.  
  7904. function prependListener(type: any, listener: any): any;
  7905.  
  7906. function prependOnceListener(type: any, listener: any): any;
  7907.  
  7908. function rawListeners(type: any): any;
  7909.  
  7910. function removeAllListeners(type: any, ...args: any[]): any;
  7911.  
  7912. function removeListener(type: any, listener: any): any;
  7913.  
  7914. function setMaxListeners(n: any): any;
  7915.  
  7916. namespace addListener {
  7917. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.addListener
  7918. const prototype: any;
  7919.  
  7920. }
  7921.  
  7922. namespace close {
  7923. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.close
  7924. const prototype: any;
  7925.  
  7926. }
  7927.  
  7928. namespace emit {
  7929. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.emit
  7930. const prototype: any;
  7931.  
  7932. }
  7933.  
  7934. namespace eventNames {
  7935. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.eventNames
  7936. const prototype: any;
  7937.  
  7938. }
  7939.  
  7940. namespace getMaxListeners {
  7941. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.getMaxListeners
  7942. const prototype: any;
  7943.  
  7944. }
  7945.  
  7946. namespace listenerCount {
  7947. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.listenerCount
  7948. const prototype: any;
  7949.  
  7950. }
  7951.  
  7952. namespace listeners {
  7953. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.listeners
  7954. const prototype: any;
  7955.  
  7956. }
  7957.  
  7958. namespace off {
  7959. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.off
  7960. const prototype: any;
  7961.  
  7962. }
  7963.  
  7964. namespace on {
  7965. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.on
  7966. const prototype: any;
  7967.  
  7968. }
  7969.  
  7970. namespace once {
  7971. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.once
  7972. const prototype: any;
  7973.  
  7974. }
  7975.  
  7976. namespace open {
  7977. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.open
  7978. const prototype: any;
  7979.  
  7980. }
  7981.  
  7982. namespace prependListener {
  7983. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.prependListener
  7984. const prototype: any;
  7985.  
  7986. }
  7987.  
  7988. namespace prependOnceListener {
  7989. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.prependOnceListener
  7990. const prototype: any;
  7991.  
  7992. }
  7993.  
  7994. namespace rawListeners {
  7995. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.rawListeners
  7996. const prototype: any;
  7997.  
  7998. }
  7999.  
  8000. namespace removeAllListeners {
  8001. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.removeAllListeners
  8002. const prototype: any;
  8003.  
  8004. }
  8005.  
  8006. namespace removeListener {
  8007. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.removeListener
  8008. const prototype: any;
  8009.  
  8010. }
  8011.  
  8012. namespace setMaxListeners {
  8013. // Too-deep object hierarchy from parse.Parse.Parse.LiveQuery.setMaxListeners
  8014. const prototype: any;
  8015.  
  8016. }
  8017.  
  8018. }
  8019.  
  8020. namespace LiveQueryClient {
  8021. class EventEmitter {
  8022. constructor();
  8023.  
  8024. addListener(type: any, listener: any): any;
  8025.  
  8026. emit(type: any, args: any): any;
  8027.  
  8028. eventNames(): any;
  8029.  
  8030. getMaxListeners(): any;
  8031.  
  8032. listenerCount(type: any): any;
  8033.  
  8034. listeners(type: any): any;
  8035.  
  8036. off(type: any, listener: any): any;
  8037.  
  8038. on(type: any, listener: any): any;
  8039.  
  8040. once(type: any, listener: any): any;
  8041.  
  8042. prependListener(type: any, listener: any): any;
  8043.  
  8044. prependOnceListener(type: any, listener: any): any;
  8045.  
  8046. rawListeners(type: any): any;
  8047.  
  8048. removeAllListeners(type: any, ...args: any[]): any;
  8049.  
  8050. removeListener(type: any, listener: any): any;
  8051.  
  8052. setMaxListeners(n: any): any;
  8053.  
  8054. static EventEmitter: any;
  8055.  
  8056. static defaultMaxListeners: any;
  8057.  
  8058. static init: any;
  8059.  
  8060. static listenerCount: any;
  8061.  
  8062. static prototype: any;
  8063.  
  8064. static usingDomains: any;
  8065.  
  8066. }
  8067.  
  8068. namespace init {
  8069. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.init
  8070. const prototype: any;
  8071.  
  8072. }
  8073.  
  8074. namespace listenerCount {
  8075. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.listenerCount
  8076. const prototype: any;
  8077.  
  8078. }
  8079.  
  8080. namespace prototype {
  8081. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8082. const addListener: any;
  8083.  
  8084. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8085. const close: any;
  8086.  
  8087. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8088. const emit: any;
  8089.  
  8090. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8091. const eventNames: any;
  8092.  
  8093. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8094. const getMaxListeners: any;
  8095.  
  8096. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8097. const listenerCount: any;
  8098.  
  8099. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8100. const listeners: any;
  8101.  
  8102. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8103. const off: any;
  8104.  
  8105. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8106. const on: any;
  8107.  
  8108. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8109. const once: any;
  8110.  
  8111. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8112. const open: any;
  8113.  
  8114. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8115. const prependListener: any;
  8116.  
  8117. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8118. const prependOnceListener: any;
  8119.  
  8120. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8121. const rawListeners: any;
  8122.  
  8123. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8124. const removeAllListeners: any;
  8125.  
  8126. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8127. const removeListener: any;
  8128.  
  8129. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8130. const resubscribe: any;
  8131.  
  8132. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8133. const setMaxListeners: any;
  8134.  
  8135. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8136. const shouldOpen: any;
  8137.  
  8138. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8139. const subscribe: any;
  8140.  
  8141. // Too-deep object hierarchy from parse.Parse.Parse.LiveQueryClient.prototype
  8142. const unsubscribe: any;
  8143.  
  8144. }
  8145.  
  8146. }
  8147.  
  8148. namespace LocalDatastore {
  8149. const DEFAULT_PIN: string;
  8150.  
  8151. const PIN_PREFIX: string;
  8152.  
  8153. const isEnabled: boolean;
  8154.  
  8155. function checkIfEnabled(): any;
  8156.  
  8157. function fromPinWithName(name: any): any;
  8158.  
  8159. function getKeyForObject(object: any): any;
  8160.  
  8161. function getPinName(pinName: any): any;
  8162.  
  8163. function pinWithName(name: any, value: any): any;
  8164.  
  8165. function unPinWithName(name: any): any;
  8166.  
  8167. namespace checkIfEnabled {
  8168. // Too-deep object hierarchy from parse.Parse.Parse.LocalDatastore.checkIfEnabled
  8169. const prototype: any;
  8170.  
  8171. }
  8172.  
  8173. namespace fromPinWithName {
  8174. // Too-deep object hierarchy from parse.Parse.Parse.LocalDatastore.fromPinWithName
  8175. const prototype: any;
  8176.  
  8177. }
  8178.  
  8179. namespace getKeyForObject {
  8180. // Too-deep object hierarchy from parse.Parse.Parse.LocalDatastore.getKeyForObject
  8181. const prototype: any;
  8182.  
  8183. }
  8184.  
  8185. namespace getPinName {
  8186. // Too-deep object hierarchy from parse.Parse.Parse.LocalDatastore.getPinName
  8187. const prototype: any;
  8188.  
  8189. }
  8190.  
  8191. namespace pinWithName {
  8192. // Too-deep object hierarchy from parse.Parse.Parse.LocalDatastore.pinWithName
  8193. const prototype: any;
  8194.  
  8195. }
  8196.  
  8197. namespace unPinWithName {
  8198. // Too-deep object hierarchy from parse.Parse.Parse.LocalDatastore.unPinWithName
  8199. const prototype: any;
  8200.  
  8201. }
  8202.  
  8203. }
  8204.  
  8205. namespace Object {
  8206. namespace createWithoutData {
  8207. // Too-deep object hierarchy from parse.Parse.Parse.Object.createWithoutData
  8208. const prototype: any;
  8209.  
  8210. }
  8211.  
  8212. namespace destroyAll {
  8213. // Too-deep object hierarchy from parse.Parse.Parse.Object.destroyAll
  8214. const prototype: any;
  8215.  
  8216. }
  8217.  
  8218. namespace disableSingleInstance {
  8219. // Too-deep object hierarchy from parse.Parse.Parse.Object.disableSingleInstance
  8220. const prototype: any;
  8221.  
  8222. }
  8223.  
  8224. namespace enableSingleInstance {
  8225. // Too-deep object hierarchy from parse.Parse.Parse.Object.enableSingleInstance
  8226. const prototype: any;
  8227.  
  8228. }
  8229.  
  8230. namespace extend {
  8231. // Too-deep object hierarchy from parse.Parse.Parse.Object.extend
  8232. const prototype: any;
  8233.  
  8234. }
  8235.  
  8236. namespace fetchAll {
  8237. // Too-deep object hierarchy from parse.Parse.Parse.Object.fetchAll
  8238. const prototype: any;
  8239.  
  8240. }
  8241.  
  8242. namespace fetchAllIfNeeded {
  8243. // Too-deep object hierarchy from parse.Parse.Parse.Object.fetchAllIfNeeded
  8244. const prototype: any;
  8245.  
  8246. }
  8247.  
  8248. namespace fetchAllWithInclude {
  8249. // Too-deep object hierarchy from parse.Parse.Parse.Object.fetchAllWithInclude
  8250. const prototype: any;
  8251.  
  8252. }
  8253.  
  8254. namespace fromJSON {
  8255. // Too-deep object hierarchy from parse.Parse.Parse.Object.fromJSON
  8256. const prototype: any;
  8257.  
  8258. }
  8259.  
  8260. namespace pinAll {
  8261. // Too-deep object hierarchy from parse.Parse.Parse.Object.pinAll
  8262. const prototype: any;
  8263.  
  8264. }
  8265.  
  8266. namespace pinAllWithName {
  8267. // Too-deep object hierarchy from parse.Parse.Parse.Object.pinAllWithName
  8268. const prototype: any;
  8269.  
  8270. }
  8271.  
  8272. namespace prototype {
  8273. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8274. const add: any;
  8275.  
  8276. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8277. const addAll: any;
  8278.  
  8279. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8280. const addAllUnique: any;
  8281.  
  8282. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8283. const addUnique: any;
  8284.  
  8285. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8286. const attributes: any;
  8287.  
  8288. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8289. const clear: any;
  8290.  
  8291. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8292. const clone: any;
  8293.  
  8294. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8295. const createdAt: any;
  8296.  
  8297. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8298. const destroy: any;
  8299.  
  8300. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8301. const dirty: any;
  8302.  
  8303. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8304. const dirtyKeys: any;
  8305.  
  8306. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8307. const equals: any;
  8308.  
  8309. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8310. const escape: any;
  8311.  
  8312. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8313. const existed: any;
  8314.  
  8315. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8316. const fetch: any;
  8317.  
  8318. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8319. const fetchFromLocalDatastore: any;
  8320.  
  8321. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8322. const fetchWithInclude: any;
  8323.  
  8324. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8325. const get: any;
  8326.  
  8327. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8328. const getACL: any;
  8329.  
  8330. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8331. const has: any;
  8332.  
  8333. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8334. const increment: any;
  8335.  
  8336. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8337. const initialize: any;
  8338.  
  8339. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8340. const isNew: any;
  8341.  
  8342. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8343. const isPinned: any;
  8344.  
  8345. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8346. const isValid: any;
  8347.  
  8348. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8349. const newInstance: any;
  8350.  
  8351. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8352. const op: any;
  8353.  
  8354. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8355. const pin: any;
  8356.  
  8357. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8358. const pinWithName: any;
  8359.  
  8360. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8361. const relation: any;
  8362.  
  8363. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8364. const remove: any;
  8365.  
  8366. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8367. const removeAll: any;
  8368.  
  8369. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8370. const revert: any;
  8371.  
  8372. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8373. const save: any;
  8374.  
  8375. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8376. const set: any;
  8377.  
  8378. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8379. const setACL: any;
  8380.  
  8381. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8382. const toJSON: any;
  8383.  
  8384. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8385. const toPointer: any;
  8386.  
  8387. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8388. const unPin: any;
  8389.  
  8390. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8391. const unPinWithName: any;
  8392.  
  8393. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8394. const unset: any;
  8395.  
  8396. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8397. const updatedAt: any;
  8398.  
  8399. // Too-deep object hierarchy from parse.Parse.Parse.Object.prototype
  8400. const validate: any;
  8401.  
  8402. }
  8403.  
  8404. namespace registerSubclass {
  8405. // Too-deep object hierarchy from parse.Parse.Parse.Object.registerSubclass
  8406. const prototype: any;
  8407.  
  8408. }
  8409.  
  8410. namespace saveAll {
  8411. // Too-deep object hierarchy from parse.Parse.Parse.Object.saveAll
  8412. const prototype: any;
  8413.  
  8414. }
  8415.  
  8416. namespace unPinAll {
  8417. // Too-deep object hierarchy from parse.Parse.Parse.Object.unPinAll
  8418. const prototype: any;
  8419.  
  8420. }
  8421.  
  8422. namespace unPinAllObjects {
  8423. // Too-deep object hierarchy from parse.Parse.Parse.Object.unPinAllObjects
  8424. const prototype: any;
  8425.  
  8426. }
  8427.  
  8428. namespace unPinAllObjectsWithName {
  8429. // Too-deep object hierarchy from parse.Parse.Parse.Object.unPinAllObjectsWithName
  8430. const prototype: any;
  8431.  
  8432. }
  8433.  
  8434. namespace unPinAllWithName {
  8435. // Too-deep object hierarchy from parse.Parse.Parse.Object.unPinAllWithName
  8436. const prototype: any;
  8437.  
  8438. }
  8439.  
  8440. }
  8441.  
  8442. namespace Op {
  8443. class Add {
  8444. constructor(value: any);
  8445.  
  8446. applyTo(value: any): any;
  8447.  
  8448. mergeWith(previous: any): any;
  8449.  
  8450. toJSON(): any;
  8451.  
  8452. static prototype: any;
  8453.  
  8454. }
  8455.  
  8456. class AddUnique {
  8457. constructor(value: any);
  8458.  
  8459. applyTo(value: any): any;
  8460.  
  8461. mergeWith(previous: any): any;
  8462.  
  8463. toJSON(): any;
  8464.  
  8465. static prototype: any;
  8466.  
  8467. }
  8468.  
  8469. class Increment {
  8470. constructor(amount: any);
  8471.  
  8472. applyTo(value: any): any;
  8473.  
  8474. mergeWith(previous: any): any;
  8475.  
  8476. toJSON(): any;
  8477.  
  8478. static prototype: any;
  8479.  
  8480. }
  8481.  
  8482. class Relation {
  8483. constructor(adds: any, removes: any);
  8484.  
  8485. applyTo(value: any, object: any, key: any): any;
  8486.  
  8487. mergeWith(previous: any): any;
  8488.  
  8489. toJSON(): any;
  8490.  
  8491. static prototype: any;
  8492.  
  8493. }
  8494.  
  8495. class Remove {
  8496. constructor(value: any);
  8497.  
  8498. applyTo(value: any): any;
  8499.  
  8500. mergeWith(previous: any): any;
  8501.  
  8502. toJSON(): any;
  8503.  
  8504. static prototype: any;
  8505.  
  8506. }
  8507.  
  8508. class Set {
  8509. constructor(value: any);
  8510.  
  8511. applyTo(): any;
  8512.  
  8513. mergeWith(): any;
  8514.  
  8515. toJSON(): any;
  8516.  
  8517. static prototype: any;
  8518.  
  8519. }
  8520.  
  8521. class Unset {
  8522. constructor(...args: any[]);
  8523.  
  8524. applyTo(): any;
  8525.  
  8526. mergeWith(): any;
  8527.  
  8528. toJSON(): any;
  8529.  
  8530. static prototype: any;
  8531.  
  8532. }
  8533.  
  8534. }
  8535.  
  8536. namespace Parse {
  8537. class ACL {
  8538. constructor(arg1: any);
  8539.  
  8540. equals(other: any): any;
  8541.  
  8542. getPublicReadAccess(): any;
  8543.  
  8544. getPublicWriteAccess(): any;
  8545.  
  8546. getReadAccess(userId: any): any;
  8547.  
  8548. getRoleReadAccess(role: any): any;
  8549.  
  8550. getRoleWriteAccess(role: any): any;
  8551.  
  8552. getWriteAccess(userId: any): any;
  8553.  
  8554. setPublicReadAccess(allowed: any): void;
  8555.  
  8556. setPublicWriteAccess(allowed: any): void;
  8557.  
  8558. setReadAccess(userId: any, allowed: any): void;
  8559.  
  8560. setRoleReadAccess(role: any, allowed: any): void;
  8561.  
  8562. setRoleWriteAccess(role: any, allowed: any): void;
  8563.  
  8564. setWriteAccess(userId: any, allowed: any): void;
  8565.  
  8566. toJSON(): any;
  8567.  
  8568. static prototype: any;
  8569.  
  8570. }
  8571.  
  8572. class Config {
  8573. constructor();
  8574.  
  8575. escape(attr: any): any;
  8576.  
  8577. get(attr: any): any;
  8578.  
  8579. static current: any;
  8580.  
  8581. static get: any;
  8582.  
  8583. static prototype: any;
  8584.  
  8585. static save: any;
  8586.  
  8587. }
  8588.  
  8589. class Error {
  8590. constructor(code: any, message: any);
  8591.  
  8592. toString(): any;
  8593.  
  8594. static ACCOUNT_ALREADY_LINKED: any;
  8595.  
  8596. static AGGREGATE_ERROR: any;
  8597.  
  8598. static CACHE_MISS: any;
  8599.  
  8600. static COMMAND_UNAVAILABLE: any;
  8601.  
  8602. static CONNECTION_FAILED: any;
  8603.  
  8604. static DUPLICATE_VALUE: any;
  8605.  
  8606. static EMAIL_MISSING: any;
  8607.  
  8608. static EMAIL_NOT_FOUND: any;
  8609.  
  8610. static EMAIL_TAKEN: any;
  8611.  
  8612. static EXCEEDED_QUOTA: any;
  8613.  
  8614. static FILE_DELETE_ERROR: any;
  8615.  
  8616. static FILE_READ_ERROR: any;
  8617.  
  8618. static FILE_SAVE_ERROR: any;
  8619.  
  8620. static FILE_TOO_LARGE: any;
  8621.  
  8622. static INCORRECT_TYPE: any;
  8623.  
  8624. static INTERNAL_SERVER_ERROR: any;
  8625.  
  8626. static INVALID_ACL: any;
  8627.  
  8628. static INVALID_CHANNEL_NAME: any;
  8629.  
  8630. static INVALID_CLASS_NAME: any;
  8631.  
  8632. static INVALID_CONTENT_LENGTH: any;
  8633.  
  8634. static INVALID_EMAIL_ADDRESS: any;
  8635.  
  8636. static INVALID_EVENT_NAME: any;
  8637.  
  8638. static INVALID_FILE_NAME: any;
  8639.  
  8640. static INVALID_IMAGE_DATA: any;
  8641.  
  8642. static INVALID_JSON: any;
  8643.  
  8644. static INVALID_KEY_NAME: any;
  8645.  
  8646. static INVALID_LINKED_SESSION: any;
  8647.  
  8648. static INVALID_NESTED_KEY: any;
  8649.  
  8650. static INVALID_POINTER: any;
  8651.  
  8652. static INVALID_PUSH_TIME_ERROR: any;
  8653.  
  8654. static INVALID_QUERY: any;
  8655.  
  8656. static INVALID_ROLE_NAME: any;
  8657.  
  8658. static INVALID_SCHEMA_OPERATION: any;
  8659.  
  8660. static INVALID_SESSION_TOKEN: any;
  8661.  
  8662. static LINKED_ID_MISSING: any;
  8663.  
  8664. static MISSING_CONTENT_LENGTH: any;
  8665.  
  8666. static MISSING_CONTENT_TYPE: any;
  8667.  
  8668. static MISSING_OBJECT_ID: any;
  8669.  
  8670. static MUST_CREATE_USER_THROUGH_SIGNUP: any;
  8671.  
  8672. static NOT_INITIALIZED: any;
  8673.  
  8674. static OBJECT_NOT_FOUND: any;
  8675.  
  8676. static OBJECT_TOO_LARGE: any;
  8677.  
  8678. static OPERATION_FORBIDDEN: any;
  8679.  
  8680. static OTHER_CAUSE: any;
  8681.  
  8682. static PASSWORD_MISSING: any;
  8683.  
  8684. static PUSH_MISCONFIGURED: any;
  8685.  
  8686. static REQUEST_LIMIT_EXCEEDED: any;
  8687.  
  8688. static SCRIPT_FAILED: any;
  8689.  
  8690. static SESSION_MISSING: any;
  8691.  
  8692. static TIMEOUT: any;
  8693.  
  8694. static UNSAVED_FILE_ERROR: any;
  8695.  
  8696. static UNSUPPORTED_SERVICE: any;
  8697.  
  8698. static USERNAME_MISSING: any;
  8699.  
  8700. static USERNAME_TAKEN: any;
  8701.  
  8702. static VALIDATION_ERROR: any;
  8703.  
  8704. static X_DOMAIN_REQUEST: any;
  8705.  
  8706. static captureStackTrace: any;
  8707.  
  8708. static prototype: any;
  8709.  
  8710. static stackTraceLimit: any;
  8711.  
  8712. }
  8713.  
  8714. class File {
  8715. constructor(name: any, data: any, type: any);
  8716.  
  8717. equals(other: any): any;
  8718.  
  8719. name(): any;
  8720.  
  8721. save(options: any): any;
  8722.  
  8723. toJSON(): any;
  8724.  
  8725. url(options: any): any;
  8726.  
  8727. static encodeBase64: any;
  8728.  
  8729. static fromJSON: any;
  8730.  
  8731. static prototype: any;
  8732.  
  8733. }
  8734.  
  8735. class GeoPoint {
  8736. constructor(arg1: any, arg2: any);
  8737.  
  8738. equals(other: any): any;
  8739.  
  8740. kilometersTo(point: any): any;
  8741.  
  8742. milesTo(point: any): any;
  8743.  
  8744. radiansTo(point: any): any;
  8745.  
  8746. toJSON(): any;
  8747.  
  8748. static current: any;
  8749.  
  8750. static prototype: any;
  8751.  
  8752. }
  8753.  
  8754. class LiveQueryClient {
  8755. constructor(_ref: any);
  8756.  
  8757. close(): void;
  8758.  
  8759. open(): void;
  8760.  
  8761. resubscribe(): void;
  8762.  
  8763. shouldOpen(): any;
  8764.  
  8765. subscribe(query: any, sessionToken: any): any;
  8766.  
  8767. unsubscribe(subscription: any): void;
  8768.  
  8769. static EventEmitter: any;
  8770.  
  8771. static defaultMaxListeners: any;
  8772.  
  8773. static init: any;
  8774.  
  8775. static listenerCount: any;
  8776.  
  8777. static prototype: any;
  8778.  
  8779. static usingDomains: any;
  8780.  
  8781. }
  8782.  
  8783. class Object {
  8784. constructor(className: any, attributes: any, options: any, ...args: any[]);
  8785.  
  8786. add(attr: any, item: any): any;
  8787.  
  8788. addAll(attr: any, items: any): any;
  8789.  
  8790. addAllUnique(attr: any, items: any): any;
  8791.  
  8792. addUnique(attr: any, item: any): any;
  8793.  
  8794. clear(): any;
  8795.  
  8796. clone(): any;
  8797.  
  8798. destroy(options: any): any;
  8799.  
  8800. dirty(attr: any): any;
  8801.  
  8802. dirtyKeys(): any;
  8803.  
  8804. equals(other: any): any;
  8805.  
  8806. escape(attr: any): any;
  8807.  
  8808. existed(): any;
  8809.  
  8810. fetch(options: any): any;
  8811.  
  8812. fetchFromLocalDatastore(...args: any[]): any;
  8813.  
  8814. fetchWithInclude(keys: any, options: any): any;
  8815.  
  8816. get(attr: any): any;
  8817.  
  8818. getACL(): any;
  8819.  
  8820. has(attr: any): any;
  8821.  
  8822. increment(attr: any, amount: any): any;
  8823.  
  8824. initialize(): void;
  8825.  
  8826. isNew(): any;
  8827.  
  8828. isPinned(...args: any[]): any;
  8829.  
  8830. isValid(): any;
  8831.  
  8832. newInstance(): any;
  8833.  
  8834. op(attr: any): any;
  8835.  
  8836. pin(): any;
  8837.  
  8838. pinWithName(name: any): any;
  8839.  
  8840. relation(attr: any): any;
  8841.  
  8842. remove(attr: any, item: any): any;
  8843.  
  8844. removeAll(attr: any, items: any): any;
  8845.  
  8846. revert(...args: any[]): void;
  8847.  
  8848. save(arg1: any, arg2: any, arg3: any): any;
  8849.  
  8850. set(key: any, value: any, options: any): any;
  8851.  
  8852. setACL(acl: any, options: any): any;
  8853.  
  8854. toJSON(seen: any): any;
  8855.  
  8856. toPointer(): any;
  8857.  
  8858. unPin(): any;
  8859.  
  8860. unPinWithName(name: any): any;
  8861.  
  8862. unset(attr: any, options: any): any;
  8863.  
  8864. validate(attrs: any): any;
  8865.  
  8866. static createWithoutData: any;
  8867.  
  8868. static destroyAll: any;
  8869.  
  8870. static disableSingleInstance: any;
  8871.  
  8872. static enableSingleInstance: any;
  8873.  
  8874. static extend: any;
  8875.  
  8876. static fetchAll: any;
  8877.  
  8878. static fetchAllIfNeeded: any;
  8879.  
  8880. static fetchAllWithInclude: any;
  8881.  
  8882. static fromJSON: any;
  8883.  
  8884. static pinAll: any;
  8885.  
  8886. static pinAllWithName: any;
  8887.  
  8888. static prototype: any;
  8889.  
  8890. static registerSubclass: any;
  8891.  
  8892. static saveAll: any;
  8893.  
  8894. static unPinAll: any;
  8895.  
  8896. static unPinAllObjects: any;
  8897.  
  8898. static unPinAllObjectsWithName: any;
  8899.  
  8900. static unPinAllWithName: any;
  8901.  
  8902. }
  8903.  
  8904. class Polygon {
  8905. constructor(arg1: any);
  8906.  
  8907. containsPoint(point: any): any;
  8908.  
  8909. equals(other: any): any;
  8910.  
  8911. toJSON(): any;
  8912.  
  8913. static prototype: any;
  8914.  
  8915. }
  8916.  
  8917. class Query {
  8918. constructor(objectClass: any);
  8919.  
  8920. addAscending(...args: any[]): any;
  8921.  
  8922. addDescending(...args: any[]): any;
  8923.  
  8924. aggregate(pipeline: any, options: any): any;
  8925.  
  8926. ascending(...args: any[]): any;
  8927.  
  8928. containedBy(key: any, value: any): any;
  8929.  
  8930. containedIn(key: any, value: any): any;
  8931.  
  8932. contains(key: any, value: any): any;
  8933.  
  8934. containsAll(key: any, values: any): any;
  8935.  
  8936. containsAllStartingWith(key: any, values: any): any;
  8937.  
  8938. count(options: any): any;
  8939.  
  8940. descending(...args: any[]): any;
  8941.  
  8942. distinct(key: any, options: any): any;
  8943.  
  8944. doesNotExist(key: any): any;
  8945.  
  8946. doesNotMatchKeyInQuery(key: any, queryKey: any, query: any): any;
  8947.  
  8948. doesNotMatchQuery(key: any, query: any): any;
  8949.  
  8950. each(callback: any, options: any): any;
  8951.  
  8952. endsWith(key: any, value: any): any;
  8953.  
  8954. equalTo(key: any, value: any): any;
  8955.  
  8956. exists(key: any): any;
  8957.  
  8958. find(options: any): any;
  8959.  
  8960. first(options: any): any;
  8961.  
  8962. fromLocalDatastore(): void;
  8963.  
  8964. fromPin(): void;
  8965.  
  8966. fromPinWithName(name: any): void;
  8967.  
  8968. fullText(key: any, value: any, options: any): any;
  8969.  
  8970. get(objectId: any, options: any): any;
  8971.  
  8972. greaterThan(key: any, value: any): any;
  8973.  
  8974. greaterThanOrEqualTo(key: any, value: any): any;
  8975.  
  8976. include(...args: any[]): any;
  8977.  
  8978. includeAll(): any;
  8979.  
  8980. lessThan(key: any, value: any): any;
  8981.  
  8982. lessThanOrEqualTo(key: any, value: any): any;
  8983.  
  8984. limit(n: any): any;
  8985.  
  8986. matches(key: any, regex: any, modifiers: any): any;
  8987.  
  8988. matchesKeyInQuery(key: any, queryKey: any, query: any): any;
  8989.  
  8990. matchesQuery(key: any, query: any): any;
  8991.  
  8992. near(key: any, point: any): any;
  8993.  
  8994. notContainedIn(key: any, value: any): any;
  8995.  
  8996. notEqualTo(key: any, value: any): any;
  8997.  
  8998. polygonContains(key: any, point: any): any;
  8999.  
  9000. select(...args: any[]): any;
  9001.  
  9002. skip(n: any): any;
  9003.  
  9004. sortByTextScore(): any;
  9005.  
  9006. startsWith(key: any, value: any): any;
  9007.  
  9008. subscribe(): any;
  9009.  
  9010. toJSON(): any;
  9011.  
  9012. withJSON(json: any): any;
  9013.  
  9014. withinGeoBox(key: any, southwest: any, northeast: any): any;
  9015.  
  9016. withinKilometers(key: any, point: any, distance: any, sorted: any): any;
  9017.  
  9018. withinMiles(key: any, point: any, distance: any, sorted: any): any;
  9019.  
  9020. withinPolygon(key: any, points: any): any;
  9021.  
  9022. withinRadians(key: any, point: any, distance: any, sorted: any): any;
  9023.  
  9024. static and: any;
  9025.  
  9026. static fromJSON: any;
  9027.  
  9028. static nor: any;
  9029.  
  9030. static or: any;
  9031.  
  9032. static prototype: any;
  9033.  
  9034. }
  9035.  
  9036. class Relation {
  9037. constructor(parent: any, key: any);
  9038.  
  9039. add(objects: any): any;
  9040.  
  9041. query(): any;
  9042.  
  9043. remove(objects: any): void;
  9044.  
  9045. toJSON(): any;
  9046.  
  9047. static prototype: any;
  9048.  
  9049. }
  9050.  
  9051. class Role {
  9052. constructor(name: any, acl: any);
  9053.  
  9054. getName(): any;
  9055.  
  9056. getRoles(): any;
  9057.  
  9058. getUsers(): any;
  9059.  
  9060. setName(name: any, options: any): any;
  9061.  
  9062. validate(attrs: any, options: any): any;
  9063.  
  9064. static className: any;
  9065.  
  9066. static createWithoutData: any;
  9067.  
  9068. static destroyAll: any;
  9069.  
  9070. static disableSingleInstance: any;
  9071.  
  9072. static enableSingleInstance: any;
  9073.  
  9074. static extend: any;
  9075.  
  9076. static fetchAll: any;
  9077.  
  9078. static fetchAllIfNeeded: any;
  9079.  
  9080. static fetchAllWithInclude: any;
  9081.  
  9082. static fromJSON: any;
  9083.  
  9084. static pinAll: any;
  9085.  
  9086. static pinAllWithName: any;
  9087.  
  9088. static prototype: any;
  9089.  
  9090. static registerSubclass: any;
  9091.  
  9092. static saveAll: any;
  9093.  
  9094. static unPinAll: any;
  9095.  
  9096. static unPinAllObjects: any;
  9097.  
  9098. static unPinAllObjectsWithName: any;
  9099.  
  9100. static unPinAllWithName: any;
  9101.  
  9102. }
  9103.  
  9104. class Schema {
  9105. constructor(className: any);
  9106.  
  9107. addArray(name: any): any;
  9108.  
  9109. addBoolean(name: any): any;
  9110.  
  9111. addDate(name: any): any;
  9112.  
  9113. addField(name: any, type: any): any;
  9114.  
  9115. addFile(name: any): any;
  9116.  
  9117. addGeoPoint(name: any): any;
  9118.  
  9119. addIndex(name: any, index: any): any;
  9120.  
  9121. addNumber(name: any): any;
  9122.  
  9123. addObject(name: any): any;
  9124.  
  9125. addPointer(name: any, targetClass: any): any;
  9126.  
  9127. addPolygon(name: any): any;
  9128.  
  9129. addRelation(name: any, targetClass: any): any;
  9130.  
  9131. addString(name: any): any;
  9132.  
  9133. assertClassName(): void;
  9134.  
  9135. delete(options: any): any;
  9136.  
  9137. deleteField(name: any): void;
  9138.  
  9139. deleteIndex(name: any): void;
  9140.  
  9141. get(options: any): any;
  9142.  
  9143. purge(): any;
  9144.  
  9145. save(options: any): any;
  9146.  
  9147. update(options: any): any;
  9148.  
  9149. static all: any;
  9150.  
  9151. static prototype: any;
  9152.  
  9153. }
  9154.  
  9155. class Session {
  9156. constructor(attributes: any);
  9157.  
  9158. getSessionToken(): any;
  9159.  
  9160. static className: any;
  9161.  
  9162. static createWithoutData: any;
  9163.  
  9164. static current: any;
  9165.  
  9166. static destroyAll: any;
  9167.  
  9168. static disableSingleInstance: any;
  9169.  
  9170. static enableSingleInstance: any;
  9171.  
  9172. static extend: any;
  9173.  
  9174. static fetchAll: any;
  9175.  
  9176. static fetchAllIfNeeded: any;
  9177.  
  9178. static fetchAllWithInclude: any;
  9179.  
  9180. static fromJSON: any;
  9181.  
  9182. static isCurrentSessionRevocable: any;
  9183.  
  9184. static pinAll: any;
  9185.  
  9186. static pinAllWithName: any;
  9187.  
  9188. static prototype: any;
  9189.  
  9190. static readOnlyAttributes: any;
  9191.  
  9192. static registerSubclass: any;
  9193.  
  9194. static saveAll: any;
  9195.  
  9196. static unPinAll: any;
  9197.  
  9198. static unPinAllObjects: any;
  9199.  
  9200. static unPinAllObjectsWithName: any;
  9201.  
  9202. static unPinAllWithName: any;
  9203.  
  9204. }
  9205.  
  9206. class User {
  9207. constructor(attributes: any);
  9208.  
  9209. authenticated(): any;
  9210.  
  9211. destroy(...args: any[]): any;
  9212.  
  9213. fetch(...args: any[]): any;
  9214.  
  9215. fetchWithInclude(...args: any[]): any;
  9216.  
  9217. getEmail(): any;
  9218.  
  9219. getSessionToken(): any;
  9220.  
  9221. getUsername(): any;
  9222.  
  9223. isCurrent(): any;
  9224.  
  9225. logIn(options: any): any;
  9226.  
  9227. save(...args: any[]): any;
  9228.  
  9229. setEmail(email: any): any;
  9230.  
  9231. setPassword(password: any): void;
  9232.  
  9233. setUsername(username: any): void;
  9234.  
  9235. signUp(attrs: any, options: any): any;
  9236.  
  9237. static allowCustomUserClass: any;
  9238.  
  9239. static become: any;
  9240.  
  9241. static className: any;
  9242.  
  9243. static createWithoutData: any;
  9244.  
  9245. static current: any;
  9246.  
  9247. static currentAsync: any;
  9248.  
  9249. static destroyAll: any;
  9250.  
  9251. static disableSingleInstance: any;
  9252.  
  9253. static disableUnsafeCurrentUser: any;
  9254.  
  9255. static enableRevocableSession: any;
  9256.  
  9257. static enableSingleInstance: any;
  9258.  
  9259. static enableUnsafeCurrentUser: any;
  9260.  
  9261. static extend: any;
  9262.  
  9263. static fetchAll: any;
  9264.  
  9265. static fetchAllIfNeeded: any;
  9266.  
  9267. static fetchAllWithInclude: any;
  9268.  
  9269. static fromJSON: any;
  9270.  
  9271. static hydrate: any;
  9272.  
  9273. static logIn: any;
  9274.  
  9275. static logInWith: any;
  9276.  
  9277. static logOut: any;
  9278.  
  9279. static pinAll: any;
  9280.  
  9281. static pinAllWithName: any;
  9282.  
  9283. static prototype: any;
  9284.  
  9285. static readOnlyAttributes: any;
  9286.  
  9287. static registerSubclass: any;
  9288.  
  9289. static requestPasswordReset: any;
  9290.  
  9291. static saveAll: any;
  9292.  
  9293. static signUp: any;
  9294.  
  9295. static unPinAll: any;
  9296.  
  9297. static unPinAllObjects: any;
  9298.  
  9299. static unPinAllObjectsWithName: any;
  9300.  
  9301. static unPinAllWithName: any;
  9302.  
  9303. }
  9304.  
  9305. const applicationId: any;
  9306.  
  9307. const javaScriptKey: any;
  9308.  
  9309. const liveQueryServerURL: any;
  9310.  
  9311. const masterKey: any;
  9312.  
  9313. const serverURL: string;
  9314.  
  9315. function Installation(attributes: any): any;
  9316.  
  9317. function dumpLocalDatastore(): any;
  9318.  
  9319. function enableLocalDatastore(): void;
  9320.  
  9321. function initialize(applicationId: any, javaScriptKey: any): void;
  9322.  
  9323. function isLocalDatastoreEnabled(): any;
  9324.  
  9325. function setAsyncStorage(storage: any): void;
  9326.  
  9327. function setLocalDatastoreController(controller: any): void;
  9328.  
  9329. namespace Analytics {
  9330. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Analytics
  9331. const track: any;
  9332.  
  9333. }
  9334.  
  9335. namespace Cloud {
  9336. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Cloud
  9337. const getJobStatus: any;
  9338.  
  9339. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Cloud
  9340. const getJobsData: any;
  9341.  
  9342. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Cloud
  9343. const run: any;
  9344.  
  9345. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Cloud
  9346. const startJob: any;
  9347.  
  9348. }
  9349.  
  9350. namespace CoreManager {
  9351. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9352. const get: any;
  9353.  
  9354. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9355. const getAnalyticsController: any;
  9356.  
  9357. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9358. const getAsyncStorage: any;
  9359.  
  9360. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9361. const getCloudController: any;
  9362.  
  9363. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9364. const getConfigController: any;
  9365.  
  9366. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9367. const getFileController: any;
  9368.  
  9369. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9370. const getHooksController: any;
  9371.  
  9372. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9373. const getInstallationController: any;
  9374.  
  9375. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9376. const getLiveQueryController: any;
  9377.  
  9378. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9379. const getLocalDatastore: any;
  9380.  
  9381. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9382. const getLocalDatastoreController: any;
  9383.  
  9384. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9385. const getObjectController: any;
  9386.  
  9387. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9388. const getObjectStateController: any;
  9389.  
  9390. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9391. const getPushController: any;
  9392.  
  9393. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9394. const getQueryController: any;
  9395.  
  9396. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9397. const getRESTController: any;
  9398.  
  9399. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9400. const getSchemaController: any;
  9401.  
  9402. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9403. const getSessionController: any;
  9404.  
  9405. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9406. const getStorageController: any;
  9407.  
  9408. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9409. const getUserController: any;
  9410.  
  9411. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9412. const set: any;
  9413.  
  9414. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9415. const setAnalyticsController: any;
  9416.  
  9417. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9418. const setAsyncStorage: any;
  9419.  
  9420. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9421. const setCloudController: any;
  9422.  
  9423. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9424. const setConfigController: any;
  9425.  
  9426. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9427. const setFileController: any;
  9428.  
  9429. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9430. const setHooksController: any;
  9431.  
  9432. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9433. const setInstallationController: any;
  9434.  
  9435. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9436. const setLiveQueryController: any;
  9437.  
  9438. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9439. const setLocalDatastore: any;
  9440.  
  9441. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9442. const setLocalDatastoreController: any;
  9443.  
  9444. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9445. const setObjectController: any;
  9446.  
  9447. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9448. const setObjectStateController: any;
  9449.  
  9450. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9451. const setPushController: any;
  9452.  
  9453. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9454. const setQueryController: any;
  9455.  
  9456. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9457. const setRESTController: any;
  9458.  
  9459. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9460. const setSchemaController: any;
  9461.  
  9462. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9463. const setSessionController: any;
  9464.  
  9465. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9466. const setStorageController: any;
  9467.  
  9468. // Too-deep object hierarchy from parse.Parse.Parse.Parse.CoreManager
  9469. const setUserController: any;
  9470.  
  9471. }
  9472.  
  9473. namespace FacebookUtils {
  9474. // Too-deep object hierarchy from parse.Parse.Parse.Parse.FacebookUtils
  9475. const init: any;
  9476.  
  9477. // Too-deep object hierarchy from parse.Parse.Parse.Parse.FacebookUtils
  9478. const isLinked: any;
  9479.  
  9480. // Too-deep object hierarchy from parse.Parse.Parse.Parse.FacebookUtils
  9481. const link: any;
  9482.  
  9483. // Too-deep object hierarchy from parse.Parse.Parse.Parse.FacebookUtils
  9484. const logIn: any;
  9485.  
  9486. // Too-deep object hierarchy from parse.Parse.Parse.Parse.FacebookUtils
  9487. const unlink: any;
  9488.  
  9489. }
  9490.  
  9491. namespace Installation {
  9492. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9493. const className: any;
  9494.  
  9495. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9496. const createWithoutData: any;
  9497.  
  9498. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9499. const destroyAll: any;
  9500.  
  9501. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9502. const disableSingleInstance: any;
  9503.  
  9504. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9505. const enableSingleInstance: any;
  9506.  
  9507. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9508. const extend: any;
  9509.  
  9510. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9511. const fetchAll: any;
  9512.  
  9513. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9514. const fetchAllIfNeeded: any;
  9515.  
  9516. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9517. const fetchAllWithInclude: any;
  9518.  
  9519. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9520. const fromJSON: any;
  9521.  
  9522. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9523. const pinAll: any;
  9524.  
  9525. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9526. const pinAllWithName: any;
  9527.  
  9528. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9529. const prototype: any;
  9530.  
  9531. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9532. const registerSubclass: any;
  9533.  
  9534. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9535. const saveAll: any;
  9536.  
  9537. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9538. const unPinAll: any;
  9539.  
  9540. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9541. const unPinAllObjects: any;
  9542.  
  9543. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9544. const unPinAllObjectsWithName: any;
  9545.  
  9546. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Installation
  9547. const unPinAllWithName: any;
  9548.  
  9549. }
  9550.  
  9551. namespace LiveQuery {
  9552. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9553. const addListener: any;
  9554.  
  9555. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9556. const close: any;
  9557.  
  9558. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9559. const emit: any;
  9560.  
  9561. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9562. const eventNames: any;
  9563.  
  9564. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9565. const getMaxListeners: any;
  9566.  
  9567. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9568. const listenerCount: any;
  9569.  
  9570. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9571. const listeners: any;
  9572.  
  9573. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9574. const off: any;
  9575.  
  9576. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9577. const on: any;
  9578.  
  9579. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9580. const once: any;
  9581.  
  9582. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9583. const open: any;
  9584.  
  9585. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9586. const prependListener: any;
  9587.  
  9588. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9589. const prependOnceListener: any;
  9590.  
  9591. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9592. const rawListeners: any;
  9593.  
  9594. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9595. const removeAllListeners: any;
  9596.  
  9597. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9598. const removeListener: any;
  9599.  
  9600. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LiveQuery
  9601. const setMaxListeners: any;
  9602.  
  9603. }
  9604.  
  9605. namespace LocalDatastore {
  9606. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9607. const DEFAULT_PIN: any;
  9608.  
  9609. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9610. const PIN_PREFIX: any;
  9611.  
  9612. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9613. const checkIfEnabled: any;
  9614.  
  9615. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9616. const fromPinWithName: any;
  9617.  
  9618. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9619. const getKeyForObject: any;
  9620.  
  9621. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9622. const getPinName: any;
  9623.  
  9624. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9625. const isEnabled: any;
  9626.  
  9627. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9628. const pinWithName: any;
  9629.  
  9630. // Too-deep object hierarchy from parse.Parse.Parse.Parse.LocalDatastore
  9631. const unPinWithName: any;
  9632.  
  9633. }
  9634.  
  9635. namespace Op {
  9636. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9637. const Add: any;
  9638.  
  9639. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9640. const AddUnique: any;
  9641.  
  9642. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9643. const Increment: any;
  9644.  
  9645. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9646. const Relation: any;
  9647.  
  9648. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9649. const Remove: any;
  9650.  
  9651. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9652. const Set: any;
  9653.  
  9654. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Op
  9655. const Unset: any;
  9656.  
  9657. }
  9658.  
  9659. namespace Parse {
  9660. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9661. const ACL: any;
  9662.  
  9663. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9664. const Analytics: any;
  9665.  
  9666. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9667. const Cloud: any;
  9668.  
  9669. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9670. const Config: any;
  9671.  
  9672. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9673. const CoreManager: any;
  9674.  
  9675. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9676. const Error: any;
  9677.  
  9678. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9679. const FacebookUtils: any;
  9680.  
  9681. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9682. const File: any;
  9683.  
  9684. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9685. const GeoPoint: any;
  9686.  
  9687. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9688. const Installation: any;
  9689.  
  9690. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9691. const LiveQuery: any;
  9692.  
  9693. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9694. const LiveQueryClient: any;
  9695.  
  9696. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9697. const LocalDatastore: any;
  9698.  
  9699. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9700. const Object: any;
  9701.  
  9702. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9703. const Op: any;
  9704.  
  9705. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9706. const Parse: any;
  9707.  
  9708. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9709. const Polygon: any;
  9710.  
  9711. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9712. const Push: any;
  9713.  
  9714. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9715. const Query: any;
  9716.  
  9717. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9718. const Relation: any;
  9719.  
  9720. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9721. const Role: any;
  9722.  
  9723. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9724. const Schema: any;
  9725.  
  9726. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9727. const Session: any;
  9728.  
  9729. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9730. const Storage: any;
  9731.  
  9732. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9733. const User: any;
  9734.  
  9735. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9736. const applicationId: any;
  9737.  
  9738. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9739. const dumpLocalDatastore: any;
  9740.  
  9741. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9742. const enableLocalDatastore: any;
  9743.  
  9744. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9745. const initialize: any;
  9746.  
  9747. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9748. const isLocalDatastoreEnabled: any;
  9749.  
  9750. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9751. const javaScriptKey: any;
  9752.  
  9753. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9754. const liveQueryServerURL: any;
  9755.  
  9756. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9757. const masterKey: any;
  9758.  
  9759. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9760. const serverURL: any;
  9761.  
  9762. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9763. const setAsyncStorage: any;
  9764.  
  9765. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Parse
  9766. const setLocalDatastoreController: any;
  9767.  
  9768. }
  9769.  
  9770. namespace Push {
  9771. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Push
  9772. const send: any;
  9773.  
  9774. }
  9775.  
  9776. namespace Storage {
  9777. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9778. const async: any;
  9779.  
  9780. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9781. const generatePath: any;
  9782.  
  9783. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9784. const getItem: any;
  9785.  
  9786. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9787. const getItemAsync: any;
  9788.  
  9789. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9790. const removeItem: any;
  9791.  
  9792. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9793. const removeItemAsync: any;
  9794.  
  9795. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9796. const setItem: any;
  9797.  
  9798. // Too-deep object hierarchy from parse.Parse.Parse.Parse.Storage
  9799. const setItemAsync: any;
  9800.  
  9801. }
  9802.  
  9803. namespace dumpLocalDatastore {
  9804. // Too-deep object hierarchy from parse.Parse.Parse.Parse.dumpLocalDatastore
  9805. const prototype: any;
  9806.  
  9807. }
  9808.  
  9809. namespace enableLocalDatastore {
  9810. // Too-deep object hierarchy from parse.Parse.Parse.Parse.enableLocalDatastore
  9811. const prototype: any;
  9812.  
  9813. }
  9814.  
  9815. namespace initialize {
  9816. // Too-deep object hierarchy from parse.Parse.Parse.Parse.initialize
  9817. const prototype: any;
  9818.  
  9819. }
  9820.  
  9821. namespace isLocalDatastoreEnabled {
  9822. // Too-deep object hierarchy from parse.Parse.Parse.Parse.isLocalDatastoreEnabled
  9823. const prototype: any;
  9824.  
  9825. }
  9826.  
  9827. namespace setAsyncStorage {
  9828. // Too-deep object hierarchy from parse.Parse.Parse.Parse.setAsyncStorage
  9829. const prototype: any;
  9830.  
  9831. }
  9832.  
  9833. namespace setLocalDatastoreController {
  9834. // Too-deep object hierarchy from parse.Parse.Parse.Parse.setLocalDatastoreController
  9835. const prototype: any;
  9836.  
  9837. }
  9838.  
  9839. }
  9840.  
  9841. namespace Polygon {
  9842. namespace prototype {
  9843. // Too-deep object hierarchy from parse.Parse.Parse.Polygon.prototype
  9844. const containsPoint: any;
  9845.  
  9846. // Too-deep object hierarchy from parse.Parse.Parse.Polygon.prototype
  9847. const coordinates: any;
  9848.  
  9849. // Too-deep object hierarchy from parse.Parse.Parse.Polygon.prototype
  9850. const equals: any;
  9851.  
  9852. // Too-deep object hierarchy from parse.Parse.Parse.Polygon.prototype
  9853. const toJSON: any;
  9854.  
  9855. }
  9856.  
  9857. }
  9858.  
  9859. namespace Push {
  9860. function send(data: any, options: any): any;
  9861.  
  9862. namespace send {
  9863. // Too-deep object hierarchy from parse.Parse.Parse.Push.send
  9864. const prototype: any;
  9865.  
  9866. }
  9867.  
  9868. }
  9869.  
  9870. namespace Query {
  9871. namespace and {
  9872. // Too-deep object hierarchy from parse.Parse.Parse.Query.and
  9873. const prototype: any;
  9874.  
  9875. }
  9876.  
  9877. namespace fromJSON {
  9878. // Too-deep object hierarchy from parse.Parse.Parse.Query.fromJSON
  9879. const prototype: any;
  9880.  
  9881. }
  9882.  
  9883. namespace nor {
  9884. // Too-deep object hierarchy from parse.Parse.Parse.Query.nor
  9885. const prototype: any;
  9886.  
  9887. }
  9888.  
  9889. namespace or {
  9890. // Too-deep object hierarchy from parse.Parse.Parse.Query.or
  9891. const prototype: any;
  9892.  
  9893. }
  9894.  
  9895. namespace prototype {
  9896. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9897. const addAscending: any;
  9898.  
  9899. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9900. const addDescending: any;
  9901.  
  9902. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9903. const aggregate: any;
  9904.  
  9905. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9906. const ascending: any;
  9907.  
  9908. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9909. const containedBy: any;
  9910.  
  9911. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9912. const containedIn: any;
  9913.  
  9914. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9915. const contains: any;
  9916.  
  9917. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9918. const containsAll: any;
  9919.  
  9920. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9921. const containsAllStartingWith: any;
  9922.  
  9923. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9924. const count: any;
  9925.  
  9926. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9927. const descending: any;
  9928.  
  9929. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9930. const distinct: any;
  9931.  
  9932. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9933. const doesNotExist: any;
  9934.  
  9935. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9936. const doesNotMatchKeyInQuery: any;
  9937.  
  9938. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9939. const doesNotMatchQuery: any;
  9940.  
  9941. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9942. const each: any;
  9943.  
  9944. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9945. const endsWith: any;
  9946.  
  9947. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9948. const equalTo: any;
  9949.  
  9950. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9951. const exists: any;
  9952.  
  9953. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9954. const find: any;
  9955.  
  9956. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9957. const first: any;
  9958.  
  9959. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9960. const fromLocalDatastore: any;
  9961.  
  9962. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9963. const fromPin: any;
  9964.  
  9965. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9966. const fromPinWithName: any;
  9967.  
  9968. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9969. const fullText: any;
  9970.  
  9971. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9972. const get: any;
  9973.  
  9974. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9975. const greaterThan: any;
  9976.  
  9977. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9978. const greaterThanOrEqualTo: any;
  9979.  
  9980. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9981. const include: any;
  9982.  
  9983. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9984. const includeAll: any;
  9985.  
  9986. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9987. const lessThan: any;
  9988.  
  9989. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9990. const lessThanOrEqualTo: any;
  9991.  
  9992. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9993. const limit: any;
  9994.  
  9995. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9996. const matches: any;
  9997.  
  9998. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  9999. const matchesKeyInQuery: any;
  10000.  
  10001. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10002. const matchesQuery: any;
  10003.  
  10004. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10005. const near: any;
  10006.  
  10007. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10008. const notContainedIn: any;
  10009.  
  10010. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10011. const notEqualTo: any;
  10012.  
  10013. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10014. const polygonContains: any;
  10015.  
  10016. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10017. const select: any;
  10018.  
  10019. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10020. const skip: any;
  10021.  
  10022. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10023. const sortByTextScore: any;
  10024.  
  10025. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10026. const startsWith: any;
  10027.  
  10028. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10029. const subscribe: any;
  10030.  
  10031. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10032. const toJSON: any;
  10033.  
  10034. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10035. const withJSON: any;
  10036.  
  10037. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10038. const withinGeoBox: any;
  10039.  
  10040. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10041. const withinKilometers: any;
  10042.  
  10043. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10044. const withinMiles: any;
  10045.  
  10046. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10047. const withinPolygon: any;
  10048.  
  10049. // Too-deep object hierarchy from parse.Parse.Parse.Query.prototype
  10050. const withinRadians: any;
  10051.  
  10052. }
  10053.  
  10054. }
  10055.  
  10056. namespace Relation {
  10057. namespace prototype {
  10058. // Too-deep object hierarchy from parse.Parse.Parse.Relation.prototype
  10059. const add: any;
  10060.  
  10061. // Too-deep object hierarchy from parse.Parse.Parse.Relation.prototype
  10062. const query: any;
  10063.  
  10064. // Too-deep object hierarchy from parse.Parse.Parse.Relation.prototype
  10065. const remove: any;
  10066.  
  10067. // Too-deep object hierarchy from parse.Parse.Parse.Relation.prototype
  10068. const toJSON: any;
  10069.  
  10070. }
  10071.  
  10072. }
  10073.  
  10074. namespace Role {
  10075. namespace createWithoutData {
  10076. // Too-deep object hierarchy from parse.Parse.Parse.Role.createWithoutData
  10077. const prototype: any;
  10078.  
  10079. }
  10080.  
  10081. namespace destroyAll {
  10082. // Too-deep object hierarchy from parse.Parse.Parse.Role.destroyAll
  10083. const prototype: any;
  10084.  
  10085. }
  10086.  
  10087. namespace disableSingleInstance {
  10088. // Too-deep object hierarchy from parse.Parse.Parse.Role.disableSingleInstance
  10089. const prototype: any;
  10090.  
  10091. }
  10092.  
  10093. namespace enableSingleInstance {
  10094. // Too-deep object hierarchy from parse.Parse.Parse.Role.enableSingleInstance
  10095. const prototype: any;
  10096.  
  10097. }
  10098.  
  10099. namespace extend {
  10100. // Too-deep object hierarchy from parse.Parse.Parse.Role.extend
  10101. const prototype: any;
  10102.  
  10103. }
  10104.  
  10105. namespace fetchAll {
  10106. // Too-deep object hierarchy from parse.Parse.Parse.Role.fetchAll
  10107. const prototype: any;
  10108.  
  10109. }
  10110.  
  10111. namespace fetchAllIfNeeded {
  10112. // Too-deep object hierarchy from parse.Parse.Parse.Role.fetchAllIfNeeded
  10113. const prototype: any;
  10114.  
  10115. }
  10116.  
  10117. namespace fetchAllWithInclude {
  10118. // Too-deep object hierarchy from parse.Parse.Parse.Role.fetchAllWithInclude
  10119. const prototype: any;
  10120.  
  10121. }
  10122.  
  10123. namespace fromJSON {
  10124. // Too-deep object hierarchy from parse.Parse.Parse.Role.fromJSON
  10125. const prototype: any;
  10126.  
  10127. }
  10128.  
  10129. namespace pinAll {
  10130. // Too-deep object hierarchy from parse.Parse.Parse.Role.pinAll
  10131. const prototype: any;
  10132.  
  10133. }
  10134.  
  10135. namespace pinAllWithName {
  10136. // Too-deep object hierarchy from parse.Parse.Parse.Role.pinAllWithName
  10137. const prototype: any;
  10138.  
  10139. }
  10140.  
  10141. namespace prototype {
  10142. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10143. const add: any;
  10144.  
  10145. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10146. const addAll: any;
  10147.  
  10148. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10149. const addAllUnique: any;
  10150.  
  10151. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10152. const addUnique: any;
  10153.  
  10154. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10155. const attributes: any;
  10156.  
  10157. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10158. const clear: any;
  10159.  
  10160. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10161. const clone: any;
  10162.  
  10163. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10164. const createdAt: any;
  10165.  
  10166. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10167. const destroy: any;
  10168.  
  10169. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10170. const dirty: any;
  10171.  
  10172. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10173. const dirtyKeys: any;
  10174.  
  10175. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10176. const equals: any;
  10177.  
  10178. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10179. const escape: any;
  10180.  
  10181. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10182. const existed: any;
  10183.  
  10184. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10185. const fetch: any;
  10186.  
  10187. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10188. const fetchFromLocalDatastore: any;
  10189.  
  10190. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10191. const fetchWithInclude: any;
  10192.  
  10193. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10194. const get: any;
  10195.  
  10196. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10197. const getACL: any;
  10198.  
  10199. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10200. const getName: any;
  10201.  
  10202. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10203. const getRoles: any;
  10204.  
  10205. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10206. const getUsers: any;
  10207.  
  10208. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10209. const has: any;
  10210.  
  10211. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10212. const increment: any;
  10213.  
  10214. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10215. const initialize: any;
  10216.  
  10217. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10218. const isNew: any;
  10219.  
  10220. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10221. const isPinned: any;
  10222.  
  10223. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10224. const isValid: any;
  10225.  
  10226. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10227. const newInstance: any;
  10228.  
  10229. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10230. const op: any;
  10231.  
  10232. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10233. const pin: any;
  10234.  
  10235. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10236. const pinWithName: any;
  10237.  
  10238. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10239. const relation: any;
  10240.  
  10241. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10242. const remove: any;
  10243.  
  10244. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10245. const removeAll: any;
  10246.  
  10247. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10248. const revert: any;
  10249.  
  10250. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10251. const save: any;
  10252.  
  10253. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10254. const set: any;
  10255.  
  10256. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10257. const setACL: any;
  10258.  
  10259. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10260. const setName: any;
  10261.  
  10262. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10263. const toJSON: any;
  10264.  
  10265. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10266. const toPointer: any;
  10267.  
  10268. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10269. const unPin: any;
  10270.  
  10271. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10272. const unPinWithName: any;
  10273.  
  10274. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10275. const unset: any;
  10276.  
  10277. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10278. const updatedAt: any;
  10279.  
  10280. // Too-deep object hierarchy from parse.Parse.Parse.Role.prototype
  10281. const validate: any;
  10282.  
  10283. }
  10284.  
  10285. namespace registerSubclass {
  10286. // Too-deep object hierarchy from parse.Parse.Parse.Role.registerSubclass
  10287. const prototype: any;
  10288.  
  10289. }
  10290.  
  10291. namespace saveAll {
  10292. // Too-deep object hierarchy from parse.Parse.Parse.Role.saveAll
  10293. const prototype: any;
  10294.  
  10295. }
  10296.  
  10297. namespace unPinAll {
  10298. // Too-deep object hierarchy from parse.Parse.Parse.Role.unPinAll
  10299. const prototype: any;
  10300.  
  10301. }
  10302.  
  10303. namespace unPinAllObjects {
  10304. // Too-deep object hierarchy from parse.Parse.Parse.Role.unPinAllObjects
  10305. const prototype: any;
  10306.  
  10307. }
  10308.  
  10309. namespace unPinAllObjectsWithName {
  10310. // Too-deep object hierarchy from parse.Parse.Parse.Role.unPinAllObjectsWithName
  10311. const prototype: any;
  10312.  
  10313. }
  10314.  
  10315. namespace unPinAllWithName {
  10316. // Too-deep object hierarchy from parse.Parse.Parse.Role.unPinAllWithName
  10317. const prototype: any;
  10318.  
  10319. }
  10320.  
  10321. }
  10322.  
  10323. namespace Schema {
  10324. namespace all {
  10325. // Too-deep object hierarchy from parse.Parse.Parse.Schema.all
  10326. const prototype: any;
  10327.  
  10328. }
  10329.  
  10330. namespace prototype {
  10331. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10332. const addArray: any;
  10333.  
  10334. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10335. const addBoolean: any;
  10336.  
  10337. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10338. const addDate: any;
  10339.  
  10340. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10341. const addField: any;
  10342.  
  10343. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10344. const addFile: any;
  10345.  
  10346. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10347. const addGeoPoint: any;
  10348.  
  10349. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10350. const addIndex: any;
  10351.  
  10352. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10353. const addNumber: any;
  10354.  
  10355. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10356. const addObject: any;
  10357.  
  10358. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10359. const addPointer: any;
  10360.  
  10361. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10362. const addPolygon: any;
  10363.  
  10364. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10365. const addRelation: any;
  10366.  
  10367. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10368. const addString: any;
  10369.  
  10370. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10371. const assertClassName: any;
  10372.  
  10373. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10374. const delete: any;
  10375.  
  10376. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10377. const deleteField: any;
  10378.  
  10379. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10380. const deleteIndex: any;
  10381.  
  10382. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10383. const get: any;
  10384.  
  10385. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10386. const purge: any;
  10387.  
  10388. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10389. const save: any;
  10390.  
  10391. // Too-deep object hierarchy from parse.Parse.Parse.Schema.prototype
  10392. const update: any;
  10393.  
  10394. }
  10395.  
  10396. }
  10397.  
  10398. namespace Session {
  10399. namespace createWithoutData {
  10400. // Too-deep object hierarchy from parse.Parse.Parse.Session.createWithoutData
  10401. const prototype: any;
  10402.  
  10403. }
  10404.  
  10405. namespace current {
  10406. // Too-deep object hierarchy from parse.Parse.Parse.Session.current
  10407. const prototype: any;
  10408.  
  10409. }
  10410.  
  10411. namespace destroyAll {
  10412. // Too-deep object hierarchy from parse.Parse.Parse.Session.destroyAll
  10413. const prototype: any;
  10414.  
  10415. }
  10416.  
  10417. namespace disableSingleInstance {
  10418. // Too-deep object hierarchy from parse.Parse.Parse.Session.disableSingleInstance
  10419. const prototype: any;
  10420.  
  10421. }
  10422.  
  10423. namespace enableSingleInstance {
  10424. // Too-deep object hierarchy from parse.Parse.Parse.Session.enableSingleInstance
  10425. const prototype: any;
  10426.  
  10427. }
  10428.  
  10429. namespace extend {
  10430. // Too-deep object hierarchy from parse.Parse.Parse.Session.extend
  10431. const prototype: any;
  10432.  
  10433. }
  10434.  
  10435. namespace fetchAll {
  10436. // Too-deep object hierarchy from parse.Parse.Parse.Session.fetchAll
  10437. const prototype: any;
  10438.  
  10439. }
  10440.  
  10441. namespace fetchAllIfNeeded {
  10442. // Too-deep object hierarchy from parse.Parse.Parse.Session.fetchAllIfNeeded
  10443. const prototype: any;
  10444.  
  10445. }
  10446.  
  10447. namespace fetchAllWithInclude {
  10448. // Too-deep object hierarchy from parse.Parse.Parse.Session.fetchAllWithInclude
  10449. const prototype: any;
  10450.  
  10451. }
  10452.  
  10453. namespace fromJSON {
  10454. // Too-deep object hierarchy from parse.Parse.Parse.Session.fromJSON
  10455. const prototype: any;
  10456.  
  10457. }
  10458.  
  10459. namespace isCurrentSessionRevocable {
  10460. // Too-deep object hierarchy from parse.Parse.Parse.Session.isCurrentSessionRevocable
  10461. const prototype: any;
  10462.  
  10463. }
  10464.  
  10465. namespace pinAll {
  10466. // Too-deep object hierarchy from parse.Parse.Parse.Session.pinAll
  10467. const prototype: any;
  10468.  
  10469. }
  10470.  
  10471. namespace pinAllWithName {
  10472. // Too-deep object hierarchy from parse.Parse.Parse.Session.pinAllWithName
  10473. const prototype: any;
  10474.  
  10475. }
  10476.  
  10477. namespace prototype {
  10478. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10479. const add: any;
  10480.  
  10481. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10482. const addAll: any;
  10483.  
  10484. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10485. const addAllUnique: any;
  10486.  
  10487. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10488. const addUnique: any;
  10489.  
  10490. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10491. const attributes: any;
  10492.  
  10493. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10494. const clear: any;
  10495.  
  10496. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10497. const clone: any;
  10498.  
  10499. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10500. const createdAt: any;
  10501.  
  10502. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10503. const destroy: any;
  10504.  
  10505. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10506. const dirty: any;
  10507.  
  10508. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10509. const dirtyKeys: any;
  10510.  
  10511. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10512. const equals: any;
  10513.  
  10514. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10515. const escape: any;
  10516.  
  10517. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10518. const existed: any;
  10519.  
  10520. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10521. const fetch: any;
  10522.  
  10523. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10524. const fetchFromLocalDatastore: any;
  10525.  
  10526. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10527. const fetchWithInclude: any;
  10528.  
  10529. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10530. const get: any;
  10531.  
  10532. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10533. const getACL: any;
  10534.  
  10535. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10536. const getSessionToken: any;
  10537.  
  10538. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10539. const has: any;
  10540.  
  10541. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10542. const increment: any;
  10543.  
  10544. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10545. const initialize: any;
  10546.  
  10547. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10548. const isNew: any;
  10549.  
  10550. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10551. const isPinned: any;
  10552.  
  10553. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10554. const isValid: any;
  10555.  
  10556. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10557. const newInstance: any;
  10558.  
  10559. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10560. const op: any;
  10561.  
  10562. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10563. const pin: any;
  10564.  
  10565. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10566. const pinWithName: any;
  10567.  
  10568. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10569. const relation: any;
  10570.  
  10571. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10572. const remove: any;
  10573.  
  10574. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10575. const removeAll: any;
  10576.  
  10577. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10578. const revert: any;
  10579.  
  10580. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10581. const save: any;
  10582.  
  10583. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10584. const set: any;
  10585.  
  10586. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10587. const setACL: any;
  10588.  
  10589. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10590. const toJSON: any;
  10591.  
  10592. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10593. const toPointer: any;
  10594.  
  10595. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10596. const unPin: any;
  10597.  
  10598. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10599. const unPinWithName: any;
  10600.  
  10601. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10602. const unset: any;
  10603.  
  10604. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10605. const updatedAt: any;
  10606.  
  10607. // Too-deep object hierarchy from parse.Parse.Parse.Session.prototype
  10608. const validate: any;
  10609.  
  10610. }
  10611.  
  10612. namespace readOnlyAttributes {
  10613. // Too-deep object hierarchy from parse.Parse.Parse.Session.readOnlyAttributes
  10614. const prototype: any;
  10615.  
  10616. }
  10617.  
  10618. namespace registerSubclass {
  10619. // Too-deep object hierarchy from parse.Parse.Parse.Session.registerSubclass
  10620. const prototype: any;
  10621.  
  10622. }
  10623.  
  10624. namespace saveAll {
  10625. // Too-deep object hierarchy from parse.Parse.Parse.Session.saveAll
  10626. const prototype: any;
  10627.  
  10628. }
  10629.  
  10630. namespace unPinAll {
  10631. // Too-deep object hierarchy from parse.Parse.Parse.Session.unPinAll
  10632. const prototype: any;
  10633.  
  10634. }
  10635.  
  10636. namespace unPinAllObjects {
  10637. // Too-deep object hierarchy from parse.Parse.Parse.Session.unPinAllObjects
  10638. const prototype: any;
  10639.  
  10640. }
  10641.  
  10642. namespace unPinAllObjectsWithName {
  10643. // Too-deep object hierarchy from parse.Parse.Parse.Session.unPinAllObjectsWithName
  10644. const prototype: any;
  10645.  
  10646. }
  10647.  
  10648. namespace unPinAllWithName {
  10649. // Too-deep object hierarchy from parse.Parse.Parse.Session.unPinAllWithName
  10650. const prototype: any;
  10651.  
  10652. }
  10653.  
  10654. }
  10655.  
  10656. namespace Storage {
  10657. function async(): any;
  10658.  
  10659. function generatePath(path: any): any;
  10660.  
  10661. function getItem(path: any): any;
  10662.  
  10663. function getItemAsync(path: any): any;
  10664.  
  10665. function removeItem(path: any): any;
  10666.  
  10667. function removeItemAsync(path: any): any;
  10668.  
  10669. function setItem(path: any, value: any): any;
  10670.  
  10671. function setItemAsync(path: any, value: any): any;
  10672.  
  10673. namespace async {
  10674. // Too-deep object hierarchy from parse.Parse.Parse.Storage.async
  10675. const prototype: any;
  10676.  
  10677. }
  10678.  
  10679. namespace generatePath {
  10680. // Too-deep object hierarchy from parse.Parse.Parse.Storage.generatePath
  10681. const prototype: any;
  10682.  
  10683. }
  10684.  
  10685. namespace getItem {
  10686. // Too-deep object hierarchy from parse.Parse.Parse.Storage.getItem
  10687. const prototype: any;
  10688.  
  10689. }
  10690.  
  10691. namespace getItemAsync {
  10692. // Too-deep object hierarchy from parse.Parse.Parse.Storage.getItemAsync
  10693. const prototype: any;
  10694.  
  10695. }
  10696.  
  10697. namespace removeItem {
  10698. // Too-deep object hierarchy from parse.Parse.Parse.Storage.removeItem
  10699. const prototype: any;
  10700.  
  10701. }
  10702.  
  10703. namespace removeItemAsync {
  10704. // Too-deep object hierarchy from parse.Parse.Parse.Storage.removeItemAsync
  10705. const prototype: any;
  10706.  
  10707. }
  10708.  
  10709. namespace setItem {
  10710. // Too-deep object hierarchy from parse.Parse.Parse.Storage.setItem
  10711. const prototype: any;
  10712.  
  10713. }
  10714.  
  10715. namespace setItemAsync {
  10716. // Too-deep object hierarchy from parse.Parse.Parse.Storage.setItemAsync
  10717. const prototype: any;
  10718.  
  10719. }
  10720.  
  10721. }
  10722.  
  10723. namespace User {
  10724. namespace allowCustomUserClass {
  10725. // Too-deep object hierarchy from parse.Parse.Parse.User.allowCustomUserClass
  10726. const prototype: any;
  10727.  
  10728. }
  10729.  
  10730. namespace become {
  10731. // Too-deep object hierarchy from parse.Parse.Parse.User.become
  10732. const prototype: any;
  10733.  
  10734. }
  10735.  
  10736. namespace createWithoutData {
  10737. // Too-deep object hierarchy from parse.Parse.Parse.User.createWithoutData
  10738. const prototype: any;
  10739.  
  10740. }
  10741.  
  10742. namespace current {
  10743. // Too-deep object hierarchy from parse.Parse.Parse.User.current
  10744. const prototype: any;
  10745.  
  10746. }
  10747.  
  10748. namespace currentAsync {
  10749. // Too-deep object hierarchy from parse.Parse.Parse.User.currentAsync
  10750. const prototype: any;
  10751.  
  10752. }
  10753.  
  10754. namespace destroyAll {
  10755. // Too-deep object hierarchy from parse.Parse.Parse.User.destroyAll
  10756. const prototype: any;
  10757.  
  10758. }
  10759.  
  10760. namespace disableSingleInstance {
  10761. // Too-deep object hierarchy from parse.Parse.Parse.User.disableSingleInstance
  10762. const prototype: any;
  10763.  
  10764. }
  10765.  
  10766. namespace disableUnsafeCurrentUser {
  10767. // Too-deep object hierarchy from parse.Parse.Parse.User.disableUnsafeCurrentUser
  10768. const prototype: any;
  10769.  
  10770. }
  10771.  
  10772. namespace enableRevocableSession {
  10773. // Too-deep object hierarchy from parse.Parse.Parse.User.enableRevocableSession
  10774. const prototype: any;
  10775.  
  10776. }
  10777.  
  10778. namespace enableSingleInstance {
  10779. // Too-deep object hierarchy from parse.Parse.Parse.User.enableSingleInstance
  10780. const prototype: any;
  10781.  
  10782. }
  10783.  
  10784. namespace enableUnsafeCurrentUser {
  10785. // Too-deep object hierarchy from parse.Parse.Parse.User.enableUnsafeCurrentUser
  10786. const prototype: any;
  10787.  
  10788. }
  10789.  
  10790. namespace extend {
  10791. // Too-deep object hierarchy from parse.Parse.Parse.User.extend
  10792. const prototype: any;
  10793.  
  10794. }
  10795.  
  10796. namespace fetchAll {
  10797. // Too-deep object hierarchy from parse.Parse.Parse.User.fetchAll
  10798. const prototype: any;
  10799.  
  10800. }
  10801.  
  10802. namespace fetchAllIfNeeded {
  10803. // Too-deep object hierarchy from parse.Parse.Parse.User.fetchAllIfNeeded
  10804. const prototype: any;
  10805.  
  10806. }
  10807.  
  10808. namespace fetchAllWithInclude {
  10809. // Too-deep object hierarchy from parse.Parse.Parse.User.fetchAllWithInclude
  10810. const prototype: any;
  10811.  
  10812. }
  10813.  
  10814. namespace fromJSON {
  10815. // Too-deep object hierarchy from parse.Parse.Parse.User.fromJSON
  10816. const prototype: any;
  10817.  
  10818. }
  10819.  
  10820. namespace hydrate {
  10821. // Too-deep object hierarchy from parse.Parse.Parse.User.hydrate
  10822. const prototype: any;
  10823.  
  10824. }
  10825.  
  10826. namespace logIn {
  10827. // Too-deep object hierarchy from parse.Parse.Parse.User.logIn
  10828. const prototype: any;
  10829.  
  10830. }
  10831.  
  10832. namespace logInWith {
  10833. // Too-deep object hierarchy from parse.Parse.Parse.User.logInWith
  10834. const prototype: any;
  10835.  
  10836. }
  10837.  
  10838. namespace logOut {
  10839. // Too-deep object hierarchy from parse.Parse.Parse.User.logOut
  10840. const prototype: any;
  10841.  
  10842. }
  10843.  
  10844. namespace pinAll {
  10845. // Too-deep object hierarchy from parse.Parse.Parse.User.pinAll
  10846. const prototype: any;
  10847.  
  10848. }
  10849.  
  10850. namespace pinAllWithName {
  10851. // Too-deep object hierarchy from parse.Parse.Parse.User.pinAllWithName
  10852. const prototype: any;
  10853.  
  10854. }
  10855.  
  10856. namespace prototype {
  10857. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10858. const add: any;
  10859.  
  10860. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10861. const addAll: any;
  10862.  
  10863. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10864. const addAllUnique: any;
  10865.  
  10866. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10867. const addUnique: any;
  10868.  
  10869. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10870. const attributes: any;
  10871.  
  10872. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10873. const authenticated: any;
  10874.  
  10875. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10876. const clear: any;
  10877.  
  10878. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10879. const clone: any;
  10880.  
  10881. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10882. const createdAt: any;
  10883.  
  10884. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10885. const destroy: any;
  10886.  
  10887. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10888. const dirty: any;
  10889.  
  10890. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10891. const dirtyKeys: any;
  10892.  
  10893. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10894. const equals: any;
  10895.  
  10896. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10897. const escape: any;
  10898.  
  10899. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10900. const existed: any;
  10901.  
  10902. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10903. const fetch: any;
  10904.  
  10905. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10906. const fetchFromLocalDatastore: any;
  10907.  
  10908. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10909. const fetchWithInclude: any;
  10910.  
  10911. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10912. const get: any;
  10913.  
  10914. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10915. const getACL: any;
  10916.  
  10917. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10918. const getEmail: any;
  10919.  
  10920. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10921. const getSessionToken: any;
  10922.  
  10923. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10924. const getUsername: any;
  10925.  
  10926. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10927. const has: any;
  10928.  
  10929. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10930. const increment: any;
  10931.  
  10932. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10933. const initialize: any;
  10934.  
  10935. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10936. const isCurrent: any;
  10937.  
  10938. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10939. const isNew: any;
  10940.  
  10941. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10942. const isPinned: any;
  10943.  
  10944. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10945. const isValid: any;
  10946.  
  10947. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10948. const logIn: any;
  10949.  
  10950. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10951. const newInstance: any;
  10952.  
  10953. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10954. const op: any;
  10955.  
  10956. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10957. const pin: any;
  10958.  
  10959. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10960. const pinWithName: any;
  10961.  
  10962. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10963. const relation: any;
  10964.  
  10965. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10966. const remove: any;
  10967.  
  10968. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10969. const removeAll: any;
  10970.  
  10971. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10972. const revert: any;
  10973.  
  10974. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10975. const save: any;
  10976.  
  10977. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10978. const set: any;
  10979.  
  10980. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10981. const setACL: any;
  10982.  
  10983. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10984. const setEmail: any;
  10985.  
  10986. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10987. const setPassword: any;
  10988.  
  10989. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10990. const setUsername: any;
  10991.  
  10992. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10993. const signUp: any;
  10994.  
  10995. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10996. const toJSON: any;
  10997.  
  10998. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  10999. const toPointer: any;
  11000.  
  11001. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  11002. const unPin: any;
  11003.  
  11004. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  11005. const unPinWithName: any;
  11006.  
  11007. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  11008. const unset: any;
  11009.  
  11010. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  11011. const updatedAt: any;
  11012.  
  11013. // Too-deep object hierarchy from parse.Parse.Parse.User.prototype
  11014. const validate: any;
  11015.  
  11016. }
  11017.  
  11018. namespace readOnlyAttributes {
  11019. // Too-deep object hierarchy from parse.Parse.Parse.User.readOnlyAttributes
  11020. const prototype: any;
  11021.  
  11022. }
  11023.  
  11024. namespace registerSubclass {
  11025. // Too-deep object hierarchy from parse.Parse.Parse.User.registerSubclass
  11026. const prototype: any;
  11027.  
  11028. }
  11029.  
  11030. namespace requestPasswordReset {
  11031. // Too-deep object hierarchy from parse.Parse.Parse.User.requestPasswordReset
  11032. const prototype: any;
  11033.  
  11034. }
  11035.  
  11036. namespace saveAll {
  11037. // Too-deep object hierarchy from parse.Parse.Parse.User.saveAll
  11038. const prototype: any;
  11039.  
  11040. }
  11041.  
  11042. namespace signUp {
  11043. // Too-deep object hierarchy from parse.Parse.Parse.User.signUp
  11044. const prototype: any;
  11045.  
  11046. }
  11047.  
  11048. namespace unPinAll {
  11049. // Too-deep object hierarchy from parse.Parse.Parse.User.unPinAll
  11050. const prototype: any;
  11051.  
  11052. }
  11053.  
  11054. namespace unPinAllObjects {
  11055. // Too-deep object hierarchy from parse.Parse.Parse.User.unPinAllObjects
  11056. const prototype: any;
  11057.  
  11058. }
  11059.  
  11060. namespace unPinAllObjectsWithName {
  11061. // Too-deep object hierarchy from parse.Parse.Parse.User.unPinAllObjectsWithName
  11062. const prototype: any;
  11063.  
  11064. }
  11065.  
  11066. namespace unPinAllWithName {
  11067. // Too-deep object hierarchy from parse.Parse.Parse.User.unPinAllWithName
  11068. const prototype: any;
  11069.  
  11070. }
  11071.  
  11072. }
  11073.  
  11074. namespace dumpLocalDatastore {
  11075. const prototype: {
  11076. };
  11077.  
  11078. }
  11079.  
  11080. namespace enableLocalDatastore {
  11081. const prototype: {
  11082. };
  11083.  
  11084. }
  11085.  
  11086. namespace initialize {
  11087. const prototype: {
  11088. };
  11089.  
  11090. }
  11091.  
  11092. namespace isLocalDatastoreEnabled {
  11093. const prototype: {
  11094. };
  11095.  
  11096. }
  11097.  
  11098. namespace setAsyncStorage {
  11099. const prototype: {
  11100. };
  11101.  
  11102. }
  11103.  
  11104. namespace setLocalDatastoreController {
  11105. const prototype: {
  11106. };
  11107.  
  11108. }
  11109.  
  11110. }
  11111.  
  11112. namespace Polygon {
  11113. namespace prototype {
  11114. const coordinates: any;
  11115.  
  11116. function containsPoint(point: any): any;
  11117.  
  11118. function equals(other: any): any;
  11119.  
  11120. function toJSON(): any;
  11121.  
  11122. namespace containsPoint {
  11123. // Too-deep object hierarchy from parse.Parse.Polygon.prototype.containsPoint
  11124. const prototype: any;
  11125.  
  11126. }
  11127.  
  11128. namespace equals {
  11129. // Too-deep object hierarchy from parse.Parse.Polygon.prototype.equals
  11130. const prototype: any;
  11131.  
  11132. }
  11133.  
  11134. namespace toJSON {
  11135. // Too-deep object hierarchy from parse.Parse.Polygon.prototype.toJSON
  11136. const prototype: any;
  11137.  
  11138. }
  11139.  
  11140. }
  11141.  
  11142. }
  11143.  
  11144. namespace Push {
  11145. function send(data: any, options: any): any;
  11146.  
  11147. namespace send {
  11148. const prototype: {
  11149. };
  11150.  
  11151. }
  11152.  
  11153. }
  11154.  
  11155. namespace Query {
  11156. namespace and {
  11157. const prototype: {
  11158. };
  11159.  
  11160. }
  11161.  
  11162. namespace fromJSON {
  11163. const prototype: {
  11164. };
  11165.  
  11166. }
  11167.  
  11168. namespace nor {
  11169. const prototype: {
  11170. };
  11171.  
  11172. }
  11173.  
  11174. namespace or {
  11175. const prototype: {
  11176. };
  11177.  
  11178. }
  11179.  
  11180. namespace prototype {
  11181. function addAscending(...args: any[]): any;
  11182.  
  11183. function addDescending(...args: any[]): any;
  11184.  
  11185. function aggregate(pipeline: any, options: any): any;
  11186.  
  11187. function ascending(...args: any[]): any;
  11188.  
  11189. function containedBy(key: any, value: any): any;
  11190.  
  11191. function containedIn(key: any, value: any): any;
  11192.  
  11193. function contains(key: any, value: any): any;
  11194.  
  11195. function containsAll(key: any, values: any): any;
  11196.  
  11197. function containsAllStartingWith(key: any, values: any): any;
  11198.  
  11199. function count(options: any): any;
  11200.  
  11201. function descending(...args: any[]): any;
  11202.  
  11203. function distinct(key: any, options: any): any;
  11204.  
  11205. function doesNotExist(key: any): any;
  11206.  
  11207. function doesNotMatchKeyInQuery(key: any, queryKey: any, query: any): any;
  11208.  
  11209. function doesNotMatchQuery(key: any, query: any): any;
  11210.  
  11211. function each(callback: any, options: any): any;
  11212.  
  11213. function endsWith(key: any, value: any): any;
  11214.  
  11215. function equalTo(key: any, value: any): any;
  11216.  
  11217. function exists(key: any): any;
  11218.  
  11219. function find(options: any): any;
  11220.  
  11221. function first(options: any): any;
  11222.  
  11223. function fromLocalDatastore(): void;
  11224.  
  11225. function fromPin(): void;
  11226.  
  11227. function fromPinWithName(name: any): void;
  11228.  
  11229. function fullText(key: any, value: any, options: any): any;
  11230.  
  11231. function get(objectId: any, options: any): any;
  11232.  
  11233. function greaterThan(key: any, value: any): any;
  11234.  
  11235. function greaterThanOrEqualTo(key: any, value: any): any;
  11236.  
  11237. function include(...args: any[]): any;
  11238.  
  11239. function includeAll(): any;
  11240.  
  11241. function lessThan(key: any, value: any): any;
  11242.  
  11243. function lessThanOrEqualTo(key: any, value: any): any;
  11244.  
  11245. function limit(n: any): any;
  11246.  
  11247. function matches(key: any, regex: any, modifiers: any): any;
  11248.  
  11249. function matchesKeyInQuery(key: any, queryKey: any, query: any): any;
  11250.  
  11251. function matchesQuery(key: any, query: any): any;
  11252.  
  11253. function near(key: any, point: any): any;
  11254.  
  11255. function notContainedIn(key: any, value: any): any;
  11256.  
  11257. function notEqualTo(key: any, value: any): any;
  11258.  
  11259. function polygonContains(key: any, point: any): any;
  11260.  
  11261. function select(...args: any[]): any;
  11262.  
  11263. function skip(n: any): any;
  11264.  
  11265. function sortByTextScore(): any;
  11266.  
  11267. function startsWith(key: any, value: any): any;
  11268.  
  11269. function subscribe(): any;
  11270.  
  11271. function toJSON(): any;
  11272.  
  11273. function withJSON(json: any): any;
  11274.  
  11275. function withinGeoBox(key: any, southwest: any, northeast: any): any;
  11276.  
  11277. function withinKilometers(key: any, point: any, distance: any, sorted: any): any;
  11278.  
  11279. function withinMiles(key: any, point: any, distance: any, sorted: any): any;
  11280.  
  11281. function withinPolygon(key: any, points: any): any;
  11282.  
  11283. function withinRadians(key: any, point: any, distance: any, sorted: any): any;
  11284.  
  11285. namespace addAscending {
  11286. // Too-deep object hierarchy from parse.Parse.Query.prototype.addAscending
  11287. const prototype: any;
  11288.  
  11289. }
  11290.  
  11291. namespace addDescending {
  11292. // Too-deep object hierarchy from parse.Parse.Query.prototype.addDescending
  11293. const prototype: any;
  11294.  
  11295. }
  11296.  
  11297. namespace aggregate {
  11298. // Too-deep object hierarchy from parse.Parse.Query.prototype.aggregate
  11299. const prototype: any;
  11300.  
  11301. }
  11302.  
  11303. namespace ascending {
  11304. // Too-deep object hierarchy from parse.Parse.Query.prototype.ascending
  11305. const prototype: any;
  11306.  
  11307. }
  11308.  
  11309. namespace containedBy {
  11310. // Too-deep object hierarchy from parse.Parse.Query.prototype.containedBy
  11311. const prototype: any;
  11312.  
  11313. }
  11314.  
  11315. namespace containedIn {
  11316. // Too-deep object hierarchy from parse.Parse.Query.prototype.containedIn
  11317. const prototype: any;
  11318.  
  11319. }
  11320.  
  11321. namespace contains {
  11322. // Too-deep object hierarchy from parse.Parse.Query.prototype.contains
  11323. const prototype: any;
  11324.  
  11325. }
  11326.  
  11327. namespace containsAll {
  11328. // Too-deep object hierarchy from parse.Parse.Query.prototype.containsAll
  11329. const prototype: any;
  11330.  
  11331. }
  11332.  
  11333. namespace containsAllStartingWith {
  11334. // Too-deep object hierarchy from parse.Parse.Query.prototype.containsAllStartingWith
  11335. const prototype: any;
  11336.  
  11337. }
  11338.  
  11339. namespace count {
  11340. // Too-deep object hierarchy from parse.Parse.Query.prototype.count
  11341. const prototype: any;
  11342.  
  11343. }
  11344.  
  11345. namespace descending {
  11346. // Too-deep object hierarchy from parse.Parse.Query.prototype.descending
  11347. const prototype: any;
  11348.  
  11349. }
  11350.  
  11351. namespace distinct {
  11352. // Too-deep object hierarchy from parse.Parse.Query.prototype.distinct
  11353. const prototype: any;
  11354.  
  11355. }
  11356.  
  11357. namespace doesNotExist {
  11358. // Too-deep object hierarchy from parse.Parse.Query.prototype.doesNotExist
  11359. const prototype: any;
  11360.  
  11361. }
  11362.  
  11363. namespace doesNotMatchKeyInQuery {
  11364. // Too-deep object hierarchy from parse.Parse.Query.prototype.doesNotMatchKeyInQuery
  11365. const prototype: any;
  11366.  
  11367. }
  11368.  
  11369. namespace doesNotMatchQuery {
  11370. // Too-deep object hierarchy from parse.Parse.Query.prototype.doesNotMatchQuery
  11371. const prototype: any;
  11372.  
  11373. }
  11374.  
  11375. namespace each {
  11376. // Too-deep object hierarchy from parse.Parse.Query.prototype.each
  11377. const prototype: any;
  11378.  
  11379. }
  11380.  
  11381. namespace endsWith {
  11382. // Too-deep object hierarchy from parse.Parse.Query.prototype.endsWith
  11383. const prototype: any;
  11384.  
  11385. }
  11386.  
  11387. namespace equalTo {
  11388. // Too-deep object hierarchy from parse.Parse.Query.prototype.equalTo
  11389. const prototype: any;
  11390.  
  11391. }
  11392.  
  11393. namespace exists {
  11394. // Too-deep object hierarchy from parse.Parse.Query.prototype.exists
  11395. const prototype: any;
  11396.  
  11397. }
  11398.  
  11399. namespace find {
  11400. // Too-deep object hierarchy from parse.Parse.Query.prototype.find
  11401. const prototype: any;
  11402.  
  11403. }
  11404.  
  11405. namespace first {
  11406. // Too-deep object hierarchy from parse.Parse.Query.prototype.first
  11407. const prototype: any;
  11408.  
  11409. }
  11410.  
  11411. namespace fromLocalDatastore {
  11412. // Too-deep object hierarchy from parse.Parse.Query.prototype.fromLocalDatastore
  11413. const prototype: any;
  11414.  
  11415. }
  11416.  
  11417. namespace fromPin {
  11418. // Too-deep object hierarchy from parse.Parse.Query.prototype.fromPin
  11419. const prototype: any;
  11420.  
  11421. }
  11422.  
  11423. namespace fromPinWithName {
  11424. // Too-deep object hierarchy from parse.Parse.Query.prototype.fromPinWithName
  11425. const prototype: any;
  11426.  
  11427. }
  11428.  
  11429. namespace fullText {
  11430. // Too-deep object hierarchy from parse.Parse.Query.prototype.fullText
  11431. const prototype: any;
  11432.  
  11433. }
  11434.  
  11435. namespace get {
  11436. // Too-deep object hierarchy from parse.Parse.Query.prototype.get
  11437. const prototype: any;
  11438.  
  11439. }
  11440.  
  11441. namespace greaterThan {
  11442. // Too-deep object hierarchy from parse.Parse.Query.prototype.greaterThan
  11443. const prototype: any;
  11444.  
  11445. }
  11446.  
  11447. namespace greaterThanOrEqualTo {
  11448. // Too-deep object hierarchy from parse.Parse.Query.prototype.greaterThanOrEqualTo
  11449. const prototype: any;
  11450.  
  11451. }
  11452.  
  11453. namespace include {
  11454. // Too-deep object hierarchy from parse.Parse.Query.prototype.include
  11455. const prototype: any;
  11456.  
  11457. }
  11458.  
  11459. namespace includeAll {
  11460. // Too-deep object hierarchy from parse.Parse.Query.prototype.includeAll
  11461. const prototype: any;
  11462.  
  11463. }
  11464.  
  11465. namespace lessThan {
  11466. // Too-deep object hierarchy from parse.Parse.Query.prototype.lessThan
  11467. const prototype: any;
  11468.  
  11469. }
  11470.  
  11471. namespace lessThanOrEqualTo {
  11472. // Too-deep object hierarchy from parse.Parse.Query.prototype.lessThanOrEqualTo
  11473. const prototype: any;
  11474.  
  11475. }
  11476.  
  11477. namespace limit {
  11478. // Too-deep object hierarchy from parse.Parse.Query.prototype.limit
  11479. const prototype: any;
  11480.  
  11481. }
  11482.  
  11483. namespace matches {
  11484. // Too-deep object hierarchy from parse.Parse.Query.prototype.matches
  11485. const prototype: any;
  11486.  
  11487. }
  11488.  
  11489. namespace matchesKeyInQuery {
  11490. // Too-deep object hierarchy from parse.Parse.Query.prototype.matchesKeyInQuery
  11491. const prototype: any;
  11492.  
  11493. }
  11494.  
  11495. namespace matchesQuery {
  11496. // Too-deep object hierarchy from parse.Parse.Query.prototype.matchesQuery
  11497. const prototype: any;
  11498.  
  11499. }
  11500.  
  11501. namespace near {
  11502. // Too-deep object hierarchy from parse.Parse.Query.prototype.near
  11503. const prototype: any;
  11504.  
  11505. }
  11506.  
  11507. namespace notContainedIn {
  11508. // Too-deep object hierarchy from parse.Parse.Query.prototype.notContainedIn
  11509. const prototype: any;
  11510.  
  11511. }
  11512.  
  11513. namespace notEqualTo {
  11514. // Too-deep object hierarchy from parse.Parse.Query.prototype.notEqualTo
  11515. const prototype: any;
  11516.  
  11517. }
  11518.  
  11519. namespace polygonContains {
  11520. // Too-deep object hierarchy from parse.Parse.Query.prototype.polygonContains
  11521. const prototype: any;
  11522.  
  11523. }
  11524.  
  11525. namespace select {
  11526. // Too-deep object hierarchy from parse.Parse.Query.prototype.select
  11527. const prototype: any;
  11528.  
  11529. }
  11530.  
  11531. namespace skip {
  11532. // Too-deep object hierarchy from parse.Parse.Query.prototype.skip
  11533. const prototype: any;
  11534.  
  11535. }
  11536.  
  11537. namespace sortByTextScore {
  11538. // Too-deep object hierarchy from parse.Parse.Query.prototype.sortByTextScore
  11539. const prototype: any;
  11540.  
  11541. }
  11542.  
  11543. namespace startsWith {
  11544. // Too-deep object hierarchy from parse.Parse.Query.prototype.startsWith
  11545. const prototype: any;
  11546.  
  11547. }
  11548.  
  11549. namespace subscribe {
  11550. // Too-deep object hierarchy from parse.Parse.Query.prototype.subscribe
  11551. const prototype: any;
  11552.  
  11553. }
  11554.  
  11555. namespace toJSON {
  11556. // Too-deep object hierarchy from parse.Parse.Query.prototype.toJSON
  11557. const prototype: any;
  11558.  
  11559. }
  11560.  
  11561. namespace withJSON {
  11562. // Too-deep object hierarchy from parse.Parse.Query.prototype.withJSON
  11563. const prototype: any;
  11564.  
  11565. }
  11566.  
  11567. namespace withinGeoBox {
  11568. // Too-deep object hierarchy from parse.Parse.Query.prototype.withinGeoBox
  11569. const prototype: any;
  11570.  
  11571. }
  11572.  
  11573. namespace withinKilometers {
  11574. // Too-deep object hierarchy from parse.Parse.Query.prototype.withinKilometers
  11575. const prototype: any;
  11576.  
  11577. }
  11578.  
  11579. namespace withinMiles {
  11580. // Too-deep object hierarchy from parse.Parse.Query.prototype.withinMiles
  11581. const prototype: any;
  11582.  
  11583. }
  11584.  
  11585. namespace withinPolygon {
  11586. // Too-deep object hierarchy from parse.Parse.Query.prototype.withinPolygon
  11587. const prototype: any;
  11588.  
  11589. }
  11590.  
  11591. namespace withinRadians {
  11592. // Too-deep object hierarchy from parse.Parse.Query.prototype.withinRadians
  11593. const prototype: any;
  11594.  
  11595. }
  11596.  
  11597. }
  11598.  
  11599. }
  11600.  
  11601. namespace Relation {
  11602. namespace prototype {
  11603. function add(objects: any): any;
  11604.  
  11605. function query(): any;
  11606.  
  11607. function remove(objects: any): void;
  11608.  
  11609. function toJSON(): any;
  11610.  
  11611. namespace add {
  11612. // Too-deep object hierarchy from parse.Parse.Relation.prototype.add
  11613. const prototype: any;
  11614.  
  11615. }
  11616.  
  11617. namespace query {
  11618. // Too-deep object hierarchy from parse.Parse.Relation.prototype.query
  11619. const prototype: any;
  11620.  
  11621. }
  11622.  
  11623. namespace remove {
  11624. // Too-deep object hierarchy from parse.Parse.Relation.prototype.remove
  11625. const prototype: any;
  11626.  
  11627. }
  11628.  
  11629. namespace toJSON {
  11630. // Too-deep object hierarchy from parse.Parse.Relation.prototype.toJSON
  11631. const prototype: any;
  11632.  
  11633. }
  11634.  
  11635. }
  11636.  
  11637. }
  11638.  
  11639. namespace Role {
  11640. namespace createWithoutData {
  11641. const prototype: {
  11642. };
  11643.  
  11644. }
  11645.  
  11646. namespace destroyAll {
  11647. const prototype: {
  11648. };
  11649.  
  11650. }
  11651.  
  11652. namespace disableSingleInstance {
  11653. const prototype: {
  11654. };
  11655.  
  11656. }
  11657.  
  11658. namespace enableSingleInstance {
  11659. const prototype: {
  11660. };
  11661.  
  11662. }
  11663.  
  11664. namespace extend {
  11665. const prototype: {
  11666. };
  11667.  
  11668. }
  11669.  
  11670. namespace fetchAll {
  11671. const prototype: {
  11672. };
  11673.  
  11674. }
  11675.  
  11676. namespace fetchAllIfNeeded {
  11677. const prototype: {
  11678. };
  11679.  
  11680. }
  11681.  
  11682. namespace fetchAllWithInclude {
  11683. const prototype: {
  11684. };
  11685.  
  11686. }
  11687.  
  11688. namespace fromJSON {
  11689. const prototype: {
  11690. };
  11691.  
  11692. }
  11693.  
  11694. namespace pinAll {
  11695. const prototype: {
  11696. };
  11697.  
  11698. }
  11699.  
  11700. namespace pinAllWithName {
  11701. const prototype: {
  11702. };
  11703.  
  11704. }
  11705.  
  11706. namespace prototype {
  11707. const attributes: {
  11708. };
  11709.  
  11710. const createdAt: any;
  11711.  
  11712. const updatedAt: any;
  11713.  
  11714. function add(attr: any, item: any): any;
  11715.  
  11716. function addAll(attr: any, items: any): any;
  11717.  
  11718. function addAllUnique(attr: any, items: any): any;
  11719.  
  11720. function addUnique(attr: any, item: any): any;
  11721.  
  11722. function clear(): any;
  11723.  
  11724. function clone(): any;
  11725.  
  11726. function destroy(options: any): any;
  11727.  
  11728. function dirty(attr: any): any;
  11729.  
  11730. function dirtyKeys(): any;
  11731.  
  11732. function equals(other: any): any;
  11733.  
  11734. function escape(attr: any): any;
  11735.  
  11736. function existed(): any;
  11737.  
  11738. function fetch(options: any): any;
  11739.  
  11740. function fetchFromLocalDatastore(...args: any[]): any;
  11741.  
  11742. function fetchWithInclude(keys: any, options: any): any;
  11743.  
  11744. function get(attr: any): any;
  11745.  
  11746. function getACL(): any;
  11747.  
  11748. function getName(): any;
  11749.  
  11750. function getRoles(): any;
  11751.  
  11752. function getUsers(): any;
  11753.  
  11754. function has(attr: any): any;
  11755.  
  11756. function increment(attr: any, amount: any): any;
  11757.  
  11758. function initialize(): void;
  11759.  
  11760. function isNew(): any;
  11761.  
  11762. function isPinned(...args: any[]): any;
  11763.  
  11764. function isValid(): any;
  11765.  
  11766. function newInstance(): any;
  11767.  
  11768. function op(attr: any): any;
  11769.  
  11770. function pin(): any;
  11771.  
  11772. function pinWithName(name: any): any;
  11773.  
  11774. function relation(attr: any): any;
  11775.  
  11776. function remove(attr: any, item: any): any;
  11777.  
  11778. function removeAll(attr: any, items: any): any;
  11779.  
  11780. function revert(...args: any[]): void;
  11781.  
  11782. function save(arg1: any, arg2: any, arg3: any): any;
  11783.  
  11784. function set(key: any, value: any, options: any): any;
  11785.  
  11786. function setACL(acl: any, options: any): any;
  11787.  
  11788. function setName(name: any, options: any): any;
  11789.  
  11790. function toJSON(seen: any): any;
  11791.  
  11792. function toPointer(): any;
  11793.  
  11794. function unPin(): any;
  11795.  
  11796. function unPinWithName(name: any): any;
  11797.  
  11798. function unset(attr: any, options: any): any;
  11799.  
  11800. function validate(attrs: any, options: any): any;
  11801.  
  11802. namespace add {
  11803. // Too-deep object hierarchy from parse.Parse.Role.prototype.add
  11804. const prototype: any;
  11805.  
  11806. }
  11807.  
  11808. namespace addAll {
  11809. // Too-deep object hierarchy from parse.Parse.Role.prototype.addAll
  11810. const prototype: any;
  11811.  
  11812. }
  11813.  
  11814. namespace addAllUnique {
  11815. // Too-deep object hierarchy from parse.Parse.Role.prototype.addAllUnique
  11816. const prototype: any;
  11817.  
  11818. }
  11819.  
  11820. namespace addUnique {
  11821. // Too-deep object hierarchy from parse.Parse.Role.prototype.addUnique
  11822. const prototype: any;
  11823.  
  11824. }
  11825.  
  11826. namespace clear {
  11827. // Too-deep object hierarchy from parse.Parse.Role.prototype.clear
  11828. const prototype: any;
  11829.  
  11830. }
  11831.  
  11832. namespace clone {
  11833. // Too-deep object hierarchy from parse.Parse.Role.prototype.clone
  11834. const prototype: any;
  11835.  
  11836. }
  11837.  
  11838. namespace destroy {
  11839. // Too-deep object hierarchy from parse.Parse.Role.prototype.destroy
  11840. const prototype: any;
  11841.  
  11842. }
  11843.  
  11844. namespace dirty {
  11845. // Too-deep object hierarchy from parse.Parse.Role.prototype.dirty
  11846. const prototype: any;
  11847.  
  11848. }
  11849.  
  11850. namespace dirtyKeys {
  11851. // Too-deep object hierarchy from parse.Parse.Role.prototype.dirtyKeys
  11852. const prototype: any;
  11853.  
  11854. }
  11855.  
  11856. namespace equals {
  11857. // Too-deep object hierarchy from parse.Parse.Role.prototype.equals
  11858. const prototype: any;
  11859.  
  11860. }
  11861.  
  11862. namespace escape {
  11863. // Too-deep object hierarchy from parse.Parse.Role.prototype.escape
  11864. const prototype: any;
  11865.  
  11866. }
  11867.  
  11868. namespace existed {
  11869. // Too-deep object hierarchy from parse.Parse.Role.prototype.existed
  11870. const prototype: any;
  11871.  
  11872. }
  11873.  
  11874. namespace fetch {
  11875. // Too-deep object hierarchy from parse.Parse.Role.prototype.fetch
  11876. const prototype: any;
  11877.  
  11878. }
  11879.  
  11880. namespace fetchFromLocalDatastore {
  11881. // Too-deep object hierarchy from parse.Parse.Role.prototype.fetchFromLocalDatastore
  11882. const prototype: any;
  11883.  
  11884. }
  11885.  
  11886. namespace fetchWithInclude {
  11887. // Too-deep object hierarchy from parse.Parse.Role.prototype.fetchWithInclude
  11888. const prototype: any;
  11889.  
  11890. }
  11891.  
  11892. namespace get {
  11893. // Too-deep object hierarchy from parse.Parse.Role.prototype.get
  11894. const prototype: any;
  11895.  
  11896. }
  11897.  
  11898. namespace getACL {
  11899. // Too-deep object hierarchy from parse.Parse.Role.prototype.getACL
  11900. const prototype: any;
  11901.  
  11902. }
  11903.  
  11904. namespace getName {
  11905. // Too-deep object hierarchy from parse.Parse.Role.prototype.getName
  11906. const prototype: any;
  11907.  
  11908. }
  11909.  
  11910. namespace getRoles {
  11911. // Too-deep object hierarchy from parse.Parse.Role.prototype.getRoles
  11912. const prototype: any;
  11913.  
  11914. }
  11915.  
  11916. namespace getUsers {
  11917. // Too-deep object hierarchy from parse.Parse.Role.prototype.getUsers
  11918. const prototype: any;
  11919.  
  11920. }
  11921.  
  11922. namespace has {
  11923. // Too-deep object hierarchy from parse.Parse.Role.prototype.has
  11924. const prototype: any;
  11925.  
  11926. }
  11927.  
  11928. namespace increment {
  11929. // Too-deep object hierarchy from parse.Parse.Role.prototype.increment
  11930. const prototype: any;
  11931.  
  11932. }
  11933.  
  11934. namespace initialize {
  11935. // Too-deep object hierarchy from parse.Parse.Role.prototype.initialize
  11936. const prototype: any;
  11937.  
  11938. }
  11939.  
  11940. namespace isNew {
  11941. // Too-deep object hierarchy from parse.Parse.Role.prototype.isNew
  11942. const prototype: any;
  11943.  
  11944. }
  11945.  
  11946. namespace isPinned {
  11947. // Too-deep object hierarchy from parse.Parse.Role.prototype.isPinned
  11948. const prototype: any;
  11949.  
  11950. }
  11951.  
  11952. namespace isValid {
  11953. // Too-deep object hierarchy from parse.Parse.Role.prototype.isValid
  11954. const prototype: any;
  11955.  
  11956. }
  11957.  
  11958. namespace newInstance {
  11959. // Too-deep object hierarchy from parse.Parse.Role.prototype.newInstance
  11960. const prototype: any;
  11961.  
  11962. }
  11963.  
  11964. namespace op {
  11965. // Too-deep object hierarchy from parse.Parse.Role.prototype.op
  11966. const prototype: any;
  11967.  
  11968. }
  11969.  
  11970. namespace pin {
  11971. // Too-deep object hierarchy from parse.Parse.Role.prototype.pin
  11972. const prototype: any;
  11973.  
  11974. }
  11975.  
  11976. namespace pinWithName {
  11977. // Too-deep object hierarchy from parse.Parse.Role.prototype.pinWithName
  11978. const prototype: any;
  11979.  
  11980. }
  11981.  
  11982. namespace relation {
  11983. // Too-deep object hierarchy from parse.Parse.Role.prototype.relation
  11984. const prototype: any;
  11985.  
  11986. }
  11987.  
  11988. namespace remove {
  11989. // Too-deep object hierarchy from parse.Parse.Role.prototype.remove
  11990. const prototype: any;
  11991.  
  11992. }
  11993.  
  11994. namespace removeAll {
  11995. // Too-deep object hierarchy from parse.Parse.Role.prototype.removeAll
  11996. const prototype: any;
  11997.  
  11998. }
  11999.  
  12000. namespace revert {
  12001. // Too-deep object hierarchy from parse.Parse.Role.prototype.revert
  12002. const prototype: any;
  12003.  
  12004. }
  12005.  
  12006. namespace save {
  12007. // Too-deep object hierarchy from parse.Parse.Role.prototype.save
  12008. const prototype: any;
  12009.  
  12010. }
  12011.  
  12012. namespace set {
  12013. // Too-deep object hierarchy from parse.Parse.Role.prototype.set
  12014. const prototype: any;
  12015.  
  12016. }
  12017.  
  12018. namespace setACL {
  12019. // Too-deep object hierarchy from parse.Parse.Role.prototype.setACL
  12020. const prototype: any;
  12021.  
  12022. }
  12023.  
  12024. namespace setName {
  12025. // Too-deep object hierarchy from parse.Parse.Role.prototype.setName
  12026. const prototype: any;
  12027.  
  12028. }
  12029.  
  12030. namespace toJSON {
  12031. // Too-deep object hierarchy from parse.Parse.Role.prototype.toJSON
  12032. const prototype: any;
  12033.  
  12034. }
  12035.  
  12036. namespace toPointer {
  12037. // Too-deep object hierarchy from parse.Parse.Role.prototype.toPointer
  12038. const prototype: any;
  12039.  
  12040. }
  12041.  
  12042. namespace unPin {
  12043. // Too-deep object hierarchy from parse.Parse.Role.prototype.unPin
  12044. const prototype: any;
  12045.  
  12046. }
  12047.  
  12048. namespace unPinWithName {
  12049. // Too-deep object hierarchy from parse.Parse.Role.prototype.unPinWithName
  12050. const prototype: any;
  12051.  
  12052. }
  12053.  
  12054. namespace unset {
  12055. // Too-deep object hierarchy from parse.Parse.Role.prototype.unset
  12056. const prototype: any;
  12057.  
  12058. }
  12059.  
  12060. namespace validate {
  12061. // Too-deep object hierarchy from parse.Parse.Role.prototype.validate
  12062. const prototype: any;
  12063.  
  12064. }
  12065.  
  12066. }
  12067.  
  12068. namespace registerSubclass {
  12069. const prototype: {
  12070. };
  12071.  
  12072. }
  12073.  
  12074. namespace saveAll {
  12075. const prototype: {
  12076. };
  12077.  
  12078. }
  12079.  
  12080. namespace unPinAll {
  12081. const prototype: {
  12082. };
  12083.  
  12084. }
  12085.  
  12086. namespace unPinAllObjects {
  12087. const prototype: {
  12088. };
  12089.  
  12090. }
  12091.  
  12092. namespace unPinAllObjectsWithName {
  12093. const prototype: {
  12094. };
  12095.  
  12096. }
  12097.  
  12098. namespace unPinAllWithName {
  12099. const prototype: {
  12100. };
  12101.  
  12102. }
  12103.  
  12104. }
  12105.  
  12106. namespace Schema {
  12107. namespace all {
  12108. const prototype: {
  12109. };
  12110.  
  12111. }
  12112.  
  12113. namespace prototype {
  12114. function addArray(name: any): any;
  12115.  
  12116. function addBoolean(name: any): any;
  12117.  
  12118. function addDate(name: any): any;
  12119.  
  12120. function addField(name: any, type: any): any;
  12121.  
  12122. function addFile(name: any): any;
  12123.  
  12124. function addGeoPoint(name: any): any;
  12125.  
  12126. function addIndex(name: any, index: any): any;
  12127.  
  12128. function addNumber(name: any): any;
  12129.  
  12130. function addObject(name: any): any;
  12131.  
  12132. function addPointer(name: any, targetClass: any): any;
  12133.  
  12134. function addPolygon(name: any): any;
  12135.  
  12136. function addRelation(name: any, targetClass: any): any;
  12137.  
  12138. function addString(name: any): any;
  12139.  
  12140. function assertClassName(): void;
  12141.  
  12142. function deleteField(name: any): void;
  12143.  
  12144. function deleteIndex(name: any): void;
  12145.  
  12146. function get(options: any): any;
  12147.  
  12148. function purge(): any;
  12149.  
  12150. function save(options: any): any;
  12151.  
  12152. function update(options: any): any;
  12153.  
  12154. namespace addArray {
  12155. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addArray
  12156. const prototype: any;
  12157.  
  12158. }
  12159.  
  12160. namespace addBoolean {
  12161. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addBoolean
  12162. const prototype: any;
  12163.  
  12164. }
  12165.  
  12166. namespace addDate {
  12167. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addDate
  12168. const prototype: any;
  12169.  
  12170. }
  12171.  
  12172. namespace addField {
  12173. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addField
  12174. const prototype: any;
  12175.  
  12176. }
  12177.  
  12178. namespace addFile {
  12179. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addFile
  12180. const prototype: any;
  12181.  
  12182. }
  12183.  
  12184. namespace addGeoPoint {
  12185. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addGeoPoint
  12186. const prototype: any;
  12187.  
  12188. }
  12189.  
  12190. namespace addIndex {
  12191. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addIndex
  12192. const prototype: any;
  12193.  
  12194. }
  12195.  
  12196. namespace addNumber {
  12197. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addNumber
  12198. const prototype: any;
  12199.  
  12200. }
  12201.  
  12202. namespace addObject {
  12203. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addObject
  12204. const prototype: any;
  12205.  
  12206. }
  12207.  
  12208. namespace addPointer {
  12209. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addPointer
  12210. const prototype: any;
  12211.  
  12212. }
  12213.  
  12214. namespace addPolygon {
  12215. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addPolygon
  12216. const prototype: any;
  12217.  
  12218. }
  12219.  
  12220. namespace addRelation {
  12221. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addRelation
  12222. const prototype: any;
  12223.  
  12224. }
  12225.  
  12226. namespace addString {
  12227. // Too-deep object hierarchy from parse.Parse.Schema.prototype.addString
  12228. const prototype: any;
  12229.  
  12230. }
  12231.  
  12232. namespace assertClassName {
  12233. // Too-deep object hierarchy from parse.Parse.Schema.prototype.assertClassName
  12234. const prototype: any;
  12235.  
  12236. }
  12237.  
  12238. namespace deleteField {
  12239. // Too-deep object hierarchy from parse.Parse.Schema.prototype.deleteField
  12240. const prototype: any;
  12241.  
  12242. }
  12243.  
  12244. namespace deleteIndex {
  12245. // Too-deep object hierarchy from parse.Parse.Schema.prototype.deleteIndex
  12246. const prototype: any;
  12247.  
  12248. }
  12249.  
  12250. namespace get {
  12251. // Too-deep object hierarchy from parse.Parse.Schema.prototype.get
  12252. const prototype: any;
  12253.  
  12254. }
  12255.  
  12256. namespace purge {
  12257. // Too-deep object hierarchy from parse.Parse.Schema.prototype.purge
  12258. const prototype: any;
  12259.  
  12260. }
  12261.  
  12262. namespace save {
  12263. // Too-deep object hierarchy from parse.Parse.Schema.prototype.save
  12264. const prototype: any;
  12265.  
  12266. }
  12267.  
  12268. namespace update {
  12269. // Too-deep object hierarchy from parse.Parse.Schema.prototype.update
  12270. const prototype: any;
  12271.  
  12272. }
  12273.  
  12274. }
  12275.  
  12276. }
  12277.  
  12278. namespace Session {
  12279. namespace createWithoutData {
  12280. const prototype: {
  12281. };
  12282.  
  12283. }
  12284.  
  12285. namespace current {
  12286. const prototype: {
  12287. };
  12288.  
  12289. }
  12290.  
  12291. namespace destroyAll {
  12292. const prototype: {
  12293. };
  12294.  
  12295. }
  12296.  
  12297. namespace disableSingleInstance {
  12298. const prototype: {
  12299. };
  12300.  
  12301. }
  12302.  
  12303. namespace enableSingleInstance {
  12304. const prototype: {
  12305. };
  12306.  
  12307. }
  12308.  
  12309. namespace extend {
  12310. const prototype: {
  12311. };
  12312.  
  12313. }
  12314.  
  12315. namespace fetchAll {
  12316. const prototype: {
  12317. };
  12318.  
  12319. }
  12320.  
  12321. namespace fetchAllIfNeeded {
  12322. const prototype: {
  12323. };
  12324.  
  12325. }
  12326.  
  12327. namespace fetchAllWithInclude {
  12328. const prototype: {
  12329. };
  12330.  
  12331. }
  12332.  
  12333. namespace fromJSON {
  12334. const prototype: {
  12335. };
  12336.  
  12337. }
  12338.  
  12339. namespace isCurrentSessionRevocable {
  12340. const prototype: {
  12341. };
  12342.  
  12343. }
  12344.  
  12345. namespace pinAll {
  12346. const prototype: {
  12347. };
  12348.  
  12349. }
  12350.  
  12351. namespace pinAllWithName {
  12352. const prototype: {
  12353. };
  12354.  
  12355. }
  12356.  
  12357. namespace prototype {
  12358. const attributes: {
  12359. };
  12360.  
  12361. const createdAt: any;
  12362.  
  12363. const updatedAt: any;
  12364.  
  12365. function add(attr: any, item: any): any;
  12366.  
  12367. function addAll(attr: any, items: any): any;
  12368.  
  12369. function addAllUnique(attr: any, items: any): any;
  12370.  
  12371. function addUnique(attr: any, item: any): any;
  12372.  
  12373. function clear(): any;
  12374.  
  12375. function clone(): any;
  12376.  
  12377. function destroy(options: any): any;
  12378.  
  12379. function dirty(attr: any): any;
  12380.  
  12381. function dirtyKeys(): any;
  12382.  
  12383. function equals(other: any): any;
  12384.  
  12385. function escape(attr: any): any;
  12386.  
  12387. function existed(): any;
  12388.  
  12389. function fetch(options: any): any;
  12390.  
  12391. function fetchFromLocalDatastore(...args: any[]): any;
  12392.  
  12393. function fetchWithInclude(keys: any, options: any): any;
  12394.  
  12395. function get(attr: any): any;
  12396.  
  12397. function getACL(): any;
  12398.  
  12399. function getSessionToken(): any;
  12400.  
  12401. function has(attr: any): any;
  12402.  
  12403. function increment(attr: any, amount: any): any;
  12404.  
  12405. function initialize(): void;
  12406.  
  12407. function isNew(): any;
  12408.  
  12409. function isPinned(...args: any[]): any;
  12410.  
  12411. function isValid(): any;
  12412.  
  12413. function newInstance(): any;
  12414.  
  12415. function op(attr: any): any;
  12416.  
  12417. function pin(): any;
  12418.  
  12419. function pinWithName(name: any): any;
  12420.  
  12421. function relation(attr: any): any;
  12422.  
  12423. function remove(attr: any, item: any): any;
  12424.  
  12425. function removeAll(attr: any, items: any): any;
  12426.  
  12427. function revert(...args: any[]): void;
  12428.  
  12429. function save(arg1: any, arg2: any, arg3: any): any;
  12430.  
  12431. function set(key: any, value: any, options: any): any;
  12432.  
  12433. function setACL(acl: any, options: any): any;
  12434.  
  12435. function toJSON(seen: any): any;
  12436.  
  12437. function toPointer(): any;
  12438.  
  12439. function unPin(): any;
  12440.  
  12441. function unPinWithName(name: any): any;
  12442.  
  12443. function unset(attr: any, options: any): any;
  12444.  
  12445. function validate(attrs: any): any;
  12446.  
  12447. namespace add {
  12448. // Too-deep object hierarchy from parse.Parse.Session.prototype.add
  12449. const prototype: any;
  12450.  
  12451. }
  12452.  
  12453. namespace addAll {
  12454. // Too-deep object hierarchy from parse.Parse.Session.prototype.addAll
  12455. const prototype: any;
  12456.  
  12457. }
  12458.  
  12459. namespace addAllUnique {
  12460. // Too-deep object hierarchy from parse.Parse.Session.prototype.addAllUnique
  12461. const prototype: any;
  12462.  
  12463. }
  12464.  
  12465. namespace addUnique {
  12466. // Too-deep object hierarchy from parse.Parse.Session.prototype.addUnique
  12467. const prototype: any;
  12468.  
  12469. }
  12470.  
  12471. namespace clear {
  12472. // Too-deep object hierarchy from parse.Parse.Session.prototype.clear
  12473. const prototype: any;
  12474.  
  12475. }
  12476.  
  12477. namespace clone {
  12478. // Too-deep object hierarchy from parse.Parse.Session.prototype.clone
  12479. const prototype: any;
  12480.  
  12481. }
  12482.  
  12483. namespace destroy {
  12484. // Too-deep object hierarchy from parse.Parse.Session.prototype.destroy
  12485. const prototype: any;
  12486.  
  12487. }
  12488.  
  12489. namespace dirty {
  12490. // Too-deep object hierarchy from parse.Parse.Session.prototype.dirty
  12491. const prototype: any;
  12492.  
  12493. }
  12494.  
  12495. namespace dirtyKeys {
  12496. // Too-deep object hierarchy from parse.Parse.Session.prototype.dirtyKeys
  12497. const prototype: any;
  12498.  
  12499. }
  12500.  
  12501. namespace equals {
  12502. // Too-deep object hierarchy from parse.Parse.Session.prototype.equals
  12503. const prototype: any;
  12504.  
  12505. }
  12506.  
  12507. namespace escape {
  12508. // Too-deep object hierarchy from parse.Parse.Session.prototype.escape
  12509. const prototype: any;
  12510.  
  12511. }
  12512.  
  12513. namespace existed {
  12514. // Too-deep object hierarchy from parse.Parse.Session.prototype.existed
  12515. const prototype: any;
  12516.  
  12517. }
  12518.  
  12519. namespace fetch {
  12520. // Too-deep object hierarchy from parse.Parse.Session.prototype.fetch
  12521. const prototype: any;
  12522.  
  12523. }
  12524.  
  12525. namespace fetchFromLocalDatastore {
  12526. // Too-deep object hierarchy from parse.Parse.Session.prototype.fetchFromLocalDatastore
  12527. const prototype: any;
  12528.  
  12529. }
  12530.  
  12531. namespace fetchWithInclude {
  12532. // Too-deep object hierarchy from parse.Parse.Session.prototype.fetchWithInclude
  12533. const prototype: any;
  12534.  
  12535. }
  12536.  
  12537. namespace get {
  12538. // Too-deep object hierarchy from parse.Parse.Session.prototype.get
  12539. const prototype: any;
  12540.  
  12541. }
  12542.  
  12543. namespace getACL {
  12544. // Too-deep object hierarchy from parse.Parse.Session.prototype.getACL
  12545. const prototype: any;
  12546.  
  12547. }
  12548.  
  12549. namespace getSessionToken {
  12550. // Too-deep object hierarchy from parse.Parse.Session.prototype.getSessionToken
  12551. const prototype: any;
  12552.  
  12553. }
  12554.  
  12555. namespace has {
  12556. // Too-deep object hierarchy from parse.Parse.Session.prototype.has
  12557. const prototype: any;
  12558.  
  12559. }
  12560.  
  12561. namespace increment {
  12562. // Too-deep object hierarchy from parse.Parse.Session.prototype.increment
  12563. const prototype: any;
  12564.  
  12565. }
  12566.  
  12567. namespace initialize {
  12568. // Too-deep object hierarchy from parse.Parse.Session.prototype.initialize
  12569. const prototype: any;
  12570.  
  12571. }
  12572.  
  12573. namespace isNew {
  12574. // Too-deep object hierarchy from parse.Parse.Session.prototype.isNew
  12575. const prototype: any;
  12576.  
  12577. }
  12578.  
  12579. namespace isPinned {
  12580. // Too-deep object hierarchy from parse.Parse.Session.prototype.isPinned
  12581. const prototype: any;
  12582.  
  12583. }
  12584.  
  12585. namespace isValid {
  12586. // Too-deep object hierarchy from parse.Parse.Session.prototype.isValid
  12587. const prototype: any;
  12588.  
  12589. }
  12590.  
  12591. namespace newInstance {
  12592. // Too-deep object hierarchy from parse.Parse.Session.prototype.newInstance
  12593. const prototype: any;
  12594.  
  12595. }
  12596.  
  12597. namespace op {
  12598. // Too-deep object hierarchy from parse.Parse.Session.prototype.op
  12599. const prototype: any;
  12600.  
  12601. }
  12602.  
  12603. namespace pin {
  12604. // Too-deep object hierarchy from parse.Parse.Session.prototype.pin
  12605. const prototype: any;
  12606.  
  12607. }
  12608.  
  12609. namespace pinWithName {
  12610. // Too-deep object hierarchy from parse.Parse.Session.prototype.pinWithName
  12611. const prototype: any;
  12612.  
  12613. }
  12614.  
  12615. namespace relation {
  12616. // Too-deep object hierarchy from parse.Parse.Session.prototype.relation
  12617. const prototype: any;
  12618.  
  12619. }
  12620.  
  12621. namespace remove {
  12622. // Too-deep object hierarchy from parse.Parse.Session.prototype.remove
  12623. const prototype: any;
  12624.  
  12625. }
  12626.  
  12627. namespace removeAll {
  12628. // Too-deep object hierarchy from parse.Parse.Session.prototype.removeAll
  12629. const prototype: any;
  12630.  
  12631. }
  12632.  
  12633. namespace revert {
  12634. // Too-deep object hierarchy from parse.Parse.Session.prototype.revert
  12635. const prototype: any;
  12636.  
  12637. }
  12638.  
  12639. namespace save {
  12640. // Too-deep object hierarchy from parse.Parse.Session.prototype.save
  12641. const prototype: any;
  12642.  
  12643. }
  12644.  
  12645. namespace set {
  12646. // Too-deep object hierarchy from parse.Parse.Session.prototype.set
  12647. const prototype: any;
  12648.  
  12649. }
  12650.  
  12651. namespace setACL {
  12652. // Too-deep object hierarchy from parse.Parse.Session.prototype.setACL
  12653. const prototype: any;
  12654.  
  12655. }
  12656.  
  12657. namespace toJSON {
  12658. // Too-deep object hierarchy from parse.Parse.Session.prototype.toJSON
  12659. const prototype: any;
  12660.  
  12661. }
  12662.  
  12663. namespace toPointer {
  12664. // Too-deep object hierarchy from parse.Parse.Session.prototype.toPointer
  12665. const prototype: any;
  12666.  
  12667. }
  12668.  
  12669. namespace unPin {
  12670. // Too-deep object hierarchy from parse.Parse.Session.prototype.unPin
  12671. const prototype: any;
  12672.  
  12673. }
  12674.  
  12675. namespace unPinWithName {
  12676. // Too-deep object hierarchy from parse.Parse.Session.prototype.unPinWithName
  12677. const prototype: any;
  12678.  
  12679. }
  12680.  
  12681. namespace unset {
  12682. // Too-deep object hierarchy from parse.Parse.Session.prototype.unset
  12683. const prototype: any;
  12684.  
  12685. }
  12686.  
  12687. namespace validate {
  12688. // Too-deep object hierarchy from parse.Parse.Session.prototype.validate
  12689. const prototype: any;
  12690.  
  12691. }
  12692.  
  12693. }
  12694.  
  12695. namespace readOnlyAttributes {
  12696. const prototype: {
  12697. };
  12698.  
  12699. }
  12700.  
  12701. namespace registerSubclass {
  12702. const prototype: {
  12703. };
  12704.  
  12705. }
  12706.  
  12707. namespace saveAll {
  12708. const prototype: {
  12709. };
  12710.  
  12711. }
  12712.  
  12713. namespace unPinAll {
  12714. const prototype: {
  12715. };
  12716.  
  12717. }
  12718.  
  12719. namespace unPinAllObjects {
  12720. const prototype: {
  12721. };
  12722.  
  12723. }
  12724.  
  12725. namespace unPinAllObjectsWithName {
  12726. const prototype: {
  12727. };
  12728.  
  12729. }
  12730.  
  12731. namespace unPinAllWithName {
  12732. const prototype: {
  12733. };
  12734.  
  12735. }
  12736.  
  12737. }
  12738.  
  12739. namespace Storage {
  12740. function async(): any;
  12741.  
  12742. function generatePath(path: any): any;
  12743.  
  12744. function getItem(path: any): any;
  12745.  
  12746. function getItemAsync(path: any): any;
  12747.  
  12748. function removeItem(path: any): any;
  12749.  
  12750. function removeItemAsync(path: any): any;
  12751.  
  12752. function setItem(path: any, value: any): any;
  12753.  
  12754. function setItemAsync(path: any, value: any): any;
  12755.  
  12756. namespace async {
  12757. const prototype: {
  12758. };
  12759.  
  12760. }
  12761.  
  12762. namespace generatePath {
  12763. const prototype: {
  12764. };
  12765.  
  12766. }
  12767.  
  12768. namespace getItem {
  12769. const prototype: {
  12770. };
  12771.  
  12772. }
  12773.  
  12774. namespace getItemAsync {
  12775. const prototype: {
  12776. };
  12777.  
  12778. }
  12779.  
  12780. namespace removeItem {
  12781. const prototype: {
  12782. };
  12783.  
  12784. }
  12785.  
  12786. namespace removeItemAsync {
  12787. const prototype: {
  12788. };
  12789.  
  12790. }
  12791.  
  12792. namespace setItem {
  12793. const prototype: {
  12794. };
  12795.  
  12796. }
  12797.  
  12798. namespace setItemAsync {
  12799. const prototype: {
  12800. };
  12801.  
  12802. }
  12803.  
  12804. }
  12805.  
  12806. namespace User {
  12807. namespace allowCustomUserClass {
  12808. const prototype: {
  12809. };
  12810.  
  12811. }
  12812.  
  12813. namespace become {
  12814. const prototype: {
  12815. };
  12816.  
  12817. }
  12818.  
  12819. namespace createWithoutData {
  12820. const prototype: {
  12821. };
  12822.  
  12823. }
  12824.  
  12825. namespace current {
  12826. const prototype: {
  12827. };
  12828.  
  12829. }
  12830.  
  12831. namespace currentAsync {
  12832. const prototype: {
  12833. };
  12834.  
  12835. }
  12836.  
  12837. namespace destroyAll {
  12838. const prototype: {
  12839. };
  12840.  
  12841. }
  12842.  
  12843. namespace disableSingleInstance {
  12844. const prototype: {
  12845. };
  12846.  
  12847. }
  12848.  
  12849. namespace disableUnsafeCurrentUser {
  12850. const prototype: {
  12851. };
  12852.  
  12853. }
  12854.  
  12855. namespace enableRevocableSession {
  12856. const prototype: {
  12857. };
  12858.  
  12859. }
  12860.  
  12861. namespace enableSingleInstance {
  12862. const prototype: {
  12863. };
  12864.  
  12865. }
  12866.  
  12867. namespace enableUnsafeCurrentUser {
  12868. const prototype: {
  12869. };
  12870.  
  12871. }
  12872.  
  12873. namespace extend {
  12874. const prototype: {
  12875. };
  12876.  
  12877. }
  12878.  
  12879. namespace fetchAll {
  12880. const prototype: {
  12881. };
  12882.  
  12883. }
  12884.  
  12885. namespace fetchAllIfNeeded {
  12886. const prototype: {
  12887. };
  12888.  
  12889. }
  12890.  
  12891. namespace fetchAllWithInclude {
  12892. const prototype: {
  12893. };
  12894.  
  12895. }
  12896.  
  12897. namespace fromJSON {
  12898. const prototype: {
  12899. };
  12900.  
  12901. }
  12902.  
  12903. namespace hydrate {
  12904. const prototype: {
  12905. };
  12906.  
  12907. }
  12908.  
  12909. namespace logIn {
  12910. const prototype: {
  12911. };
  12912.  
  12913. }
  12914.  
  12915. namespace logInWith {
  12916. const prototype: {
  12917. };
  12918.  
  12919. }
  12920.  
  12921. namespace logOut {
  12922. const prototype: {
  12923. };
  12924.  
  12925. }
  12926.  
  12927. namespace pinAll {
  12928. const prototype: {
  12929. };
  12930.  
  12931. }
  12932.  
  12933. namespace pinAllWithName {
  12934. const prototype: {
  12935. };
  12936.  
  12937. }
  12938.  
  12939. namespace prototype {
  12940. const attributes: {
  12941. };
  12942.  
  12943. const createdAt: any;
  12944.  
  12945. const updatedAt: any;
  12946.  
  12947. function add(attr: any, item: any): any;
  12948.  
  12949. function addAll(attr: any, items: any): any;
  12950.  
  12951. function addAllUnique(attr: any, items: any): any;
  12952.  
  12953. function addUnique(attr: any, item: any): any;
  12954.  
  12955. function authenticated(): any;
  12956.  
  12957. function clear(): any;
  12958.  
  12959. function clone(): any;
  12960.  
  12961. function destroy(...args: any[]): any;
  12962.  
  12963. function dirty(attr: any): any;
  12964.  
  12965. function dirtyKeys(): any;
  12966.  
  12967. function equals(other: any): any;
  12968.  
  12969. function escape(attr: any): any;
  12970.  
  12971. function existed(): any;
  12972.  
  12973. function fetch(...args: any[]): any;
  12974.  
  12975. function fetchFromLocalDatastore(...args: any[]): any;
  12976.  
  12977. function fetchWithInclude(...args: any[]): any;
  12978.  
  12979. function get(attr: any): any;
  12980.  
  12981. function getACL(): any;
  12982.  
  12983. function getEmail(): any;
  12984.  
  12985. function getSessionToken(): any;
  12986.  
  12987. function getUsername(): any;
  12988.  
  12989. function has(attr: any): any;
  12990.  
  12991. function increment(attr: any, amount: any): any;
  12992.  
  12993. function initialize(): void;
  12994.  
  12995. function isCurrent(): any;
  12996.  
  12997. function isNew(): any;
  12998.  
  12999. function isPinned(...args: any[]): any;
  13000.  
  13001. function isValid(): any;
  13002.  
  13003. function logIn(options: any): any;
  13004.  
  13005. function newInstance(): any;
  13006.  
  13007. function op(attr: any): any;
  13008.  
  13009. function pin(): any;
  13010.  
  13011. function pinWithName(name: any): any;
  13012.  
  13013. function relation(attr: any): any;
  13014.  
  13015. function remove(attr: any, item: any): any;
  13016.  
  13017. function removeAll(attr: any, items: any): any;
  13018.  
  13019. function revert(...args: any[]): void;
  13020.  
  13021. function save(...args: any[]): any;
  13022.  
  13023. function set(key: any, value: any, options: any): any;
  13024.  
  13025. function setACL(acl: any, options: any): any;
  13026.  
  13027. function setEmail(email: any): any;
  13028.  
  13029. function setPassword(password: any): void;
  13030.  
  13031. function setUsername(username: any): void;
  13032.  
  13033. function signUp(attrs: any, options: any): any;
  13034.  
  13035. function toJSON(seen: any): any;
  13036.  
  13037. function toPointer(): any;
  13038.  
  13039. function unPin(): any;
  13040.  
  13041. function unPinWithName(name: any): any;
  13042.  
  13043. function unset(attr: any, options: any): any;
  13044.  
  13045. function validate(attrs: any): any;
  13046.  
  13047. namespace add {
  13048. // Too-deep object hierarchy from parse.Parse.User.prototype.add
  13049. const prototype: any;
  13050.  
  13051. }
  13052.  
  13053. namespace addAll {
  13054. // Too-deep object hierarchy from parse.Parse.User.prototype.addAll
  13055. const prototype: any;
  13056.  
  13057. }
  13058.  
  13059. namespace addAllUnique {
  13060. // Too-deep object hierarchy from parse.Parse.User.prototype.addAllUnique
  13061. const prototype: any;
  13062.  
  13063. }
  13064.  
  13065. namespace addUnique {
  13066. // Too-deep object hierarchy from parse.Parse.User.prototype.addUnique
  13067. const prototype: any;
  13068.  
  13069. }
  13070.  
  13071. namespace authenticated {
  13072. // Too-deep object hierarchy from parse.Parse.User.prototype.authenticated
  13073. const prototype: any;
  13074.  
  13075. }
  13076.  
  13077. namespace clear {
  13078. // Too-deep object hierarchy from parse.Parse.User.prototype.clear
  13079. const prototype: any;
  13080.  
  13081. }
  13082.  
  13083. namespace clone {
  13084. // Too-deep object hierarchy from parse.Parse.User.prototype.clone
  13085. const prototype: any;
  13086.  
  13087. }
  13088.  
  13089. namespace destroy {
  13090. // Too-deep object hierarchy from parse.Parse.User.prototype.destroy
  13091. const prototype: any;
  13092.  
  13093. }
  13094.  
  13095. namespace dirty {
  13096. // Too-deep object hierarchy from parse.Parse.User.prototype.dirty
  13097. const prototype: any;
  13098.  
  13099. }
  13100.  
  13101. namespace dirtyKeys {
  13102. // Too-deep object hierarchy from parse.Parse.User.prototype.dirtyKeys
  13103. const prototype: any;
  13104.  
  13105. }
  13106.  
  13107. namespace equals {
  13108. // Too-deep object hierarchy from parse.Parse.User.prototype.equals
  13109. const prototype: any;
  13110.  
  13111. }
  13112.  
  13113. namespace escape {
  13114. // Too-deep object hierarchy from parse.Parse.User.prototype.escape
  13115. const prototype: any;
  13116.  
  13117. }
  13118.  
  13119. namespace existed {
  13120. // Too-deep object hierarchy from parse.Parse.User.prototype.existed
  13121. const prototype: any;
  13122.  
  13123. }
  13124.  
  13125. namespace fetch {
  13126. // Too-deep object hierarchy from parse.Parse.User.prototype.fetch
  13127. const prototype: any;
  13128.  
  13129. }
  13130.  
  13131. namespace fetchFromLocalDatastore {
  13132. // Too-deep object hierarchy from parse.Parse.User.prototype.fetchFromLocalDatastore
  13133. const prototype: any;
  13134.  
  13135. }
  13136.  
  13137. namespace fetchWithInclude {
  13138. // Too-deep object hierarchy from parse.Parse.User.prototype.fetchWithInclude
  13139. const prototype: any;
  13140.  
  13141. }
  13142.  
  13143. namespace get {
  13144. // Too-deep object hierarchy from parse.Parse.User.prototype.get
  13145. const prototype: any;
  13146.  
  13147. }
  13148.  
  13149. namespace getACL {
  13150. // Too-deep object hierarchy from parse.Parse.User.prototype.getACL
  13151. const prototype: any;
  13152.  
  13153. }
  13154.  
  13155. namespace getEmail {
  13156. // Too-deep object hierarchy from parse.Parse.User.prototype.getEmail
  13157. const prototype: any;
  13158.  
  13159. }
  13160.  
  13161. namespace getSessionToken {
  13162. // Too-deep object hierarchy from parse.Parse.User.prototype.getSessionToken
  13163. const prototype: any;
  13164.  
  13165. }
  13166.  
  13167. namespace getUsername {
  13168. // Too-deep object hierarchy from parse.Parse.User.prototype.getUsername
  13169. const prototype: any;
  13170.  
  13171. }
  13172.  
  13173. namespace has {
  13174. // Too-deep object hierarchy from parse.Parse.User.prototype.has
  13175. const prototype: any;
  13176.  
  13177. }
  13178.  
  13179. namespace increment {
  13180. // Too-deep object hierarchy from parse.Parse.User.prototype.increment
  13181. const prototype: any;
  13182.  
  13183. }
  13184.  
  13185. namespace initialize {
  13186. // Too-deep object hierarchy from parse.Parse.User.prototype.initialize
  13187. const prototype: any;
  13188.  
  13189. }
  13190.  
  13191. namespace isCurrent {
  13192. // Too-deep object hierarchy from parse.Parse.User.prototype.isCurrent
  13193. const prototype: any;
  13194.  
  13195. }
  13196.  
  13197. namespace isNew {
  13198. // Too-deep object hierarchy from parse.Parse.User.prototype.isNew
  13199. const prototype: any;
  13200.  
  13201. }
  13202.  
  13203. namespace isPinned {
  13204. // Too-deep object hierarchy from parse.Parse.User.prototype.isPinned
  13205. const prototype: any;
  13206.  
  13207. }
  13208.  
  13209. namespace isValid {
  13210. // Too-deep object hierarchy from parse.Parse.User.prototype.isValid
  13211. const prototype: any;
  13212.  
  13213. }
  13214.  
  13215. namespace logIn {
  13216. // Too-deep object hierarchy from parse.Parse.User.prototype.logIn
  13217. const prototype: any;
  13218.  
  13219. }
  13220.  
  13221. namespace newInstance {
  13222. // Too-deep object hierarchy from parse.Parse.User.prototype.newInstance
  13223. const prototype: any;
  13224.  
  13225. }
  13226.  
  13227. namespace op {
  13228. // Too-deep object hierarchy from parse.Parse.User.prototype.op
  13229. const prototype: any;
  13230.  
  13231. }
  13232.  
  13233. namespace pin {
  13234. // Too-deep object hierarchy from parse.Parse.User.prototype.pin
  13235. const prototype: any;
  13236.  
  13237. }
  13238.  
  13239. namespace pinWithName {
  13240. // Too-deep object hierarchy from parse.Parse.User.prototype.pinWithName
  13241. const prototype: any;
  13242.  
  13243. }
  13244.  
  13245. namespace relation {
  13246. // Too-deep object hierarchy from parse.Parse.User.prototype.relation
  13247. const prototype: any;
  13248.  
  13249. }
  13250.  
  13251. namespace remove {
  13252. // Too-deep object hierarchy from parse.Parse.User.prototype.remove
  13253. const prototype: any;
  13254.  
  13255. }
  13256.  
  13257. namespace removeAll {
  13258. // Too-deep object hierarchy from parse.Parse.User.prototype.removeAll
  13259. const prototype: any;
  13260.  
  13261. }
  13262.  
  13263. namespace revert {
  13264. // Too-deep object hierarchy from parse.Parse.User.prototype.revert
  13265. const prototype: any;
  13266.  
  13267. }
  13268.  
  13269. namespace save {
  13270. // Too-deep object hierarchy from parse.Parse.User.prototype.save
  13271. const prototype: any;
  13272.  
  13273. }
  13274.  
  13275. namespace set {
  13276. // Too-deep object hierarchy from parse.Parse.User.prototype.set
  13277. const prototype: any;
  13278.  
  13279. }
  13280.  
  13281. namespace setACL {
  13282. // Too-deep object hierarchy from parse.Parse.User.prototype.setACL
  13283. const prototype: any;
  13284.  
  13285. }
  13286.  
  13287. namespace setEmail {
  13288. // Too-deep object hierarchy from parse.Parse.User.prototype.setEmail
  13289. const prototype: any;
  13290.  
  13291. }
  13292.  
  13293. namespace setPassword {
  13294. // Too-deep object hierarchy from parse.Parse.User.prototype.setPassword
  13295. const prototype: any;
  13296.  
  13297. }
  13298.  
  13299. namespace setUsername {
  13300. // Too-deep object hierarchy from parse.Parse.User.prototype.setUsername
  13301. const prototype: any;
  13302.  
  13303. }
  13304.  
  13305. namespace signUp {
  13306. // Too-deep object hierarchy from parse.Parse.User.prototype.signUp
  13307. const prototype: any;
  13308.  
  13309. }
  13310.  
  13311. namespace toJSON {
  13312. // Too-deep object hierarchy from parse.Parse.User.prototype.toJSON
  13313. const prototype: any;
  13314.  
  13315. }
  13316.  
  13317. namespace toPointer {
  13318. // Too-deep object hierarchy from parse.Parse.User.prototype.toPointer
  13319. const prototype: any;
  13320.  
  13321. }
  13322.  
  13323. namespace unPin {
  13324. // Too-deep object hierarchy from parse.Parse.User.prototype.unPin
  13325. const prototype: any;
  13326.  
  13327. }
  13328.  
  13329. namespace unPinWithName {
  13330. // Too-deep object hierarchy from parse.Parse.User.prototype.unPinWithName
  13331. const prototype: any;
  13332.  
  13333. }
  13334.  
  13335. namespace unset {
  13336. // Too-deep object hierarchy from parse.Parse.User.prototype.unset
  13337. const prototype: any;
  13338.  
  13339. }
  13340.  
  13341. namespace validate {
  13342. // Too-deep object hierarchy from parse.Parse.User.prototype.validate
  13343. const prototype: any;
  13344.  
  13345. }
  13346.  
  13347. }
  13348.  
  13349. namespace readOnlyAttributes {
  13350. const prototype: {
  13351. };
  13352.  
  13353. }
  13354.  
  13355. namespace registerSubclass {
  13356. const prototype: {
  13357. };
  13358.  
  13359. }
  13360.  
  13361. namespace requestPasswordReset {
  13362. const prototype: {
  13363. };
  13364.  
  13365. }
  13366.  
  13367. namespace saveAll {
  13368. const prototype: {
  13369. };
  13370.  
  13371. }
  13372.  
  13373. namespace signUp {
  13374. const prototype: {
  13375. };
  13376.  
  13377. }
  13378.  
  13379. namespace unPinAll {
  13380. const prototype: {
  13381. };
  13382.  
  13383. }
  13384.  
  13385. namespace unPinAllObjects {
  13386. const prototype: {
  13387. };
  13388.  
  13389. }
  13390.  
  13391. namespace unPinAllObjectsWithName {
  13392. const prototype: {
  13393. };
  13394.  
  13395. }
  13396.  
  13397. namespace unPinAllWithName {
  13398. const prototype: {
  13399. };
  13400.  
  13401. }
  13402.  
  13403. }
  13404.  
  13405. namespace dumpLocalDatastore {
  13406. const prototype: {
  13407. };
  13408.  
  13409. }
  13410.  
  13411. namespace enableLocalDatastore {
  13412. const prototype: {
  13413. };
  13414.  
  13415. }
  13416.  
  13417. namespace initialize {
  13418. const prototype: {
  13419. };
  13420.  
  13421. }
  13422.  
  13423. namespace isLocalDatastoreEnabled {
  13424. const prototype: {
  13425. };
  13426.  
  13427. }
  13428.  
  13429. namespace setAsyncStorage {
  13430. const prototype: {
  13431. };
  13432.  
  13433. }
  13434.  
  13435. namespace setLocalDatastoreController {
  13436. const prototype: {
  13437. };
  13438.  
  13439. }
  13440.  
  13441. }
  13442.  
  13443. export namespace Polygon {
  13444. namespace prototype {
  13445. const coordinates: any;
  13446.  
  13447. function containsPoint(point: any): any;
  13448.  
  13449. function equals(other: any): any;
  13450.  
  13451. function toJSON(): any;
  13452.  
  13453. namespace containsPoint {
  13454. const prototype: {
  13455. };
  13456.  
  13457. }
  13458.  
  13459. namespace equals {
  13460. const prototype: {
  13461. };
  13462.  
  13463. }
  13464.  
  13465. namespace toJSON {
  13466. const prototype: {
  13467. };
  13468.  
  13469. }
  13470.  
  13471. }
  13472.  
  13473. }
  13474.  
  13475. export namespace Push {
  13476. function send(data: any, options: any): any;
  13477.  
  13478. namespace send {
  13479. const prototype: {
  13480. };
  13481.  
  13482. }
  13483.  
  13484. }
  13485.  
  13486. export namespace Query {
  13487. namespace and {
  13488. const prototype: {
  13489. };
  13490.  
  13491. }
  13492.  
  13493. namespace fromJSON {
  13494. const prototype: {
  13495. };
  13496.  
  13497. }
  13498.  
  13499. namespace nor {
  13500. const prototype: {
  13501. };
  13502.  
  13503. }
  13504.  
  13505. namespace or {
  13506. const prototype: {
  13507. };
  13508.  
  13509. }
  13510.  
  13511. namespace prototype {
  13512. function addAscending(...args: any[]): any;
  13513.  
  13514. function addDescending(...args: any[]): any;
  13515.  
  13516. function aggregate(pipeline: any, options: any): any;
  13517.  
  13518. function ascending(...args: any[]): any;
  13519.  
  13520. function containedBy(key: any, value: any): any;
  13521.  
  13522. function containedIn(key: any, value: any): any;
  13523.  
  13524. function contains(key: any, value: any): any;
  13525.  
  13526. function containsAll(key: any, values: any): any;
  13527.  
  13528. function containsAllStartingWith(key: any, values: any): any;
  13529.  
  13530. function count(options: any): any;
  13531.  
  13532. function descending(...args: any[]): any;
  13533.  
  13534. function distinct(key: any, options: any): any;
  13535.  
  13536. function doesNotExist(key: any): any;
  13537.  
  13538. function doesNotMatchKeyInQuery(key: any, queryKey: any, query: any): any;
  13539.  
  13540. function doesNotMatchQuery(key: any, query: any): any;
  13541.  
  13542. function each(callback: any, options: any): any;
  13543.  
  13544. function endsWith(key: any, value: any): any;
  13545.  
  13546. function equalTo(key: any, value: any): any;
  13547.  
  13548. function exists(key: any): any;
  13549.  
  13550. function find(options: any): any;
  13551.  
  13552. function first(options: any): any;
  13553.  
  13554. function fromLocalDatastore(): void;
  13555.  
  13556. function fromPin(): void;
  13557.  
  13558. function fromPinWithName(name: any): void;
  13559.  
  13560. function fullText(key: any, value: any, options: any): any;
  13561.  
  13562. function get(objectId: any, options: any): any;
  13563.  
  13564. function greaterThan(key: any, value: any): any;
  13565.  
  13566. function greaterThanOrEqualTo(key: any, value: any): any;
  13567.  
  13568. function include(...args: any[]): any;
  13569.  
  13570. function includeAll(): any;
  13571.  
  13572. function lessThan(key: any, value: any): any;
  13573.  
  13574. function lessThanOrEqualTo(key: any, value: any): any;
  13575.  
  13576. function limit(n: any): any;
  13577.  
  13578. function matches(key: any, regex: any, modifiers: any): any;
  13579.  
  13580. function matchesKeyInQuery(key: any, queryKey: any, query: any): any;
  13581.  
  13582. function matchesQuery(key: any, query: any): any;
  13583.  
  13584. function near(key: any, point: any): any;
  13585.  
  13586. function notContainedIn(key: any, value: any): any;
  13587.  
  13588. function notEqualTo(key: any, value: any): any;
  13589.  
  13590. function polygonContains(key: any, point: any): any;
  13591.  
  13592. function select(...args: any[]): any;
  13593.  
  13594. function skip(n: any): any;
  13595.  
  13596. function sortByTextScore(): any;
  13597.  
  13598. function startsWith(key: any, value: any): any;
  13599.  
  13600. function subscribe(): any;
  13601.  
  13602. function toJSON(): any;
  13603.  
  13604. function withJSON(json: any): any;
  13605.  
  13606. function withinGeoBox(key: any, southwest: any, northeast: any): any;
  13607.  
  13608. function withinKilometers(key: any, point: any, distance: any, sorted: any): any;
  13609.  
  13610. function withinMiles(key: any, point: any, distance: any, sorted: any): any;
  13611.  
  13612. function withinPolygon(key: any, points: any): any;
  13613.  
  13614. function withinRadians(key: any, point: any, distance: any, sorted: any): any;
  13615.  
  13616. namespace addAscending {
  13617. const prototype: {
  13618. };
  13619.  
  13620. }
  13621.  
  13622. namespace addDescending {
  13623. const prototype: {
  13624. };
  13625.  
  13626. }
  13627.  
  13628. namespace aggregate {
  13629. const prototype: {
  13630. };
  13631.  
  13632. }
  13633.  
  13634. namespace ascending {
  13635. const prototype: {
  13636. };
  13637.  
  13638. }
  13639.  
  13640. namespace containedBy {
  13641. const prototype: {
  13642. };
  13643.  
  13644. }
  13645.  
  13646. namespace containedIn {
  13647. const prototype: {
  13648. };
  13649.  
  13650. }
  13651.  
  13652. namespace contains {
  13653. const prototype: {
  13654. };
  13655.  
  13656. }
  13657.  
  13658. namespace containsAll {
  13659. const prototype: {
  13660. };
  13661.  
  13662. }
  13663.  
  13664. namespace containsAllStartingWith {
  13665. const prototype: {
  13666. };
  13667.  
  13668. }
  13669.  
  13670. namespace count {
  13671. const prototype: {
  13672. };
  13673.  
  13674. }
  13675.  
  13676. namespace descending {
  13677. const prototype: {
  13678. };
  13679.  
  13680. }
  13681.  
  13682. namespace distinct {
  13683. const prototype: {
  13684. };
  13685.  
  13686. }
  13687.  
  13688. namespace doesNotExist {
  13689. const prototype: {
  13690. };
  13691.  
  13692. }
  13693.  
  13694. namespace doesNotMatchKeyInQuery {
  13695. const prototype: {
  13696. };
  13697.  
  13698. }
  13699.  
  13700. namespace doesNotMatchQuery {
  13701. const prototype: {
  13702. };
  13703.  
  13704. }
  13705.  
  13706. namespace each {
  13707. const prototype: {
  13708. };
  13709.  
  13710. }
  13711.  
  13712. namespace endsWith {
  13713. const prototype: {
  13714. };
  13715.  
  13716. }
  13717.  
  13718. namespace equalTo {
  13719. const prototype: {
  13720. };
  13721.  
  13722. }
  13723.  
  13724. namespace exists {
  13725. const prototype: {
  13726. };
  13727.  
  13728. }
  13729.  
  13730. namespace find {
  13731. const prototype: {
  13732. };
  13733.  
  13734. }
  13735.  
  13736. namespace first {
  13737. const prototype: {
  13738. };
  13739.  
  13740. }
  13741.  
  13742. namespace fromLocalDatastore {
  13743. const prototype: {
  13744. };
  13745.  
  13746. }
  13747.  
  13748. namespace fromPin {
  13749. const prototype: {
  13750. };
  13751.  
  13752. }
  13753.  
  13754. namespace fromPinWithName {
  13755. const prototype: {
  13756. };
  13757.  
  13758. }
  13759.  
  13760. namespace fullText {
  13761. const prototype: {
  13762. };
  13763.  
  13764. }
  13765.  
  13766. namespace get {
  13767. const prototype: {
  13768. };
  13769.  
  13770. }
  13771.  
  13772. namespace greaterThan {
  13773. const prototype: {
  13774. };
  13775.  
  13776. }
  13777.  
  13778. namespace greaterThanOrEqualTo {
  13779. const prototype: {
  13780. };
  13781.  
  13782. }
  13783.  
  13784. namespace include {
  13785. const prototype: {
  13786. };
  13787.  
  13788. }
  13789.  
  13790. namespace includeAll {
  13791. const prototype: {
  13792. };
  13793.  
  13794. }
  13795.  
  13796. namespace lessThan {
  13797. const prototype: {
  13798. };
  13799.  
  13800. }
  13801.  
  13802. namespace lessThanOrEqualTo {
  13803. const prototype: {
  13804. };
  13805.  
  13806. }
  13807.  
  13808. namespace limit {
  13809. const prototype: {
  13810. };
  13811.  
  13812. }
  13813.  
  13814. namespace matches {
  13815. const prototype: {
  13816. };
  13817.  
  13818. }
  13819.  
  13820. namespace matchesKeyInQuery {
  13821. const prototype: {
  13822. };
  13823.  
  13824. }
  13825.  
  13826. namespace matchesQuery {
  13827. const prototype: {
  13828. };
  13829.  
  13830. }
  13831.  
  13832. namespace near {
  13833. const prototype: {
  13834. };
  13835.  
  13836. }
  13837.  
  13838. namespace notContainedIn {
  13839. const prototype: {
  13840. };
  13841.  
  13842. }
  13843.  
  13844. namespace notEqualTo {
  13845. const prototype: {
  13846. };
  13847.  
  13848. }
  13849.  
  13850. namespace polygonContains {
  13851. const prototype: {
  13852. };
  13853.  
  13854. }
  13855.  
  13856. namespace select {
  13857. const prototype: {
  13858. };
  13859.  
  13860. }
  13861.  
  13862. namespace skip {
  13863. const prototype: {
  13864. };
  13865.  
  13866. }
  13867.  
  13868. namespace sortByTextScore {
  13869. const prototype: {
  13870. };
  13871.  
  13872. }
  13873.  
  13874. namespace startsWith {
  13875. const prototype: {
  13876. };
  13877.  
  13878. }
  13879.  
  13880. namespace subscribe {
  13881. const prototype: {
  13882. };
  13883.  
  13884. }
  13885.  
  13886. namespace toJSON {
  13887. const prototype: {
  13888. };
  13889.  
  13890. }
  13891.  
  13892. namespace withJSON {
  13893. const prototype: {
  13894. };
  13895.  
  13896. }
  13897.  
  13898. namespace withinGeoBox {
  13899. const prototype: {
  13900. };
  13901.  
  13902. }
  13903.  
  13904. namespace withinKilometers {
  13905. const prototype: {
  13906. };
  13907.  
  13908. }
  13909.  
  13910. namespace withinMiles {
  13911. const prototype: {
  13912. };
  13913.  
  13914. }
  13915.  
  13916. namespace withinPolygon {
  13917. const prototype: {
  13918. };
  13919.  
  13920. }
  13921.  
  13922. namespace withinRadians {
  13923. const prototype: {
  13924. };
  13925.  
  13926. }
  13927.  
  13928. }
  13929.  
  13930. }
  13931.  
  13932. export namespace Relation {
  13933. namespace prototype {
  13934. function add(objects: any): any;
  13935.  
  13936. function query(): any;
  13937.  
  13938. function remove(objects: any): void;
  13939.  
  13940. function toJSON(): any;
  13941.  
  13942. namespace add {
  13943. const prototype: {
  13944. };
  13945.  
  13946. }
  13947.  
  13948. namespace query {
  13949. const prototype: {
  13950. };
  13951.  
  13952. }
  13953.  
  13954. namespace remove {
  13955. const prototype: {
  13956. };
  13957.  
  13958. }
  13959.  
  13960. namespace toJSON {
  13961. const prototype: {
  13962. };
  13963.  
  13964. }
  13965.  
  13966. }
  13967.  
  13968. }
  13969.  
  13970. export namespace Role {
  13971. namespace createWithoutData {
  13972. const prototype: {
  13973. };
  13974.  
  13975. }
  13976.  
  13977. namespace destroyAll {
  13978. const prototype: {
  13979. };
  13980.  
  13981. }
  13982.  
  13983. namespace disableSingleInstance {
  13984. const prototype: {
  13985. };
  13986.  
  13987. }
  13988.  
  13989. namespace enableSingleInstance {
  13990. const prototype: {
  13991. };
  13992.  
  13993. }
  13994.  
  13995. namespace extend {
  13996. const prototype: {
  13997. };
  13998.  
  13999. }
  14000.  
  14001. namespace fetchAll {
  14002. const prototype: {
  14003. };
  14004.  
  14005. }
  14006.  
  14007. namespace fetchAllIfNeeded {
  14008. const prototype: {
  14009. };
  14010.  
  14011. }
  14012.  
  14013. namespace fetchAllWithInclude {
  14014. const prototype: {
  14015. };
  14016.  
  14017. }
  14018.  
  14019. namespace fromJSON {
  14020. const prototype: {
  14021. };
  14022.  
  14023. }
  14024.  
  14025. namespace pinAll {
  14026. const prototype: {
  14027. };
  14028.  
  14029. }
  14030.  
  14031. namespace pinAllWithName {
  14032. const prototype: {
  14033. };
  14034.  
  14035. }
  14036.  
  14037. namespace prototype {
  14038. const attributes: {
  14039. };
  14040.  
  14041. const createdAt: any;
  14042.  
  14043. const updatedAt: any;
  14044.  
  14045. function add(attr: any, item: any): any;
  14046.  
  14047. function addAll(attr: any, items: any): any;
  14048.  
  14049. function addAllUnique(attr: any, items: any): any;
  14050.  
  14051. function addUnique(attr: any, item: any): any;
  14052.  
  14053. function clear(): any;
  14054.  
  14055. function clone(): any;
  14056.  
  14057. function destroy(options: any): any;
  14058.  
  14059. function dirty(attr: any): any;
  14060.  
  14061. function dirtyKeys(): any;
  14062.  
  14063. function equals(other: any): any;
  14064.  
  14065. function escape(attr: any): any;
  14066.  
  14067. function existed(): any;
  14068.  
  14069. function fetch(options: any): any;
  14070.  
  14071. function fetchFromLocalDatastore(...args: any[]): any;
  14072.  
  14073. function fetchWithInclude(keys: any, options: any): any;
  14074.  
  14075. function get(attr: any): any;
  14076.  
  14077. function getACL(): any;
  14078.  
  14079. function getName(): any;
  14080.  
  14081. function getRoles(): any;
  14082.  
  14083. function getUsers(): any;
  14084.  
  14085. function has(attr: any): any;
  14086.  
  14087. function increment(attr: any, amount: any): any;
  14088.  
  14089. function initialize(): void;
  14090.  
  14091. function isNew(): any;
  14092.  
  14093. function isPinned(...args: any[]): any;
  14094.  
  14095. function isValid(): any;
  14096.  
  14097. function newInstance(): any;
  14098.  
  14099. function op(attr: any): any;
  14100.  
  14101. function pin(): any;
  14102.  
  14103. function pinWithName(name: any): any;
  14104.  
  14105. function relation(attr: any): any;
  14106.  
  14107. function remove(attr: any, item: any): any;
  14108.  
  14109. function removeAll(attr: any, items: any): any;
  14110.  
  14111. function revert(...args: any[]): void;
  14112.  
  14113. function save(arg1: any, arg2: any, arg3: any): any;
  14114.  
  14115. function set(key: any, value: any, options: any): any;
  14116.  
  14117. function setACL(acl: any, options: any): any;
  14118.  
  14119. function setName(name: any, options: any): any;
  14120.  
  14121. function toJSON(seen: any): any;
  14122.  
  14123. function toPointer(): any;
  14124.  
  14125. function unPin(): any;
  14126.  
  14127. function unPinWithName(name: any): any;
  14128.  
  14129. function unset(attr: any, options: any): any;
  14130.  
  14131. function validate(attrs: any, options: any): any;
  14132.  
  14133. namespace add {
  14134. const prototype: {
  14135. };
  14136.  
  14137. }
  14138.  
  14139. namespace addAll {
  14140. const prototype: {
  14141. };
  14142.  
  14143. }
  14144.  
  14145. namespace addAllUnique {
  14146. const prototype: {
  14147. };
  14148.  
  14149. }
  14150.  
  14151. namespace addUnique {
  14152. const prototype: {
  14153. };
  14154.  
  14155. }
  14156.  
  14157. namespace clear {
  14158. const prototype: {
  14159. };
  14160.  
  14161. }
  14162.  
  14163. namespace clone {
  14164. const prototype: {
  14165. };
  14166.  
  14167. }
  14168.  
  14169. namespace destroy {
  14170. const prototype: {
  14171. };
  14172.  
  14173. }
  14174.  
  14175. namespace dirty {
  14176. const prototype: {
  14177. };
  14178.  
  14179. }
  14180.  
  14181. namespace dirtyKeys {
  14182. const prototype: {
  14183. };
  14184.  
  14185. }
  14186.  
  14187. namespace equals {
  14188. const prototype: {
  14189. };
  14190.  
  14191. }
  14192.  
  14193. namespace escape {
  14194. const prototype: {
  14195. };
  14196.  
  14197. }
  14198.  
  14199. namespace existed {
  14200. const prototype: {
  14201. };
  14202.  
  14203. }
  14204.  
  14205. namespace fetch {
  14206. const prototype: {
  14207. };
  14208.  
  14209. }
  14210.  
  14211. namespace fetchFromLocalDatastore {
  14212. const prototype: {
  14213. };
  14214.  
  14215. }
  14216.  
  14217. namespace fetchWithInclude {
  14218. const prototype: {
  14219. };
  14220.  
  14221. }
  14222.  
  14223. namespace get {
  14224. const prototype: {
  14225. };
  14226.  
  14227. }
  14228.  
  14229. namespace getACL {
  14230. const prototype: {
  14231. };
  14232.  
  14233. }
  14234.  
  14235. namespace getName {
  14236. const prototype: {
  14237. };
  14238.  
  14239. }
  14240.  
  14241. namespace getRoles {
  14242. const prototype: {
  14243. };
  14244.  
  14245. }
  14246.  
  14247. namespace getUsers {
  14248. const prototype: {
  14249. };
  14250.  
  14251. }
  14252.  
  14253. namespace has {
  14254. const prototype: {
  14255. };
  14256.  
  14257. }
  14258.  
  14259. namespace increment {
  14260. const prototype: {
  14261. };
  14262.  
  14263. }
  14264.  
  14265. namespace initialize {
  14266. const prototype: {
  14267. };
  14268.  
  14269. }
  14270.  
  14271. namespace isNew {
  14272. const prototype: {
  14273. };
  14274.  
  14275. }
  14276.  
  14277. namespace isPinned {
  14278. const prototype: {
  14279. };
  14280.  
  14281. }
  14282.  
  14283. namespace isValid {
  14284. const prototype: {
  14285. };
  14286.  
  14287. }
  14288.  
  14289. namespace newInstance {
  14290. const prototype: {
  14291. };
  14292.  
  14293. }
  14294.  
  14295. namespace op {
  14296. const prototype: {
  14297. };
  14298.  
  14299. }
  14300.  
  14301. namespace pin {
  14302. const prototype: {
  14303. };
  14304.  
  14305. }
  14306.  
  14307. namespace pinWithName {
  14308. const prototype: {
  14309. };
  14310.  
  14311. }
  14312.  
  14313. namespace relation {
  14314. const prototype: {
  14315. };
  14316.  
  14317. }
  14318.  
  14319. namespace remove {
  14320. const prototype: {
  14321. };
  14322.  
  14323. }
  14324.  
  14325. namespace removeAll {
  14326. const prototype: {
  14327. };
  14328.  
  14329. }
  14330.  
  14331. namespace revert {
  14332. const prototype: {
  14333. };
  14334.  
  14335. }
  14336.  
  14337. namespace save {
  14338. const prototype: {
  14339. };
  14340.  
  14341. }
  14342.  
  14343. namespace set {
  14344. const prototype: {
  14345. };
  14346.  
  14347. }
  14348.  
  14349. namespace setACL {
  14350. const prototype: {
  14351. };
  14352.  
  14353. }
  14354.  
  14355. namespace setName {
  14356. const prototype: {
  14357. };
  14358.  
  14359. }
  14360.  
  14361. namespace toJSON {
  14362. const prototype: {
  14363. };
  14364.  
  14365. }
  14366.  
  14367. namespace toPointer {
  14368. const prototype: {
  14369. };
  14370.  
  14371. }
  14372.  
  14373. namespace unPin {
  14374. const prototype: {
  14375. };
  14376.  
  14377. }
  14378.  
  14379. namespace unPinWithName {
  14380. const prototype: {
  14381. };
  14382.  
  14383. }
  14384.  
  14385. namespace unset {
  14386. const prototype: {
  14387. };
  14388.  
  14389. }
  14390.  
  14391. namespace validate {
  14392. const prototype: {
  14393. };
  14394.  
  14395. }
  14396.  
  14397. }
  14398.  
  14399. namespace registerSubclass {
  14400. const prototype: {
  14401. };
  14402.  
  14403. }
  14404.  
  14405. namespace saveAll {
  14406. const prototype: {
  14407. };
  14408.  
  14409. }
  14410.  
  14411. namespace unPinAll {
  14412. const prototype: {
  14413. };
  14414.  
  14415. }
  14416.  
  14417. namespace unPinAllObjects {
  14418. const prototype: {
  14419. };
  14420.  
  14421. }
  14422.  
  14423. namespace unPinAllObjectsWithName {
  14424. const prototype: {
  14425. };
  14426.  
  14427. }
  14428.  
  14429. namespace unPinAllWithName {
  14430. const prototype: {
  14431. };
  14432.  
  14433. }
  14434.  
  14435. }
  14436.  
  14437. export namespace Schema {
  14438. namespace all {
  14439. const prototype: {
  14440. };
  14441.  
  14442. }
  14443.  
  14444. namespace prototype {
  14445. function addArray(name: any): any;
  14446.  
  14447. function addBoolean(name: any): any;
  14448.  
  14449. function addDate(name: any): any;
  14450.  
  14451. function addField(name: any, type: any): any;
  14452.  
  14453. function addFile(name: any): any;
  14454.  
  14455. function addGeoPoint(name: any): any;
  14456.  
  14457. function addIndex(name: any, index: any): any;
  14458.  
  14459. function addNumber(name: any): any;
  14460.  
  14461. function addObject(name: any): any;
  14462.  
  14463. function addPointer(name: any, targetClass: any): any;
  14464.  
  14465. function addPolygon(name: any): any;
  14466.  
  14467. function addRelation(name: any, targetClass: any): any;
  14468.  
  14469. function addString(name: any): any;
  14470.  
  14471. function assertClassName(): void;
  14472.  
  14473. function deleteField(name: any): void;
  14474.  
  14475. function deleteIndex(name: any): void;
  14476.  
  14477. function get(options: any): any;
  14478.  
  14479. function purge(): any;
  14480.  
  14481. function save(options: any): any;
  14482.  
  14483. function update(options: any): any;
  14484.  
  14485. namespace addArray {
  14486. const prototype: {
  14487. };
  14488.  
  14489. }
  14490.  
  14491. namespace addBoolean {
  14492. const prototype: {
  14493. };
  14494.  
  14495. }
  14496.  
  14497. namespace addDate {
  14498. const prototype: {
  14499. };
  14500.  
  14501. }
  14502.  
  14503. namespace addField {
  14504. const prototype: {
  14505. };
  14506.  
  14507. }
  14508.  
  14509. namespace addFile {
  14510. const prototype: {
  14511. };
  14512.  
  14513. }
  14514.  
  14515. namespace addGeoPoint {
  14516. const prototype: {
  14517. };
  14518.  
  14519. }
  14520.  
  14521. namespace addIndex {
  14522. const prototype: {
  14523. };
  14524.  
  14525. }
  14526.  
  14527. namespace addNumber {
  14528. const prototype: {
  14529. };
  14530.  
  14531. }
  14532.  
  14533. namespace addObject {
  14534. const prototype: {
  14535. };
  14536.  
  14537. }
  14538.  
  14539. namespace addPointer {
  14540. const prototype: {
  14541. };
  14542.  
  14543. }
  14544.  
  14545. namespace addPolygon {
  14546. const prototype: {
  14547. };
  14548.  
  14549. }
  14550.  
  14551. namespace addRelation {
  14552. const prototype: {
  14553. };
  14554.  
  14555. }
  14556.  
  14557. namespace addString {
  14558. const prototype: {
  14559. };
  14560.  
  14561. }
  14562.  
  14563. namespace assertClassName {
  14564. const prototype: {
  14565. };
  14566.  
  14567. }
  14568.  
  14569. namespace deleteField {
  14570. const prototype: {
  14571. };
  14572.  
  14573. }
  14574.  
  14575. namespace deleteIndex {
  14576. const prototype: {
  14577. };
  14578.  
  14579. }
  14580.  
  14581. namespace get {
  14582. const prototype: {
  14583. };
  14584.  
  14585. }
  14586.  
  14587. namespace purge {
  14588. const prototype: {
  14589. };
  14590.  
  14591. }
  14592.  
  14593. namespace save {
  14594. const prototype: {
  14595. };
  14596.  
  14597. }
  14598.  
  14599. namespace update {
  14600. const prototype: {
  14601. };
  14602.  
  14603. }
  14604.  
  14605. }
  14606.  
  14607. }
  14608.  
  14609. export namespace Session {
  14610. namespace createWithoutData {
  14611. const prototype: {
  14612. };
  14613.  
  14614. }
  14615.  
  14616. namespace current {
  14617. const prototype: {
  14618. };
  14619.  
  14620. }
  14621.  
  14622. namespace destroyAll {
  14623. const prototype: {
  14624. };
  14625.  
  14626. }
  14627.  
  14628. namespace disableSingleInstance {
  14629. const prototype: {
  14630. };
  14631.  
  14632. }
  14633.  
  14634. namespace enableSingleInstance {
  14635. const prototype: {
  14636. };
  14637.  
  14638. }
  14639.  
  14640. namespace extend {
  14641. const prototype: {
  14642. };
  14643.  
  14644. }
  14645.  
  14646. namespace fetchAll {
  14647. const prototype: {
  14648. };
  14649.  
  14650. }
  14651.  
  14652. namespace fetchAllIfNeeded {
  14653. const prototype: {
  14654. };
  14655.  
  14656. }
  14657.  
  14658. namespace fetchAllWithInclude {
  14659. const prototype: {
  14660. };
  14661.  
  14662. }
  14663.  
  14664. namespace fromJSON {
  14665. const prototype: {
  14666. };
  14667.  
  14668. }
  14669.  
  14670. namespace isCurrentSessionRevocable {
  14671. const prototype: {
  14672. };
  14673.  
  14674. }
  14675.  
  14676. namespace pinAll {
  14677. const prototype: {
  14678. };
  14679.  
  14680. }
  14681.  
  14682. namespace pinAllWithName {
  14683. const prototype: {
  14684. };
  14685.  
  14686. }
  14687.  
  14688. namespace prototype {
  14689. const attributes: {
  14690. };
  14691.  
  14692. const createdAt: any;
  14693.  
  14694. const updatedAt: any;
  14695.  
  14696. function add(attr: any, item: any): any;
  14697.  
  14698. function addAll(attr: any, items: any): any;
  14699.  
  14700. function addAllUnique(attr: any, items: any): any;
  14701.  
  14702. function addUnique(attr: any, item: any): any;
  14703.  
  14704. function clear(): any;
  14705.  
  14706. function clone(): any;
  14707.  
  14708. function destroy(options: any): any;
  14709.  
  14710. function dirty(attr: any): any;
  14711.  
  14712. function dirtyKeys(): any;
  14713.  
  14714. function equals(other: any): any;
  14715.  
  14716. function escape(attr: any): any;
  14717.  
  14718. function existed(): any;
  14719.  
  14720. function fetch(options: any): any;
  14721.  
  14722. function fetchFromLocalDatastore(...args: any[]): any;
  14723.  
  14724. function fetchWithInclude(keys: any, options: any): any;
  14725.  
  14726. function get(attr: any): any;
  14727.  
  14728. function getACL(): any;
  14729.  
  14730. function getSessionToken(): any;
  14731.  
  14732. function has(attr: any): any;
  14733.  
  14734. function increment(attr: any, amount: any): any;
  14735.  
  14736. function initialize(): void;
  14737.  
  14738. function isNew(): any;
  14739.  
  14740. function isPinned(...args: any[]): any;
  14741.  
  14742. function isValid(): any;
  14743.  
  14744. function newInstance(): any;
  14745.  
  14746. function op(attr: any): any;
  14747.  
  14748. function pin(): any;
  14749.  
  14750. function pinWithName(name: any): any;
  14751.  
  14752. function relation(attr: any): any;
  14753.  
  14754. function remove(attr: any, item: any): any;
  14755.  
  14756. function removeAll(attr: any, items: any): any;
  14757.  
  14758. function revert(...args: any[]): void;
  14759.  
  14760. function save(arg1: any, arg2: any, arg3: any): any;
  14761.  
  14762. function set(key: any, value: any, options: any): any;
  14763.  
  14764. function setACL(acl: any, options: any): any;
  14765.  
  14766. function toJSON(seen: any): any;
  14767.  
  14768. function toPointer(): any;
  14769.  
  14770. function unPin(): any;
  14771.  
  14772. function unPinWithName(name: any): any;
  14773.  
  14774. function unset(attr: any, options: any): any;
  14775.  
  14776. function validate(attrs: any): any;
  14777.  
  14778. namespace add {
  14779. const prototype: {
  14780. };
  14781.  
  14782. }
  14783.  
  14784. namespace addAll {
  14785. const prototype: {
  14786. };
  14787.  
  14788. }
  14789.  
  14790. namespace addAllUnique {
  14791. const prototype: {
  14792. };
  14793.  
  14794. }
  14795.  
  14796. namespace addUnique {
  14797. const prototype: {
  14798. };
  14799.  
  14800. }
  14801.  
  14802. namespace clear {
  14803. const prototype: {
  14804. };
  14805.  
  14806. }
  14807.  
  14808. namespace clone {
  14809. const prototype: {
  14810. };
  14811.  
  14812. }
  14813.  
  14814. namespace destroy {
  14815. const prototype: {
  14816. };
  14817.  
  14818. }
  14819.  
  14820. namespace dirty {
  14821. const prototype: {
  14822. };
  14823.  
  14824. }
  14825.  
  14826. namespace dirtyKeys {
  14827. const prototype: {
  14828. };
  14829.  
  14830. }
  14831.  
  14832. namespace equals {
  14833. const prototype: {
  14834. };
  14835.  
  14836. }
  14837.  
  14838. namespace escape {
  14839. const prototype: {
  14840. };
  14841.  
  14842. }
  14843.  
  14844. namespace existed {
  14845. const prototype: {
  14846. };
  14847.  
  14848. }
  14849.  
  14850. namespace fetch {
  14851. const prototype: {
  14852. };
  14853.  
  14854. }
  14855.  
  14856. namespace fetchFromLocalDatastore {
  14857. const prototype: {
  14858. };
  14859.  
  14860. }
  14861.  
  14862. namespace fetchWithInclude {
  14863. const prototype: {
  14864. };
  14865.  
  14866. }
  14867.  
  14868. namespace get {
  14869. const prototype: {
  14870. };
  14871.  
  14872. }
  14873.  
  14874. namespace getACL {
  14875. const prototype: {
  14876. };
  14877.  
  14878. }
  14879.  
  14880. namespace getSessionToken {
  14881. const prototype: {
  14882. };
  14883.  
  14884. }
  14885.  
  14886. namespace has {
  14887. const prototype: {
  14888. };
  14889.  
  14890. }
  14891.  
  14892. namespace increment {
  14893. const prototype: {
  14894. };
  14895.  
  14896. }
  14897.  
  14898. namespace initialize {
  14899. const prototype: {
  14900. };
  14901.  
  14902. }
  14903.  
  14904. namespace isNew {
  14905. const prototype: {
  14906. };
  14907.  
  14908. }
  14909.  
  14910. namespace isPinned {
  14911. const prototype: {
  14912. };
  14913.  
  14914. }
  14915.  
  14916. namespace isValid {
  14917. const prototype: {
  14918. };
  14919.  
  14920. }
  14921.  
  14922. namespace newInstance {
  14923. const prototype: {
  14924. };
  14925.  
  14926. }
  14927.  
  14928. namespace op {
  14929. const prototype: {
  14930. };
  14931.  
  14932. }
  14933.  
  14934. namespace pin {
  14935. const prototype: {
  14936. };
  14937.  
  14938. }
  14939.  
  14940. namespace pinWithName {
  14941. const prototype: {
  14942. };
  14943.  
  14944. }
  14945.  
  14946. namespace relation {
  14947. const prototype: {
  14948. };
  14949.  
  14950. }
  14951.  
  14952. namespace remove {
  14953. const prototype: {
  14954. };
  14955.  
  14956. }
  14957.  
  14958. namespace removeAll {
  14959. const prototype: {
  14960. };
  14961.  
  14962. }
  14963.  
  14964. namespace revert {
  14965. const prototype: {
  14966. };
  14967.  
  14968. }
  14969.  
  14970. namespace save {
  14971. const prototype: {
  14972. };
  14973.  
  14974. }
  14975.  
  14976. namespace set {
  14977. const prototype: {
  14978. };
  14979.  
  14980. }
  14981.  
  14982. namespace setACL {
  14983. const prototype: {
  14984. };
  14985.  
  14986. }
  14987.  
  14988. namespace toJSON {
  14989. const prototype: {
  14990. };
  14991.  
  14992. }
  14993.  
  14994. namespace toPointer {
  14995. const prototype: {
  14996. };
  14997.  
  14998. }
  14999.  
  15000. namespace unPin {
  15001. const prototype: {
  15002. };
  15003.  
  15004. }
  15005.  
  15006. namespace unPinWithName {
  15007. const prototype: {
  15008. };
  15009.  
  15010. }
  15011.  
  15012. namespace unset {
  15013. const prototype: {
  15014. };
  15015.  
  15016. }
  15017.  
  15018. namespace validate {
  15019. const prototype: {
  15020. };
  15021.  
  15022. }
  15023.  
  15024. }
  15025.  
  15026. namespace readOnlyAttributes {
  15027. const prototype: {
  15028. };
  15029.  
  15030. }
  15031.  
  15032. namespace registerSubclass {
  15033. const prototype: {
  15034. };
  15035.  
  15036. }
  15037.  
  15038. namespace saveAll {
  15039. const prototype: {
  15040. };
  15041.  
  15042. }
  15043.  
  15044. namespace unPinAll {
  15045. const prototype: {
  15046. };
  15047.  
  15048. }
  15049.  
  15050. namespace unPinAllObjects {
  15051. const prototype: {
  15052. };
  15053.  
  15054. }
  15055.  
  15056. namespace unPinAllObjectsWithName {
  15057. const prototype: {
  15058. };
  15059.  
  15060. }
  15061.  
  15062. namespace unPinAllWithName {
  15063. const prototype: {
  15064. };
  15065.  
  15066. }
  15067.  
  15068. }
  15069.  
  15070. export namespace Storage {
  15071. function async(): any;
  15072.  
  15073. function generatePath(path: any): any;
  15074.  
  15075. function getItem(path: any): any;
  15076.  
  15077. function getItemAsync(path: any): any;
  15078.  
  15079. function removeItem(path: any): any;
  15080.  
  15081. function removeItemAsync(path: any): any;
  15082.  
  15083. function setItem(path: any, value: any): any;
  15084.  
  15085. function setItemAsync(path: any, value: any): any;
  15086.  
  15087. namespace async {
  15088. const prototype: {
  15089. };
  15090.  
  15091. }
  15092.  
  15093. namespace generatePath {
  15094. const prototype: {
  15095. };
  15096.  
  15097. }
  15098.  
  15099. namespace getItem {
  15100. const prototype: {
  15101. };
  15102.  
  15103. }
  15104.  
  15105. namespace getItemAsync {
  15106. const prototype: {
  15107. };
  15108.  
  15109. }
  15110.  
  15111. namespace removeItem {
  15112. const prototype: {
  15113. };
  15114.  
  15115. }
  15116.  
  15117. namespace removeItemAsync {
  15118. const prototype: {
  15119. };
  15120.  
  15121. }
  15122.  
  15123. namespace setItem {
  15124. const prototype: {
  15125. };
  15126.  
  15127. }
  15128.  
  15129. namespace setItemAsync {
  15130. const prototype: {
  15131. };
  15132.  
  15133. }
  15134.  
  15135. }
  15136.  
  15137. export namespace User {
  15138. namespace allowCustomUserClass {
  15139. const prototype: {
  15140. };
  15141.  
  15142. }
  15143.  
  15144. namespace become {
  15145. const prototype: {
  15146. };
  15147.  
  15148. }
  15149.  
  15150. namespace createWithoutData {
  15151. const prototype: {
  15152. };
  15153.  
  15154. }
  15155.  
  15156. namespace current {
  15157. const prototype: {
  15158. };
  15159.  
  15160. }
  15161.  
  15162. namespace currentAsync {
  15163. const prototype: {
  15164. };
  15165.  
  15166. }
  15167.  
  15168. namespace destroyAll {
  15169. const prototype: {
  15170. };
  15171.  
  15172. }
  15173.  
  15174. namespace disableSingleInstance {
  15175. const prototype: {
  15176. };
  15177.  
  15178. }
  15179.  
  15180. namespace disableUnsafeCurrentUser {
  15181. const prototype: {
  15182. };
  15183.  
  15184. }
  15185.  
  15186. namespace enableRevocableSession {
  15187. const prototype: {
  15188. };
  15189.  
  15190. }
  15191.  
  15192. namespace enableSingleInstance {
  15193. const prototype: {
  15194. };
  15195.  
  15196. }
  15197.  
  15198. namespace enableUnsafeCurrentUser {
  15199. const prototype: {
  15200. };
  15201.  
  15202. }
  15203.  
  15204. namespace extend {
  15205. const prototype: {
  15206. };
  15207.  
  15208. }
  15209.  
  15210. namespace fetchAll {
  15211. const prototype: {
  15212. };
  15213.  
  15214. }
  15215.  
  15216. namespace fetchAllIfNeeded {
  15217. const prototype: {
  15218. };
  15219.  
  15220. }
  15221.  
  15222. namespace fetchAllWithInclude {
  15223. const prototype: {
  15224. };
  15225.  
  15226. }
  15227.  
  15228. namespace fromJSON {
  15229. const prototype: {
  15230. };
  15231.  
  15232. }
  15233.  
  15234. namespace hydrate {
  15235. const prototype: {
  15236. };
  15237.  
  15238. }
  15239.  
  15240. namespace logIn {
  15241. const prototype: {
  15242. };
  15243.  
  15244. }
  15245.  
  15246. namespace logInWith {
  15247. const prototype: {
  15248. };
  15249.  
  15250. }
  15251.  
  15252. namespace logOut {
  15253. const prototype: {
  15254. };
  15255.  
  15256. }
  15257.  
  15258. namespace pinAll {
  15259. const prototype: {
  15260. };
  15261.  
  15262. }
  15263.  
  15264. namespace pinAllWithName {
  15265. const prototype: {
  15266. };
  15267.  
  15268. }
  15269.  
  15270. namespace prototype {
  15271. const attributes: {
  15272. };
  15273.  
  15274. const createdAt: any;
  15275.  
  15276. const updatedAt: any;
  15277.  
  15278. function add(attr: any, item: any): any;
  15279.  
  15280. function addAll(attr: any, items: any): any;
  15281.  
  15282. function addAllUnique(attr: any, items: any): any;
  15283.  
  15284. function addUnique(attr: any, item: any): any;
  15285.  
  15286. function authenticated(): any;
  15287.  
  15288. function clear(): any;
  15289.  
  15290. function clone(): any;
  15291.  
  15292. function destroy(...args: any[]): any;
  15293.  
  15294. function dirty(attr: any): any;
  15295.  
  15296. function dirtyKeys(): any;
  15297.  
  15298. function equals(other: any): any;
  15299.  
  15300. function escape(attr: any): any;
  15301.  
  15302. function existed(): any;
  15303.  
  15304. function fetch(...args: any[]): any;
  15305.  
  15306. function fetchFromLocalDatastore(...args: any[]): any;
  15307.  
  15308. function fetchWithInclude(...args: any[]): any;
  15309.  
  15310. function get(attr: any): any;
  15311.  
  15312. function getACL(): any;
  15313.  
  15314. function getEmail(): any;
  15315.  
  15316. function getSessionToken(): any;
  15317.  
  15318. function getUsername(): any;
  15319.  
  15320. function has(attr: any): any;
  15321.  
  15322. function increment(attr: any, amount: any): any;
  15323.  
  15324. function initialize(): void;
  15325.  
  15326. function isCurrent(): any;
  15327.  
  15328. function isNew(): any;
  15329.  
  15330. function isPinned(...args: any[]): any;
  15331.  
  15332. function isValid(): any;
  15333.  
  15334. function logIn(options: any): any;
  15335.  
  15336. function newInstance(): any;
  15337.  
  15338. function op(attr: any): any;
  15339.  
  15340. function pin(): any;
  15341.  
  15342. function pinWithName(name: any): any;
  15343.  
  15344. function relation(attr: any): any;
  15345.  
  15346. function remove(attr: any, item: any): any;
  15347.  
  15348. function removeAll(attr: any, items: any): any;
  15349.  
  15350. function revert(...args: any[]): void;
  15351.  
  15352. function save(...args: any[]): any;
  15353.  
  15354. function set(key: any, value: any, options: any): any;
  15355.  
  15356. function setACL(acl: any, options: any): any;
  15357.  
  15358. function setEmail(email: any): any;
  15359.  
  15360. function setPassword(password: any): void;
  15361.  
  15362. function setUsername(username: any): void;
  15363.  
  15364. function signUp(attrs: any, options: any): any;
  15365.  
  15366. function toJSON(seen: any): any;
  15367.  
  15368. function toPointer(): any;
  15369.  
  15370. function unPin(): any;
  15371.  
  15372. function unPinWithName(name: any): any;
  15373.  
  15374. function unset(attr: any, options: any): any;
  15375.  
  15376. function validate(attrs: any): any;
  15377.  
  15378. namespace add {
  15379. const prototype: {
  15380. };
  15381.  
  15382. }
  15383.  
  15384. namespace addAll {
  15385. const prototype: {
  15386. };
  15387.  
  15388. }
  15389.  
  15390. namespace addAllUnique {
  15391. const prototype: {
  15392. };
  15393.  
  15394. }
  15395.  
  15396. namespace addUnique {
  15397. const prototype: {
  15398. };
  15399.  
  15400. }
  15401.  
  15402. namespace authenticated {
  15403. const prototype: {
  15404. };
  15405.  
  15406. }
  15407.  
  15408. namespace clear {
  15409. const prototype: {
  15410. };
  15411.  
  15412. }
  15413.  
  15414. namespace clone {
  15415. const prototype: {
  15416. };
  15417.  
  15418. }
  15419.  
  15420. namespace destroy {
  15421. const prototype: {
  15422. };
  15423.  
  15424. }
  15425.  
  15426. namespace dirty {
  15427. const prototype: {
  15428. };
  15429.  
  15430. }
  15431.  
  15432. namespace dirtyKeys {
  15433. const prototype: {
  15434. };
  15435.  
  15436. }
  15437.  
  15438. namespace equals {
  15439. const prototype: {
  15440. };
  15441.  
  15442. }
  15443.  
  15444. namespace escape {
  15445. const prototype: {
  15446. };
  15447.  
  15448. }
  15449.  
  15450. namespace existed {
  15451. const prototype: {
  15452. };
  15453.  
  15454. }
  15455.  
  15456. namespace fetch {
  15457. const prototype: {
  15458. };
  15459.  
  15460. }
  15461.  
  15462. namespace fetchFromLocalDatastore {
  15463. const prototype: {
  15464. };
  15465.  
  15466. }
  15467.  
  15468. namespace fetchWithInclude {
  15469. const prototype: {
  15470. };
  15471.  
  15472. }
  15473.  
  15474. namespace get {
  15475. const prototype: {
  15476. };
  15477.  
  15478. }
  15479.  
  15480. namespace getACL {
  15481. const prototype: {
  15482. };
  15483.  
  15484. }
  15485.  
  15486. namespace getEmail {
  15487. const prototype: {
  15488. };
  15489.  
  15490. }
  15491.  
  15492. namespace getSessionToken {
  15493. const prototype: {
  15494. };
  15495.  
  15496. }
  15497.  
  15498. namespace getUsername {
  15499. const prototype: {
  15500. };
  15501.  
  15502. }
  15503.  
  15504. namespace has {
  15505. const prototype: {
  15506. };
  15507.  
  15508. }
  15509.  
  15510. namespace increment {
  15511. const prototype: {
  15512. };
  15513.  
  15514. }
  15515.  
  15516. namespace initialize {
  15517. const prototype: {
  15518. };
  15519.  
  15520. }
  15521.  
  15522. namespace isCurrent {
  15523. const prototype: {
  15524. };
  15525.  
  15526. }
  15527.  
  15528. namespace isNew {
  15529. const prototype: {
  15530. };
  15531.  
  15532. }
  15533.  
  15534. namespace isPinned {
  15535. const prototype: {
  15536. };
  15537.  
  15538. }
  15539.  
  15540. namespace isValid {
  15541. const prototype: {
  15542. };
  15543.  
  15544. }
  15545.  
  15546. namespace logIn {
  15547. const prototype: {
  15548. };
  15549.  
  15550. }
  15551.  
  15552. namespace newInstance {
  15553. const prototype: {
  15554. };
  15555.  
  15556. }
  15557.  
  15558. namespace op {
  15559. const prototype: {
  15560. };
  15561.  
  15562. }
  15563.  
  15564. namespace pin {
  15565. const prototype: {
  15566. };
  15567.  
  15568. }
  15569.  
  15570. namespace pinWithName {
  15571. const prototype: {
  15572. };
  15573.  
  15574. }
  15575.  
  15576. namespace relation {
  15577. const prototype: {
  15578. };
  15579.  
  15580. }
  15581.  
  15582. namespace remove {
  15583. const prototype: {
  15584. };
  15585.  
  15586. }
  15587.  
  15588. namespace removeAll {
  15589. const prototype: {
  15590. };
  15591.  
  15592. }
  15593.  
  15594. namespace revert {
  15595. const prototype: {
  15596. };
  15597.  
  15598. }
  15599.  
  15600. namespace save {
  15601. const prototype: {
  15602. };
  15603.  
  15604. }
  15605.  
  15606. namespace set {
  15607. const prototype: {
  15608. };
  15609.  
  15610. }
  15611.  
  15612. namespace setACL {
  15613. const prototype: {
  15614. };
  15615.  
  15616. }
  15617.  
  15618. namespace setEmail {
  15619. const prototype: {
  15620. };
  15621.  
  15622. }
  15623.  
  15624. namespace setPassword {
  15625. const prototype: {
  15626. };
  15627.  
  15628. }
  15629.  
  15630. namespace setUsername {
  15631. const prototype: {
  15632. };
  15633.  
  15634. }
  15635.  
  15636. namespace signUp {
  15637. const prototype: {
  15638. };
  15639.  
  15640. }
  15641.  
  15642. namespace toJSON {
  15643. const prototype: {
  15644. };
  15645.  
  15646. }
  15647.  
  15648. namespace toPointer {
  15649. const prototype: {
  15650. };
  15651.  
  15652. }
  15653.  
  15654. namespace unPin {
  15655. const prototype: {
  15656. };
  15657.  
  15658. }
  15659.  
  15660. namespace unPinWithName {
  15661. const prototype: {
  15662. };
  15663.  
  15664. }
  15665.  
  15666. namespace unset {
  15667. const prototype: {
  15668. };
  15669.  
  15670. }
  15671.  
  15672. namespace validate {
  15673. const prototype: {
  15674. };
  15675.  
  15676. }
  15677.  
  15678. }
  15679.  
  15680. namespace readOnlyAttributes {
  15681. const prototype: {
  15682. };
  15683.  
  15684. }
  15685.  
  15686. namespace registerSubclass {
  15687. const prototype: {
  15688. };
  15689.  
  15690. }
  15691.  
  15692. namespace requestPasswordReset {
  15693. const prototype: {
  15694. };
  15695.  
  15696. }
  15697.  
  15698. namespace saveAll {
  15699. const prototype: {
  15700. };
  15701.  
  15702. }
  15703.  
  15704. namespace signUp {
  15705. const prototype: {
  15706. };
  15707.  
  15708. }
  15709.  
  15710. namespace unPinAll {
  15711. const prototype: {
  15712. };
  15713.  
  15714. }
  15715.  
  15716. namespace unPinAllObjects {
  15717. const prototype: {
  15718. };
  15719.  
  15720. }
  15721.  
  15722. namespace unPinAllObjectsWithName {
  15723. const prototype: {
  15724. };
  15725.  
  15726. }
  15727.  
  15728. namespace unPinAllWithName {
  15729. const prototype: {
  15730. };
  15731.  
  15732. }
  15733.  
  15734. }
  15735.  
  15736. export namespace dumpLocalDatastore {
  15737. const prototype: {
  15738. };
  15739.  
  15740. }
  15741.  
  15742. export namespace enableLocalDatastore {
  15743. const prototype: {
  15744. };
  15745.  
  15746. }
  15747.  
  15748. export namespace initialize {
  15749. const prototype: {
  15750. };
  15751.  
  15752. }
  15753.  
  15754. export namespace isLocalDatastoreEnabled {
  15755. const prototype: {
  15756. };
  15757.  
  15758. }
  15759.  
  15760. export namespace setAsyncStorage {
  15761. const prototype: {
  15762. };
  15763.  
  15764. }
  15765.  
  15766. export namespace setLocalDatastoreController {
  15767. const prototype: {
  15768. };
  15769.  
  15770. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement