UNPKG

@rsc-labs/medusa-documents

Version:
25 lines (24 loc) 1.08 kB
"use strict"; /* * Copyright 2024 RSC-Labs, https://rsoftcon.com/ * * MIT License * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PackingSlipTemplateKind = exports.InvoiceTemplateKind = void 0; var InvoiceTemplateKind; (function (InvoiceTemplateKind) { InvoiceTemplateKind["BASIC"] = "BASIC"; InvoiceTemplateKind["BASIC_LOGO"] = "BASIC_LOGO"; })(InvoiceTemplateKind = exports.InvoiceTemplateKind || (exports.InvoiceTemplateKind = {})); var PackingSlipTemplateKind; (function (PackingSlipTemplateKind) { PackingSlipTemplateKind["BASIC"] = "BASIC"; PackingSlipTemplateKind["BASIC_SMALL"] = "BASIC_SMALL"; })(PackingSlipTemplateKind = exports.PackingSlipTemplateKind || (exports.PackingSlipTemplateKind = {}));