@retaila/shared-types 2.0.17 → 2.0.19
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.
- package/dist/index.d.mts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1091,6 +1091,11 @@ var ChargeStatus = /* @__PURE__ */ ((ChargeStatus2) => {
|
|
|
1091
1091
|
ChargeStatus2["CANCELLED"] = "CANCELLED";
|
|
1092
1092
|
return ChargeStatus2;
|
|
1093
1093
|
})(ChargeStatus || {});
|
|
1094
|
+
var BillingSociety = /* @__PURE__ */ ((BillingSociety2) => {
|
|
1095
|
+
BillingSociety2["COBRATICKET"] = "COBRATICKET";
|
|
1096
|
+
BillingSociety2["RHINO"] = "RHINO";
|
|
1097
|
+
return BillingSociety2;
|
|
1098
|
+
})(BillingSociety || {});
|
|
1094
1099
|
|
|
1095
1100
|
// src/serviceBilling/billingSchedule.ts
|
|
1096
1101
|
function contractTermMonths(contract) {
|
|
@@ -1182,6 +1187,7 @@ export {
|
|
|
1182
1187
|
AiCreditType,
|
|
1183
1188
|
AnalyticsEventType,
|
|
1184
1189
|
BillingInterval,
|
|
1190
|
+
BillingSociety,
|
|
1185
1191
|
COUNTRY_DEFAULTS,
|
|
1186
1192
|
CampaignBudgetType,
|
|
1187
1193
|
CampaignStatus,
|