@be-logixpair/api 0.0.122 → 0.0.124-rc.1

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.
@@ -0,0 +1,29 @@
1
+ import { createRequire } from "node:module";
2
+
3
+ //#region rolldown:runtime
4
+ var __create = Object.create;
5
+ var __defProp = Object.defineProperty;
6
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getProtoOf = Object.getPrototypeOf;
9
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
+ key = keys[i];
13
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
14
+ get: ((k) => from[k]).bind(null, key),
15
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
+ });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
21
+ value: mod,
22
+ enumerable: true
23
+ }) : target, mod));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var __toDynamicImportESM = (isNodeMode) => (mod) => __toESM(mod.default, isNodeMode);
26
+ var __require = /* @__PURE__ */ createRequire(import.meta.url);
27
+
28
+ //#endregion
29
+ export { };
package/dist/index.d.ts CHANGED
@@ -727090,11 +727090,6 @@ declare const cargoflowRouter: BuiltRouter<{
727090
727090
  }>>;
727091
727091
  create: MutationProcedure<{
727092
727092
  input: {
727093
- shipments_consol_connection: {
727094
- mode: "set" | "connect" | "disconnect";
727095
- id_forwarding_consol?: string | number | bigint | null | undefined;
727096
- ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
727097
- };
727098
727093
  is_active?: string | number | boolean | null | undefined;
727099
727094
  id_type?: string | number | bigint | null | undefined;
727100
727095
  id_transport_mode?: string | number | bigint | null | undefined;
@@ -727127,6 +727122,11 @@ declare const cargoflowRouter: BuiltRouter<{
727127
727122
  actual_departure?: string | null | undefined;
727128
727123
  actual_arrival?: string | null | undefined;
727129
727124
  is_neutral_mawb?: string | number | boolean | null | undefined;
727125
+ shipments_consol_connection?: {
727126
+ mode: "set" | "connect" | "disconnect";
727127
+ id_forwarding_consol?: string | number | bigint | null | undefined;
727128
+ ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
727129
+ } | undefined;
727130
727130
  reference_numbers?: {
727131
727131
  is_active?: string | number | boolean | null | undefined;
727132
727132
  id_forwarding_consol?: string | number | bigint | null | undefined;
@@ -727272,11 +727272,6 @@ declare const cargoflowRouter: BuiltRouter<{
727272
727272
  }>;
727273
727273
  update: MutationProcedure<{
727274
727274
  input: {
727275
- shipments_consol_connection: {
727276
- mode: "set" | "connect" | "disconnect";
727277
- id_forwarding_consol?: string | number | bigint | null | undefined;
727278
- ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
727279
- };
727280
727275
  is_system?: (string | number | boolean)[] | null | undefined;
727281
727276
  id?: string | number | bigint | null | undefined;
727282
727277
  id_string?: string | null | undefined;
@@ -727419,6 +727414,11 @@ declare const cargoflowRouter: BuiltRouter<{
727419
727414
  actual_departure?: string | null | undefined;
727420
727415
  actual_arrival?: string | null | undefined;
727421
727416
  is_neutral_mawb?: string | number | boolean | null | undefined;
727417
+ shipments_consol_connection?: {
727418
+ mode: "set" | "connect" | "disconnect";
727419
+ id_forwarding_consol?: string | number | bigint | null | undefined;
727420
+ ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
727421
+ } | undefined;
727422
727422
  };
727423
727423
  output: {
727424
727424
  data: {
@@ -775258,6 +775258,32 @@ declare const systemRouter: BuiltRouter<{
775258
775258
  }>>;
775259
775259
  }>>;
775260
775260
  }>>;
775261
+ documents: BuiltRouter<{
775262
+ ctx: Context;
775263
+ meta: object;
775264
+ errorShape: DefaultErrorShape;
775265
+ transformer: false;
775266
+ }, DecorateCreateRouterOptions<{
775267
+ generateSamplePdf: MutationProcedure<{
775268
+ input: {
775269
+ invoiceNumber: string;
775270
+ date: string;
775271
+ companyName: string;
775272
+ items: {
775273
+ description: string;
775274
+ quantity: number;
775275
+ unitPrice: number;
775276
+ }[];
775277
+ };
775278
+ output: {
775279
+ data: {
775280
+ url: string;
775281
+ filename: string;
775282
+ };
775283
+ };
775284
+ meta: object;
775285
+ }>;
775286
+ }>>;
775261
775287
  }>>;
775262
775288
  type SystemRouter = typeof systemRouter;
775263
775289
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.122",
3
+ "version": "0.0.124-rc.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {