@chotot/ct-logic-uni-rev-order-v1 1.197.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.
Files changed (62) hide show
  1. package/cart_service-LogicUniRevOrderCartService_connectquery.d.ts +88 -0
  2. package/cart_service-LogicUniRevOrderCartService_connectquery.js +131 -0
  3. package/cart_service.proto +108 -0
  4. package/cart_service_connect.d.ts +80 -0
  5. package/cart_service_connect.js +80 -0
  6. package/cart_service_pb.d.ts +525 -0
  7. package/cart_service_pb.js +194 -0
  8. package/change_order_status.proto +110 -0
  9. package/change_order_status_pb.d.ts +494 -0
  10. package/change_order_status_pb.js +163 -0
  11. package/invoice.proto +565 -0
  12. package/invoice_entities.proto +205 -0
  13. package/invoice_entities_pb.d.ts +414 -0
  14. package/invoice_entities_pb.js +113 -0
  15. package/invoice_pb.d.ts +2875 -0
  16. package/invoice_pb.js +917 -0
  17. package/invoice_service-LogicUniRevOrderInvoiceService_connectquery.d.ts +238 -0
  18. package/invoice_service-LogicUniRevOrderInvoiceService_connectquery.js +371 -0
  19. package/invoice_service.proto +240 -0
  20. package/invoice_service_connect.d.ts +215 -0
  21. package/invoice_service_connect.js +215 -0
  22. package/onbehalf_service-LogicUniRevOrderOnBehalfService_connectquery.d.ts +108 -0
  23. package/onbehalf_service-LogicUniRevOrderOnBehalfService_connectquery.js +163 -0
  24. package/onbehalf_service.proto +355 -0
  25. package/onbehalf_service_connect.d.ts +98 -0
  26. package/onbehalf_service_connect.js +98 -0
  27. package/onbehalf_service_pb.d.ts +1789 -0
  28. package/onbehalf_service_pb.js +568 -0
  29. package/order_entities.proto +75 -0
  30. package/order_entities_pb.d.ts +366 -0
  31. package/order_entities_pb.js +111 -0
  32. package/order_history_order_service_detail.proto +485 -0
  33. package/order_history_order_service_detail_pb.d.ts +2599 -0
  34. package/order_history_order_service_detail_pb.js +768 -0
  35. package/order_history_paid_order.proto +224 -0
  36. package/order_history_paid_order_pb.d.ts +1139 -0
  37. package/order_history_paid_order_pb.js +343 -0
  38. package/order_history_revamp.proto +107 -0
  39. package/order_history_revamp_pb.d.ts +577 -0
  40. package/order_history_revamp_pb.js +164 -0
  41. package/order_info.proto +74 -0
  42. package/order_info_pb.d.ts +381 -0
  43. package/order_info_pb.js +138 -0
  44. package/package.json +10 -0
  45. package/paid_product.proto +94 -0
  46. package/paid_product_order.proto +430 -0
  47. package/paid_product_order_pb.d.ts +2120 -0
  48. package/paid_product_order_pb.js +698 -0
  49. package/paid_product_pb.d.ts +287 -0
  50. package/paid_product_pb.js +105 -0
  51. package/rabbit_mq.proto +69 -0
  52. package/rabbit_mq_pb.d.ts +251 -0
  53. package/rabbit_mq_pb.js +94 -0
  54. package/refund_order.proto +195 -0
  55. package/refund_order_pb.d.ts +1030 -0
  56. package/refund_order_pb.js +359 -0
  57. package/scripts/modify_package_json.js +50 -0
  58. package/service-LogicUniRevOrderService_connectquery.d.ts +638 -0
  59. package/service-LogicUniRevOrderService_connectquery.js +1014 -0
  60. package/service.proto +179 -0
  61. package/service_connect.d.ts +578 -0
  62. package/service_connect.js +578 -0
