|
|
|
@ -124,14 +124,14 @@ function forceFullSync() {
|
|
|
|
* type: object
|
|
|
|
* type: object
|
|
|
|
* properties:
|
|
|
|
* properties:
|
|
|
|
* entityChanges:
|
|
|
|
* entityChanges:
|
|
|
|
* type: list
|
|
|
|
* type: array
|
|
|
|
* items:
|
|
|
|
* items:
|
|
|
|
* $ref: '#/components/schemas/EntityChange'
|
|
|
|
* $ref: '#/components/schemas/EntityChange'
|
|
|
|
* lastEntityChangeId:
|
|
|
|
* lastEntityChangeId:
|
|
|
|
* type: integer
|
|
|
|
* type: integer
|
|
|
|
* description: If `outstandingPullCount > 0`, pass this as parameter in your next request to continue.
|
|
|
|
* description: If `outstandingPullCount > 0`, pass this as parameter in your next request to continue.
|
|
|
|
* outstandingPullCount:
|
|
|
|
* outstandingPullCount:
|
|
|
|
* type: int
|
|
|
|
* type: integer
|
|
|
|
* example: 42
|
|
|
|
* example: 42
|
|
|
|
* description: Number of changes not yet returned by the remote.
|
|
|
|
* description: Number of changes not yet returned by the remote.
|
|
|
|
* security:
|
|
|
|
* security:
|
|
|
|
@ -247,7 +247,7 @@ const partialRequests: Record<
|
|
|
|
* type: string
|
|
|
|
* type: string
|
|
|
|
* description: Local instance ID
|
|
|
|
* description: Local instance ID
|
|
|
|
* entities:
|
|
|
|
* entities:
|
|
|
|
* type: list
|
|
|
|
* type: array
|
|
|
|
* items:
|
|
|
|
* items:
|
|
|
|
* $ref: '#/components/schemas/EntityChange'
|
|
|
|
* $ref: '#/components/schemas/EntityChange'
|
|
|
|
* responses:
|
|
|
|
* responses:
|
|
|
|
|