shared-ritm 1.3.138 → 1.3.139

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.
@@ -13757,7 +13757,7 @@ const qk = Ke({
13757
13757
  ], 64);
13758
13758
  };
13759
13759
  }
13760
- }), jk = /* @__PURE__ */ Ie(Uk, [["__scopeId", "data-v-5d0511e1"]]), Gk = { class: "modal-title" }, Kk = ["data-test"], Xk = {
13760
+ }), jk = /* @__PURE__ */ Ie(Uk, [["__scopeId", "data-v-29f98af3"]]), Gk = { class: "modal-title" }, Kk = ["data-test"], Xk = {
13761
13761
  key: 0,
13762
13762
  class: "required"
13763
13763
  }, Yk = /* @__PURE__ */ Mt({
@@ -19968,9 +19968,12 @@ class bE extends sn {
19968
19968
  async getPurchaseList(t) {
19969
19969
  return await this.get("purchase/list", { params: t });
19970
19970
  }
19971
- // public entryVisitorLog(body: { user_id: string; task_id?: string }): Promise<Api_Visitor_Dto> {
19972
- // return this.post('entry_visitor_log', body)
19973
- // }
19971
+ getPurchaseValue(t) {
19972
+ return this.get("purchase/value", { params: t });
19973
+ }
19974
+ createPurchase(t) {
19975
+ return this.post("purchase/create", t);
19976
+ }
19974
19977
  // public async exitVisitorLog(id: string): Promise<Api_Visitor_Dto> {
19975
19978
  // return await this.post(`exit_visitor_log/${id}`, {})
19976
19979
  // }