@@ -0,0 +1,113 @@
1
+ // @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
2
+ // @generated from file ct-logic-uni-rev-order/v1/invoice_entities.proto (package ct_logic_uni_rev_order.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import { proto3, Timestamp } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * @generated from message ct_logic_uni_rev_order.v1.Invoicee
10
+ */
11
+ export const Invoicee = proto3.makeMessageType(
12
+ "ct_logic_uni_rev_order.v1.Invoicee",
13
+ () => [
14
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
15
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16
+ { no: 3, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17
+ { no: 4, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
18
+ { no: 5, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
19
+ { no: 6, name: "tax_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
20
+ { no: 7, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
21
+ { no: 8, name: "created_at", kind: "message", T: Timestamp },
22
+ { no: 9, name: "buyer_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
23
+ ],
24
+ );
25
+
26
+ /**
27
+ * @generated from message ct_logic_uni_rev_order.v1.InvoiceType
28
+ */
29
+ export const InvoiceType = proto3.makeMessageType(
30
+ "ct_logic_uni_rev_order.v1.InvoiceType",
31
+ () => [
32
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
33
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
34
+ { no: 3, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
35
+ { no: 4, name: "allowed_payment_methods", kind: "scalar", T: 9 /* ScalarType.STRING */ },
36
+ { no: 5, name: "pattern_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37
+ { no: 6, name: "pattern_sign", kind: "scalar", T: 9 /* ScalarType.STRING */ },
38
+ { no: 7, name: "created_at", kind: "message", T: Timestamp },
39
+ { no: 8, name: "updated_at", kind: "message", T: Timestamp },
40
+ { no: 9, name: "invoice_year", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
41
+ { no: 10, name: "invoice_prefix", kind: "scalar", T: 9 /* ScalarType.STRING */ },
42
+ ],
43
+ );
44
+
45
+ /**
46
+ * @generated from message ct_logic_uni_rev_order.v1.Order
47
+ */
48
+ export const Order = proto3.makeMessageType(
49
+ "ct_logic_uni_rev_order.v1.Order",
50
+ () => [
51
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
52
+ { no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
53
+ { no: 3, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
54
+ { no: 4, name: "invoice_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
55
+ { no: 5, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
56
+ { no: 6, name: "promotion_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
57
+ { no: 7, name: "payment_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
58
+ { no: 8, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
59
+ { no: 9, name: "bank_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
60
+ { no: 10, name: "refunded_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
61
+ { no: 11, name: "econtract_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
62
+ { no: 12, name: "requester", kind: "scalar", T: 9 /* ScalarType.STRING */ },
63
+ { no: 13, name: "paid_date", kind: "message", T: Timestamp },
64
+ { no: 14, name: "created_at", kind: "message", T: Timestamp },
65
+ { no: 15, name: "updated_at", kind: "message", T: Timestamp },
66
+ { no: 16, name: "transaction_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
67
+ { no: 17, name: "vendor_order_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
68
+ { no: 18, name: "tax_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
69
+ { no: 19, name: "net_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
70
+ ],
71
+ );
72
+
73
+ /**
74
+ * @generated from message ct_logic_uni_rev_order.v1.Invoice
75
+ */
76
+ export const Invoice = proto3.makeMessageType(
77
+ "ct_logic_uni_rev_order.v1.Invoice",
78
+ () => [
79
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
80
+ { no: 2, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
81
+ { no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
82
+ { no: 4, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
83
+ { no: 5, name: "invoice_type_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
84
+ { no: 6, name: "invoicee_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
85
+ { no: 7, name: "promotion_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
86
+ { no: 8, name: "order_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
87
+ { no: 9, name: "retry_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
88
+ { no: 10, name: "issued_error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
89
+ { no: 11, name: "invoice_date", kind: "message", T: Timestamp },
90
+ { no: 12, name: "issued_at", kind: "message", T: Timestamp },
91
+ { no: 13, name: "created_at", kind: "message", T: Timestamp },
92
+ { no: 14, name: "updated_at", kind: "message", T: Timestamp },
93
+ { no: 15, name: "tax_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
94
+ { no: 16, name: "net_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
95
+ ],
96
+ );
97
+
98
+ /**
99
+ * @generated from message ct_logic_uni_rev_order.v1.Promotion
100
+ */
101
+ export const Promotion = proto3.makeMessageType(
102
+ "ct_logic_uni_rev_order.v1.Promotion",
103
+ () => [
104
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
105
+ { no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
106
+ { no: 3, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
107
+ { no: 4, name: "external_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
108
+ { no: 5, name: "legal_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
109
+ { no: 6, name: "created_at", kind: "message", T: Timestamp },
110
+ { no: 7, name: "updated_at", kind: "message", T: Timestamp },
111
+ ],
112
+ );
113
+