@peabody-soft/mbs-protos 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,29 +14,24 @@ message BusinessSyncOutRequest {
14
14
  // to Constants.BUSINESS_ID_MAX_LENGTH).
15
15
  string businessId = 1;
16
16
 
17
- // Id of the store this client keeps; never Constants.MASTER_DB_ID or another reserved id. The
18
- // server leaves out entities whose Entity.updateInfo matches this, so a client does not get its
19
- // own writes back, and this same id goes into every entity a client pushes in a BusinessSyncInRequest.
20
- int64 clientDatabaseId = 2;
21
-
22
17
  // Cursor for the Business entity (Constants.BUSINESS_ENTITY_TYPE_ID). Separate from, and never
23
18
  // mixed with, ProfileSyncOutRequest.businessUpdateNumber.
24
- int64 businessUpdateNumber = 3;
19
+ int64 businessUpdateNumber = 2;
25
20
 
26
21
  // Cursor for photos of the business, its products and its packages (Constants.ATTACHMENT_ENTITY_TYPE_ID).
27
- int64 attachmentUpdateNumber = 4;
22
+ int64 attachmentUpdateNumber = 3;
28
23
 
29
24
  // The UrlAndToken.expiry of the attachment base url this client is holding, sent back unchanged;
30
25
  // 0 means it holds none. A time, not a cursor - it does not rise monotonically.
31
- int64 attachmentBaseUrlExpiry = 5;
26
+ int64 attachmentBaseUrlExpiry = 4;
32
27
 
33
28
  // Cursor for the business's settings (Constants.CONFIGURATION_ENTITY_TYPE_ID).
34
- int64 configurationUpdateNumber = 6;
29
+ int64 configurationUpdateNumber = 5;
35
30
 
36
31
  // Cursor for the customer's orders and shopping cart (Constants.MESSAGE_ENTITY_TYPE_ID).
37
- int64 messageUpdateNumber = 7;
32
+ int64 messageUpdateNumber = 6;
38
33
 
39
34
  // Cursor for the whole catalog - product categories, products, packages, price lists and prices,
40
35
  // which all share this one cursor (Constants.ITEM_ENTITY_TYPE_ID).
41
- int64 itemUpdateNumber = 8;
36
+ int64 itemUpdateNumber = 7;
42
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peabody-soft/mbs-protos",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "The MeraBills shop wire protocol",
5
5
  "author": "Peabody Soft",
6
6
  "license": "AGPL-3.0-or-later",