@xube/kit-destination 0.0.98 → 0.0.100

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/confirm.d.ts CHANGED
@@ -3,3 +3,4 @@ import { XubeResponse } from "@xube/kit-request";
3
3
  import { ConfirmationRequest } from "./schemas/confirmation-request";
4
4
  export declare const isConfirmation: (headers: Record<string, any>, body: Record<string, any>, log?: XubeLog) => boolean;
5
5
  export declare const confirmDestination: (confirmationRequest: ConfirmationRequest, log?: XubeLog) => Promise<XubeResponse<boolean>>;
6
+ //# sourceMappingURL=confirm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confirm.d.ts","sourceRoot":"","sources":["../src/confirm.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAyB,MAAM,gCAAgC,CAAC;AAE5F,eAAO,MAAM,cAAc,YAChB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QACtB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QACpB,OAAO,KACX,OAWF,CAAC;AAEF,eAAO,MAAM,kBAAkB,wBACR,mBAAmB,QACnC,OAAO,KACX,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CA2B/B,CAAC"}
@@ -2,3 +2,4 @@ import { z } from "zod";
2
2
  export declare const RulesEngineMessageTypesSchema: z.ZodUnion<[z.ZodLiteral<"DestinationConfirmation">, z.ZodString]>;
3
3
  export type RulesEngineMessageTypes = z.infer<typeof RulesEngineMessageTypesSchema>;
4
4
  export declare const isRulesEngineMessageTypes: (item: unknown) => item is RulesEngineMessageTypes;
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,6BAA6B,oEAGxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,yBAAyB,SAAU,OAAO,KAAG,IAAI,IAAI,uBACX,CAAC"}
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from "./schemas/confirmation-request";
2
2
  export * from "./schemas/headers";
3
3
  export * from "./constants";
4
4
  export * from "./confirm";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAElC,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA"}
@@ -18,3 +18,4 @@ export declare const ConfirmationRequestSchema: z.ZodObject<{
18
18
  }, z.ZodTypeAny, "passthrough">>;
19
19
  export type ConfirmationRequest = z.infer<typeof ConfirmationRequestSchema>;
20
20
  export declare const isConfirmationRequest: (item: unknown) => item is ConfirmationRequest;
21
+ //# sourceMappingURL=confirmation-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confirmation-request.d.ts","sourceRoot":"","sources":["../../src/schemas/confirmation-request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kCAAkC,4BAA4B,CAAC;AAE5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;gCAKxB,CAAC;AAEf,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,eAAO,MAAM,qBAAqB,SAAU,OAAO,KAAG,IAAI,IAAI,mBACX,CAAC"}
@@ -11,3 +11,4 @@ export declare const DestinationHeadersSchema: z.ZodObject<{
11
11
  }, z.ZodTypeAny, "passthrough">>;
12
12
  export type DestinationHeaders = z.infer<typeof DestinationHeadersSchema>;
13
13
  export declare const isDestinationHeaders: (item: unknown) => item is DestinationHeaders;
14
+ //# sourceMappingURL=headers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headers.d.ts","sourceRoot":"","sources":["../../src/schemas/headers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,wBAAwB;;;;;;;;;gCAGrB,CAAC;AAEjB,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,oBAAoB,SAAU,OAAO,KAAG,IAAI,IAAI,kBACX,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-destination",
3
- "version": "0.0.98",
3
+ "version": "0.0.100",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "homepage": "https://github.com/XubeLtd/dev-kit#readme",
19
19
  "devDependencies": {
20
- "@xube/kit-build": "^0.0.98"
20
+ "@xube/kit-build": "^0.0.100"
21
21
  },
22
22
  "dependencies": {
23
- "@xube/kit-constants": "^0.0.98",
24
- "@xube/kit-generator": "^0.0.98",
25
- "@xube/kit-log": "^0.0.98",
26
- "@xube/kit-request": "^0.0.98"
23
+ "@xube/kit-constants": "^0.0.100",
24
+ "@xube/kit-generator": "^0.0.100",
25
+ "@xube/kit-log": "^0.0.100",
26
+ "@xube/kit-request": "^0.0.100"
27
27
  }
28
28
  }