@xyo-network/payment-payload-plugins 4.1.0 → 4.1.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.
- package/dist/neutral/Amount/Payload.d.ts +2 -2
- package/dist/neutral/Billing/Address/Address.d.ts +2 -2
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedAmount.d.ts +2 -2
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPercentage.d.ts +2 -2
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPrice.d.ts +2 -2
- package/dist/neutral/Discount/Payload/Discount.d.ts +2 -2
- package/dist/neutral/Escrow/Outcome.d.ts +3 -3
- package/dist/neutral/Escrow/Terms/Terms.d.ts +2 -2
- package/dist/neutral/Payment/Instrument/Card/Payload.d.ts +2 -2
- package/dist/neutral/Payment/Payload.d.ts +2 -2
- package/dist/neutral/Payment/Status/Payload.d.ts +2 -2
- package/dist/neutral/Purchase/Payload.d.ts +2 -2
- package/dist/neutral/Receipt/Payload.d.ts +2 -2
- package/dist/neutral/Subtotal/Diviner/Payload.d.ts +2 -2
- package/dist/neutral/Total/Diviner/Payload.d.ts +2 -2
- package/dist/neutral/index.d.ts +32 -32
- package/package.json +21 -21
|
@@ -15,11 +15,11 @@ export type Amount = PayloadWithSources<AmountFields, AmountSchema>;
|
|
|
15
15
|
*/
|
|
16
16
|
export declare const isAmount: (x?: unknown | null) => x is Amount;
|
|
17
17
|
export declare const asAmount: import("@xylabs/object").AsTypeFunction<Amount>;
|
|
18
|
-
export declare const asOptionalAmount: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
18
|
+
export declare const asOptionalAmount: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Amount | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* Identity function for determining if an object is an Amount with sources
|
|
21
21
|
*/
|
|
22
22
|
export declare const isAmountWithSources: (x?: unknown | null) => x is WithSources<Amount>;
|
|
23
23
|
export declare const asAmountWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Amount>>;
|
|
24
|
-
export declare const asOptionalAmountWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
24
|
+
export declare const asOptionalAmountWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Amount> | undefined;
|
|
25
25
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -32,11 +32,11 @@ export type BillingAddress = Payload<BillingAddressFields, BillingAddressSchema>
|
|
|
32
32
|
*/
|
|
33
33
|
export declare const isBillingAddress: (x?: unknown | null) => x is BillingAddress;
|
|
34
34
|
export declare const asBillingAddress: import("@xylabs/object").AsTypeFunction<BillingAddress>;
|
|
35
|
-
export declare const asOptionalBillingAddress: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
35
|
+
export declare const asOptionalBillingAddress: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => BillingAddress | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* Identity function for determine if an object is a BillingAddress with sources
|
|
38
38
|
*/
|
|
39
39
|
export declare const isBillingAddressWithSources: (x?: unknown | null) => x is WithSources<BillingAddress>;
|
|
40
40
|
export declare const asBillingAddressWithSources: import("@xylabs/object").AsTypeFunction<WithSources<BillingAddress>>;
|
|
41
|
-
export declare const asOptionalBillingAddressWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
41
|
+
export declare const asOptionalBillingAddressWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<BillingAddress> | undefined;
|
|
42
42
|
//# sourceMappingURL=Address.d.ts.map
|
|
@@ -14,11 +14,11 @@ export type FixedAmountCoupon = Payload<FixedAmountCouponFields, FixedAmountCoup
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const isFixedAmountCoupon: (x?: unknown | null) => x is FixedAmountCoupon;
|
|
16
16
|
export declare const asFixedAmountCoupon: import("@xylabs/object").AsTypeFunction<FixedAmountCoupon>;
|
|
17
|
-
export declare const asOptionalFixedAmountCoupon: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
17
|
+
export declare const asOptionalFixedAmountCoupon: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => FixedAmountCoupon | undefined;
|
|
18
18
|
/**
|
|
19
19
|
* Identity function for determining if an object is an FixedAmountCoupon with sources
|
|
20
20
|
*/
|
|
21
21
|
export declare const isFixedAmountCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedAmountCoupon>>;
|
|
22
22
|
export declare const asFixedAmountCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedAmountCoupon>>;
|
|
23
|
-
export declare const asOptionalFixedAmountCouponWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
23
|
+
export declare const asOptionalFixedAmountCouponWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<FixedAmountCoupon> | undefined;
|
|
24
24
|
//# sourceMappingURL=FixedAmount.d.ts.map
|
|
@@ -14,11 +14,11 @@ export type FixedPercentageCoupon = Payload<FixedPercentageCouponFields, FixedPe
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const isFixedPercentageCoupon: (x?: unknown | null) => x is FixedPercentageCoupon;
|
|
16
16
|
export declare const asFixedPercentageCoupon: import("@xylabs/object").AsTypeFunction<FixedPercentageCoupon>;
|
|
17
|
-
export declare const asOptionalFixedPercentageCoupon: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
17
|
+
export declare const asOptionalFixedPercentageCoupon: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => FixedPercentageCoupon | undefined;
|
|
18
18
|
/**
|
|
19
19
|
* Identity function for determining if an object is an FixedPercentageCoupon with sources
|
|
20
20
|
*/
|
|
21
21
|
export declare const isFixedPercentageCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPercentageCoupon>>;
|
|
22
22
|
export declare const asFixedPercentageCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedPercentageCoupon>>;
|
|
23
|
-
export declare const asOptionalFixedPercentageCouponWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
23
|
+
export declare const asOptionalFixedPercentageCouponWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<FixedPercentageCoupon> | undefined;
|
|
24
24
|
//# sourceMappingURL=FixedPercentage.d.ts.map
|
|
@@ -14,11 +14,11 @@ export type FixedPriceCoupon = Payload<FixedPriceCouponFields, FixedPriceCouponS
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const isFixedPriceCoupon: (x?: unknown | null) => x is FixedPriceCoupon;
|
|
16
16
|
export declare const asFixedPriceCoupon: import("@xylabs/object").AsTypeFunction<FixedPriceCoupon>;
|
|
17
|
-
export declare const asOptionalFixedPriceCoupon: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
17
|
+
export declare const asOptionalFixedPriceCoupon: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => FixedPriceCoupon | undefined;
|
|
18
18
|
/**
|
|
19
19
|
* Identity function for determining if an object is an FixedPriceCoupon with sources
|
|
20
20
|
*/
|
|
21
21
|
export declare const isFixedPriceCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPriceCoupon>>;
|
|
22
22
|
export declare const asFixedPriceCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedPriceCoupon>>;
|
|
23
|
-
export declare const asOptionalFixedPriceCouponWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
23
|
+
export declare const asOptionalFixedPriceCouponWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<FixedPriceCoupon> | undefined;
|
|
24
24
|
//# sourceMappingURL=FixedPrice.d.ts.map
|
|
@@ -13,11 +13,11 @@ export type Discount = Payload<DiscountFields, DiscountSchema>;
|
|
|
13
13
|
*/
|
|
14
14
|
export declare const isDiscount: (x?: unknown | null) => x is Discount;
|
|
15
15
|
export declare const asDiscount: import("@xylabs/object").AsTypeFunction<Discount>;
|
|
16
|
-
export declare const asOptionalDiscount: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
16
|
+
export declare const asOptionalDiscount: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Discount | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* Identity function for determining if an object is an Discount with sources
|
|
19
19
|
*/
|
|
20
20
|
export declare const isDiscountWithSources: (x?: unknown | null) => x is WithSources<Discount>;
|
|
21
21
|
export declare const asDiscountWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Discount>>;
|
|
22
|
-
export declare const asOptionalDiscountWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
22
|
+
export declare const asOptionalDiscountWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Discount> | undefined;
|
|
23
23
|
//# sourceMappingURL=Discount.d.ts.map
|
|
@@ -19,11 +19,11 @@ export type EscrowOutcome = PayloadWithSources<EscrowOutcomeFields, EscrowOutcom
|
|
|
19
19
|
*/
|
|
20
20
|
export declare const isEscrowOutcome: (x?: unknown | null) => x is EscrowOutcome;
|
|
21
21
|
export declare const asEscrowOutcome: import("@xylabs/object").AsTypeFunction<EscrowOutcome>;
|
|
22
|
-
export declare const asOptionalEscrowOutcome: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
22
|
+
export declare const asOptionalEscrowOutcome: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => EscrowOutcome | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* Identity function for determining if an object is an EscrowOutcome with sources
|
|
25
25
|
*/
|
|
26
26
|
export declare const isEscrowOutcomeWithSources: (x?: unknown | null) => x is WithSources<EscrowOutcome>;
|
|
27
|
-
export declare const asEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
28
|
-
export declare const asOptionalEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
27
|
+
export declare const asEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
|
|
28
|
+
export declare const asOptionalEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
|
|
29
29
|
//# sourceMappingURL=Outcome.d.ts.map
|
|
@@ -61,11 +61,11 @@ export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>
|
|
|
61
61
|
*/
|
|
62
62
|
export declare const isEscrowTerms: (x?: unknown | null) => x is EscrowTerms;
|
|
63
63
|
export declare const asEscrowTerms: import("@xylabs/object").AsTypeFunction<EscrowTerms>;
|
|
64
|
-
export declare const asOptionalEscrowTerms: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
64
|
+
export declare const asOptionalEscrowTerms: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => EscrowTerms | undefined;
|
|
65
65
|
/**
|
|
66
66
|
* Identity function for determining if an object is an EscrowTerms with sources
|
|
67
67
|
*/
|
|
68
68
|
export declare const isEscrowTermsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<EscrowTerms>;
|
|
69
69
|
export declare const asEscrowTermsWithSources: import("@xylabs/object").AsTypeFunction<EscrowTerms>;
|
|
70
|
-
export declare const asOptionalEscrowTermsWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
70
|
+
export declare const asOptionalEscrowTermsWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => EscrowTerms | undefined;
|
|
71
71
|
//# sourceMappingURL=Terms.d.ts.map
|
|
@@ -34,11 +34,11 @@ export type PaymentCard = Payload<PaymentCardFields, PaymentCardSchema>;
|
|
|
34
34
|
*/
|
|
35
35
|
export declare const isPaymentCard: (x?: unknown | null) => x is PaymentCard;
|
|
36
36
|
export declare const asPaymentCard: import("@xylabs/object").AsTypeFunction<PaymentCard>;
|
|
37
|
-
export declare const asOptionalPaymentCard: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
37
|
+
export declare const asOptionalPaymentCard: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => PaymentCard | undefined;
|
|
38
38
|
/**
|
|
39
39
|
* Identity function for determine if an object is a PaymentCard with sources
|
|
40
40
|
*/
|
|
41
41
|
export declare const isPaymentCardWithSources: (x?: unknown | null) => x is WithSources<PaymentCard>;
|
|
42
42
|
export declare const asPaymentCardWithSources: import("@xylabs/object").AsTypeFunction<WithSources<PaymentCard>>;
|
|
43
|
-
export declare const asOptionalPaymentCardWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
43
|
+
export declare const asOptionalPaymentCardWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<PaymentCard> | undefined;
|
|
44
44
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -20,11 +20,11 @@ export type Payment = PayloadWithSources<PaymentFields, PaymentSchema>;
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const isPayment: (x?: unknown | null) => x is Payment;
|
|
22
22
|
export declare const asPayment: import("@xylabs/object").AsTypeFunction<Payment>;
|
|
23
|
-
export declare const asOptionalPayment: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
23
|
+
export declare const asOptionalPayment: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Payment | undefined;
|
|
24
24
|
/**
|
|
25
25
|
* Identity function for determine if an object is a Payment with sources
|
|
26
26
|
*/
|
|
27
27
|
export declare const isPaymentWithSources: (x?: unknown | null) => x is WithSources<Payment>;
|
|
28
28
|
export declare const asPaymentWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Payment>>;
|
|
29
|
-
export declare const asOptionalPaymentWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
29
|
+
export declare const asOptionalPaymentWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Payment> | undefined;
|
|
30
30
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -19,11 +19,11 @@ export type PaymentStatus = PayloadWithSources<PaymentStatusFields, PaymentStatu
|
|
|
19
19
|
*/
|
|
20
20
|
export declare const isPaymentStatus: (x?: unknown | null) => x is PaymentStatus;
|
|
21
21
|
export declare const asPaymentStatus: import("@xylabs/object").AsTypeFunction<PaymentStatus>;
|
|
22
|
-
export declare const asOptionalPaymentStatus: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
22
|
+
export declare const asOptionalPaymentStatus: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => PaymentStatus | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* Identity function for determine if an object is a PaymentStatus with sources
|
|
25
25
|
*/
|
|
26
26
|
export declare const isPaymentStatusWithSources: (x?: unknown | null) => x is WithSources<PaymentStatus>;
|
|
27
27
|
export declare const asPaymentStatusWithSources: import("@xylabs/object").AsTypeFunction<WithSources<PaymentStatus>>;
|
|
28
|
-
export declare const asOptionalPaymentStatusWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
28
|
+
export declare const asOptionalPaymentStatusWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<PaymentStatus> | undefined;
|
|
29
29
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -21,11 +21,11 @@ export type Purchase = PayloadWithSources<PurchaseFields, PurchaseSchema>;
|
|
|
21
21
|
*/
|
|
22
22
|
export declare const isPurchase: (x?: unknown | null) => x is Purchase;
|
|
23
23
|
export declare const asPurchase: import("@xylabs/object").AsTypeFunction<Purchase>;
|
|
24
|
-
export declare const asOptionalPurchase: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
24
|
+
export declare const asOptionalPurchase: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Purchase | undefined;
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for determine if an object is a Purchase with sources
|
|
27
27
|
*/
|
|
28
28
|
export declare const isPurchaseWithSources: (x?: unknown | null) => x is WithSources<Purchase>;
|
|
29
29
|
export declare const asPurchaseWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Purchase>>;
|
|
30
|
-
export declare const asOptionalPurchaseWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
30
|
+
export declare const asOptionalPurchaseWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Purchase> | undefined;
|
|
31
31
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -20,11 +20,11 @@ export type Receipt = PayloadWithSources<ReceiptFields, ReceiptSchema>;
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const isReceipt: (x?: unknown | null) => x is Receipt;
|
|
22
22
|
export declare const asReceipt: import("@xylabs/object").AsTypeFunction<Receipt>;
|
|
23
|
-
export declare const asOptionalReceipt: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
23
|
+
export declare const asOptionalReceipt: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Receipt | undefined;
|
|
24
24
|
/**
|
|
25
25
|
* Identity function for determine if an object is a Receipt with sources
|
|
26
26
|
*/
|
|
27
27
|
export declare const isReceiptWithSources: (x?: unknown | null) => x is WithSources<Receipt>;
|
|
28
28
|
export declare const asReceiptWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Receipt>>;
|
|
29
|
-
export declare const asOptionalReceiptWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
29
|
+
export declare const asOptionalReceiptWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Receipt> | undefined;
|
|
30
30
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -13,11 +13,11 @@ export type Subtotal = PayloadWithSources<SubtotalFields, SubtotalSchema>;
|
|
|
13
13
|
*/
|
|
14
14
|
export declare const isSubtotal: (x?: unknown | null) => x is Subtotal;
|
|
15
15
|
export declare const asSubtotal: import("@xylabs/object").AsTypeFunction<Subtotal>;
|
|
16
|
-
export declare const asOptionalSubtotal: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
16
|
+
export declare const asOptionalSubtotal: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Subtotal | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* Identity function for determining if an object is an Subtotal with sources
|
|
19
19
|
*/
|
|
20
20
|
export declare const isSubtotalWithSources: (x?: unknown | null) => x is WithSources<Subtotal>;
|
|
21
21
|
export declare const asSubtotalWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Subtotal>>;
|
|
22
|
-
export declare const asOptionalSubtotalWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
22
|
+
export declare const asOptionalSubtotalWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Subtotal> | undefined;
|
|
23
23
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -13,11 +13,11 @@ export type Total = PayloadWithSources<TotalFields, TotalSchema>;
|
|
|
13
13
|
*/
|
|
14
14
|
export declare const isTotal: (x?: unknown | null) => x is Total;
|
|
15
15
|
export declare const asTotal: import("@xylabs/object").AsTypeFunction<Total>;
|
|
16
|
-
export declare const asOptionalTotal: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
16
|
+
export declare const asOptionalTotal: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => Total | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* Identity function for determining if an object is an Total with sources
|
|
19
19
|
*/
|
|
20
20
|
export declare const isTotalWithSources: (x?: unknown | null) => x is WithSources<Total>;
|
|
21
21
|
export declare const asTotalWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Total>>;
|
|
22
|
-
export declare const asOptionalTotalWithSources: (value: import(".store/@xylabs-promise-npm-4.13.
|
|
22
|
+
export declare const asOptionalTotalWithSources: (value: import(".store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package").AnyNonPromise) => WithSources<Total> | undefined;
|
|
23
23
|
//# sourceMappingURL=Payload.d.ts.map
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package from '.store/@xylabs-promise-npm-4.13.23-cc6fbb2faf/package';
|
|
2
2
|
import * as _xylabs_object from '@xylabs/object';
|
|
3
3
|
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
4
4
|
import { PayloadWithSources, WithSources, Payload, PayloadValueExpression, AsyncPayloadValidationFunction, SyncPayloadValidationFunction } from '@xyo-network/payload-model';
|
|
@@ -42,13 +42,13 @@ type Amount = PayloadWithSources<AmountFields, AmountSchema>;
|
|
|
42
42
|
*/
|
|
43
43
|
declare const isAmount: (x?: unknown | null) => x is Amount;
|
|
44
44
|
declare const asAmount: _xylabs_object.AsTypeFunction<Amount>;
|
|
45
|
-
declare const asOptionalAmount: (value:
|
|
45
|
+
declare const asOptionalAmount: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Amount | undefined;
|
|
46
46
|
/**
|
|
47
47
|
* Identity function for determining if an object is an Amount with sources
|
|
48
48
|
*/
|
|
49
49
|
declare const isAmountWithSources: (x?: unknown | null) => x is WithSources<Amount>;
|
|
50
50
|
declare const asAmountWithSources: _xylabs_object.AsTypeFunction<WithSources<Amount>>;
|
|
51
|
-
declare const asOptionalAmountWithSources: (value:
|
|
51
|
+
declare const asOptionalAmountWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Amount> | undefined;
|
|
52
52
|
|
|
53
53
|
declare const BillingAddressSchema = "network.xyo.payments.billing.address";
|
|
54
54
|
type BillingAddressSchema = typeof BillingAddressSchema;
|
|
@@ -85,13 +85,13 @@ type BillingAddress = Payload<BillingAddressFields, BillingAddressSchema>;
|
|
|
85
85
|
*/
|
|
86
86
|
declare const isBillingAddress: (x?: unknown | null) => x is BillingAddress;
|
|
87
87
|
declare const asBillingAddress: _xylabs_object.AsTypeFunction<BillingAddress>;
|
|
88
|
-
declare const asOptionalBillingAddress: (value:
|
|
88
|
+
declare const asOptionalBillingAddress: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => BillingAddress | undefined;
|
|
89
89
|
/**
|
|
90
90
|
* Identity function for determine if an object is a BillingAddress with sources
|
|
91
91
|
*/
|
|
92
92
|
declare const isBillingAddressWithSources: (x?: unknown | null) => x is WithSources<BillingAddress>;
|
|
93
93
|
declare const asBillingAddressWithSources: _xylabs_object.AsTypeFunction<WithSources<BillingAddress>>;
|
|
94
|
-
declare const asOptionalBillingAddressWithSources: (value:
|
|
94
|
+
declare const asOptionalBillingAddressWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<BillingAddress> | undefined;
|
|
95
95
|
|
|
96
96
|
declare const BillingSchema = "network.xyo.payments.billing";
|
|
97
97
|
type BillingSchema = typeof BillingSchema;
|
|
@@ -217,13 +217,13 @@ type FixedAmountCoupon = Payload<FixedAmountCouponFields, FixedAmountCouponSchem
|
|
|
217
217
|
*/
|
|
218
218
|
declare const isFixedAmountCoupon: (x?: unknown | null) => x is FixedAmountCoupon;
|
|
219
219
|
declare const asFixedAmountCoupon: _xylabs_object.AsTypeFunction<FixedAmountCoupon>;
|
|
220
|
-
declare const asOptionalFixedAmountCoupon: (value:
|
|
220
|
+
declare const asOptionalFixedAmountCoupon: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => FixedAmountCoupon | undefined;
|
|
221
221
|
/**
|
|
222
222
|
* Identity function for determining if an object is an FixedAmountCoupon with sources
|
|
223
223
|
*/
|
|
224
224
|
declare const isFixedAmountCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedAmountCoupon>>;
|
|
225
225
|
declare const asFixedAmountCouponWithSources: _xylabs_object.AsTypeFunction<WithSources<FixedAmountCoupon>>;
|
|
226
|
-
declare const asOptionalFixedAmountCouponWithSources: (value:
|
|
226
|
+
declare const asOptionalFixedAmountCouponWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<FixedAmountCoupon> | undefined;
|
|
227
227
|
|
|
228
228
|
declare const FixedPercentageCouponSchema: "network.xyo.payments.coupon.fixed.percentage";
|
|
229
229
|
type FixedPercentageCouponSchema = typeof FixedPercentageCouponSchema;
|
|
@@ -239,13 +239,13 @@ type FixedPercentageCoupon = Payload<FixedPercentageCouponFields, FixedPercentag
|
|
|
239
239
|
*/
|
|
240
240
|
declare const isFixedPercentageCoupon: (x?: unknown | null) => x is FixedPercentageCoupon;
|
|
241
241
|
declare const asFixedPercentageCoupon: _xylabs_object.AsTypeFunction<FixedPercentageCoupon>;
|
|
242
|
-
declare const asOptionalFixedPercentageCoupon: (value:
|
|
242
|
+
declare const asOptionalFixedPercentageCoupon: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => FixedPercentageCoupon | undefined;
|
|
243
243
|
/**
|
|
244
244
|
* Identity function for determining if an object is an FixedPercentageCoupon with sources
|
|
245
245
|
*/
|
|
246
246
|
declare const isFixedPercentageCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPercentageCoupon>>;
|
|
247
247
|
declare const asFixedPercentageCouponWithSources: _xylabs_object.AsTypeFunction<WithSources<FixedPercentageCoupon>>;
|
|
248
|
-
declare const asOptionalFixedPercentageCouponWithSources: (value:
|
|
248
|
+
declare const asOptionalFixedPercentageCouponWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<FixedPercentageCoupon> | undefined;
|
|
249
249
|
|
|
250
250
|
declare const FixedPriceCouponSchema: "network.xyo.payments.coupon.fixed.price";
|
|
251
251
|
type FixedPriceCouponSchema = typeof FixedPriceCouponSchema;
|
|
@@ -260,13 +260,13 @@ type FixedPriceCoupon = Payload<FixedPriceCouponFields, FixedPriceCouponSchema>;
|
|
|
260
260
|
*/
|
|
261
261
|
declare const isFixedPriceCoupon: (x?: unknown | null) => x is FixedPriceCoupon;
|
|
262
262
|
declare const asFixedPriceCoupon: _xylabs_object.AsTypeFunction<FixedPriceCoupon>;
|
|
263
|
-
declare const asOptionalFixedPriceCoupon: (value:
|
|
263
|
+
declare const asOptionalFixedPriceCoupon: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => FixedPriceCoupon | undefined;
|
|
264
264
|
/**
|
|
265
265
|
* Identity function for determining if an object is an FixedPriceCoupon with sources
|
|
266
266
|
*/
|
|
267
267
|
declare const isFixedPriceCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPriceCoupon>>;
|
|
268
268
|
declare const asFixedPriceCouponWithSources: _xylabs_object.AsTypeFunction<WithSources<FixedPriceCoupon>>;
|
|
269
|
-
declare const asOptionalFixedPriceCouponWithSources: (value:
|
|
269
|
+
declare const asOptionalFixedPriceCouponWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<FixedPriceCoupon> | undefined;
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
272
|
* The type of coupons
|
|
@@ -299,13 +299,13 @@ type Discount = Payload<DiscountFields, DiscountSchema>;
|
|
|
299
299
|
*/
|
|
300
300
|
declare const isDiscount: (x?: unknown | null) => x is Discount;
|
|
301
301
|
declare const asDiscount: _xylabs_object.AsTypeFunction<Discount>;
|
|
302
|
-
declare const asOptionalDiscount: (value:
|
|
302
|
+
declare const asOptionalDiscount: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Discount | undefined;
|
|
303
303
|
/**
|
|
304
304
|
* Identity function for determining if an object is an Discount with sources
|
|
305
305
|
*/
|
|
306
306
|
declare const isDiscountWithSources: (x?: unknown | null) => x is WithSources<Discount>;
|
|
307
307
|
declare const asDiscountWithSources: _xylabs_object.AsTypeFunction<WithSources<Discount>>;
|
|
308
|
-
declare const asOptionalDiscountWithSources: (value:
|
|
308
|
+
declare const asOptionalDiscountWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Discount> | undefined;
|
|
309
309
|
|
|
310
310
|
declare const NO_DISCOUNT: Discount;
|
|
311
311
|
|
|
@@ -328,13 +328,13 @@ type EscrowOutcome = PayloadWithSources<EscrowOutcomeFields, EscrowOutcomeSchema
|
|
|
328
328
|
*/
|
|
329
329
|
declare const isEscrowOutcome: (x?: unknown | null) => x is EscrowOutcome;
|
|
330
330
|
declare const asEscrowOutcome: _xylabs_object.AsTypeFunction<EscrowOutcome>;
|
|
331
|
-
declare const asOptionalEscrowOutcome: (value:
|
|
331
|
+
declare const asOptionalEscrowOutcome: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => EscrowOutcome | undefined;
|
|
332
332
|
/**
|
|
333
333
|
* Identity function for determining if an object is an EscrowOutcome with sources
|
|
334
334
|
*/
|
|
335
335
|
declare const isEscrowOutcomeWithSources: (x?: unknown | null) => x is WithSources<EscrowOutcome>;
|
|
336
|
-
declare const asEscrowOutcomeWithSources: (value:
|
|
337
|
-
declare const asOptionalEscrowOutcomeWithSources: (value:
|
|
336
|
+
declare const asEscrowOutcomeWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
|
|
337
|
+
declare const asOptionalEscrowOutcomeWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
|
|
338
338
|
|
|
339
339
|
declare const EscrowSchema = "network.xyo.escrow";
|
|
340
340
|
type EscrowSchema = typeof EscrowSchema;
|
|
@@ -400,13 +400,13 @@ type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>;
|
|
|
400
400
|
*/
|
|
401
401
|
declare const isEscrowTerms: (x?: unknown | null) => x is EscrowTerms;
|
|
402
402
|
declare const asEscrowTerms: _xylabs_object.AsTypeFunction<EscrowTerms>;
|
|
403
|
-
declare const asOptionalEscrowTerms: (value:
|
|
403
|
+
declare const asOptionalEscrowTerms: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => EscrowTerms | undefined;
|
|
404
404
|
/**
|
|
405
405
|
* Identity function for determining if an object is an EscrowTerms with sources
|
|
406
406
|
*/
|
|
407
407
|
declare const isEscrowTermsWithSources: (x?: unknown | null) => x is _xyo_network_payload_model.WithSources<EscrowTerms>;
|
|
408
408
|
declare const asEscrowTermsWithSources: _xylabs_object.AsTypeFunction<EscrowTerms>;
|
|
409
|
-
declare const asOptionalEscrowTermsWithSources: (value:
|
|
409
|
+
declare const asOptionalEscrowTermsWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => EscrowTerms | undefined;
|
|
410
410
|
|
|
411
411
|
/**
|
|
412
412
|
* The party in an escrow transaction
|
|
@@ -632,13 +632,13 @@ type PaymentCard = Payload<PaymentCardFields, PaymentCardSchema>;
|
|
|
632
632
|
*/
|
|
633
633
|
declare const isPaymentCard: (x?: unknown | null) => x is PaymentCard;
|
|
634
634
|
declare const asPaymentCard: _xylabs_object.AsTypeFunction<PaymentCard>;
|
|
635
|
-
declare const asOptionalPaymentCard: (value:
|
|
635
|
+
declare const asOptionalPaymentCard: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => PaymentCard | undefined;
|
|
636
636
|
/**
|
|
637
637
|
* Identity function for determine if an object is a PaymentCard with sources
|
|
638
638
|
*/
|
|
639
639
|
declare const isPaymentCardWithSources: (x?: unknown | null) => x is WithSources<PaymentCard>;
|
|
640
640
|
declare const asPaymentCardWithSources: _xylabs_object.AsTypeFunction<WithSources<PaymentCard>>;
|
|
641
|
-
declare const asOptionalPaymentCardWithSources: (value:
|
|
641
|
+
declare const asOptionalPaymentCardWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<PaymentCard> | undefined;
|
|
642
642
|
|
|
643
643
|
declare const PaymentInstrumentSchema = "network.xyo.payments.payment.instrument";
|
|
644
644
|
type PaymentInstrumentSchema = typeof PaymentInstrumentSchema;
|
|
@@ -665,13 +665,13 @@ type Payment = PayloadWithSources<PaymentFields, PaymentSchema>;
|
|
|
665
665
|
*/
|
|
666
666
|
declare const isPayment: (x?: unknown | null) => x is Payment;
|
|
667
667
|
declare const asPayment: _xylabs_object.AsTypeFunction<Payment>;
|
|
668
|
-
declare const asOptionalPayment: (value:
|
|
668
|
+
declare const asOptionalPayment: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Payment | undefined;
|
|
669
669
|
/**
|
|
670
670
|
* Identity function for determine if an object is a Payment with sources
|
|
671
671
|
*/
|
|
672
672
|
declare const isPaymentWithSources: (x?: unknown | null) => x is WithSources<Payment>;
|
|
673
673
|
declare const asPaymentWithSources: _xylabs_object.AsTypeFunction<WithSources<Payment>>;
|
|
674
|
-
declare const asOptionalPaymentWithSources: (value:
|
|
674
|
+
declare const asOptionalPaymentWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Payment> | undefined;
|
|
675
675
|
|
|
676
676
|
declare const PaymentStatusSchema = "network.xyo.payments.payment.status";
|
|
677
677
|
type PaymentStatusSchema = typeof PaymentStatusSchema;
|
|
@@ -695,13 +695,13 @@ type PaymentStatus = PayloadWithSources<PaymentStatusFields, PaymentStatusSchema
|
|
|
695
695
|
*/
|
|
696
696
|
declare const isPaymentStatus: (x?: unknown | null) => x is PaymentStatus;
|
|
697
697
|
declare const asPaymentStatus: _xylabs_object.AsTypeFunction<PaymentStatus>;
|
|
698
|
-
declare const asOptionalPaymentStatus: (value:
|
|
698
|
+
declare const asOptionalPaymentStatus: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => PaymentStatus | undefined;
|
|
699
699
|
/**
|
|
700
700
|
* Identity function for determine if an object is a PaymentStatus with sources
|
|
701
701
|
*/
|
|
702
702
|
declare const isPaymentStatusWithSources: (x?: unknown | null) => x is WithSources<PaymentStatus>;
|
|
703
703
|
declare const asPaymentStatusWithSources: _xylabs_object.AsTypeFunction<WithSources<PaymentStatus>>;
|
|
704
|
-
declare const asOptionalPaymentStatusWithSources: (value:
|
|
704
|
+
declare const asOptionalPaymentStatusWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<PaymentStatus> | undefined;
|
|
705
705
|
|
|
706
706
|
declare const PaymentSubtotalDivinerConfigSchema = "network.xyo.diviner.payments.subtotal.config";
|
|
707
707
|
type PaymentSubtotalDivinerConfigSchema = typeof PaymentSubtotalDivinerConfigSchema;
|
|
@@ -725,13 +725,13 @@ type Subtotal = PayloadWithSources<SubtotalFields, SubtotalSchema>;
|
|
|
725
725
|
*/
|
|
726
726
|
declare const isSubtotal: (x?: unknown | null) => x is Subtotal;
|
|
727
727
|
declare const asSubtotal: _xylabs_object.AsTypeFunction<Subtotal>;
|
|
728
|
-
declare const asOptionalSubtotal: (value:
|
|
728
|
+
declare const asOptionalSubtotal: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Subtotal | undefined;
|
|
729
729
|
/**
|
|
730
730
|
* Identity function for determining if an object is an Subtotal with sources
|
|
731
731
|
*/
|
|
732
732
|
declare const isSubtotalWithSources: (x?: unknown | null) => x is WithSources<Subtotal>;
|
|
733
733
|
declare const asSubtotalWithSources: _xylabs_object.AsTypeFunction<WithSources<Subtotal>>;
|
|
734
|
-
declare const asOptionalSubtotalWithSources: (value:
|
|
734
|
+
declare const asOptionalSubtotalWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Subtotal> | undefined;
|
|
735
735
|
|
|
736
736
|
declare const PaymentTotalDivinerConfigSchema = "network.xyo.diviner.payments.total.config";
|
|
737
737
|
type PaymentTotalDivinerConfigSchema = typeof PaymentTotalDivinerConfigSchema;
|
|
@@ -764,13 +764,13 @@ type Total = PayloadWithSources<TotalFields, TotalSchema>;
|
|
|
764
764
|
*/
|
|
765
765
|
declare const isTotal: (x?: unknown | null) => x is Total;
|
|
766
766
|
declare const asTotal: _xylabs_object.AsTypeFunction<Total>;
|
|
767
|
-
declare const asOptionalTotal: (value:
|
|
767
|
+
declare const asOptionalTotal: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Total | undefined;
|
|
768
768
|
/**
|
|
769
769
|
* Identity function for determining if an object is an Total with sources
|
|
770
770
|
*/
|
|
771
771
|
declare const isTotalWithSources: (x?: unknown | null) => x is WithSources<Total>;
|
|
772
772
|
declare const asTotalWithSources: _xylabs_object.AsTypeFunction<WithSources<Total>>;
|
|
773
|
-
declare const asOptionalTotalWithSources: (value:
|
|
773
|
+
declare const asOptionalTotalWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Total> | undefined;
|
|
774
774
|
|
|
775
775
|
/**
|
|
776
776
|
* A tuple containing the subtotal, total, and payment for an invoice.
|
|
@@ -808,13 +808,13 @@ type Purchase = PayloadWithSources<PurchaseFields, PurchaseSchema>;
|
|
|
808
808
|
*/
|
|
809
809
|
declare const isPurchase: (x?: unknown | null) => x is Purchase;
|
|
810
810
|
declare const asPurchase: _xylabs_object.AsTypeFunction<Purchase>;
|
|
811
|
-
declare const asOptionalPurchase: (value:
|
|
811
|
+
declare const asOptionalPurchase: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Purchase | undefined;
|
|
812
812
|
/**
|
|
813
813
|
* Identity function for determine if an object is a Purchase with sources
|
|
814
814
|
*/
|
|
815
815
|
declare const isPurchaseWithSources: (x?: unknown | null) => x is WithSources<Purchase>;
|
|
816
816
|
declare const asPurchaseWithSources: _xylabs_object.AsTypeFunction<WithSources<Purchase>>;
|
|
817
|
-
declare const asOptionalPurchaseWithSources: (value:
|
|
817
|
+
declare const asOptionalPurchaseWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Purchase> | undefined;
|
|
818
818
|
|
|
819
819
|
declare const ReceiptSchema = "network.xyo.payments.receipt";
|
|
820
820
|
type ReceiptSchema = typeof ReceiptSchema;
|
|
@@ -838,13 +838,13 @@ type Receipt = PayloadWithSources<ReceiptFields, ReceiptSchema>;
|
|
|
838
838
|
*/
|
|
839
839
|
declare const isReceipt: (x?: unknown | null) => x is Receipt;
|
|
840
840
|
declare const asReceipt: _xylabs_object.AsTypeFunction<Receipt>;
|
|
841
|
-
declare const asOptionalReceipt: (value:
|
|
841
|
+
declare const asOptionalReceipt: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => Receipt | undefined;
|
|
842
842
|
/**
|
|
843
843
|
* Identity function for determine if an object is a Receipt with sources
|
|
844
844
|
*/
|
|
845
845
|
declare const isReceiptWithSources: (x?: unknown | null) => x is WithSources<Receipt>;
|
|
846
846
|
declare const asReceiptWithSources: _xylabs_object.AsTypeFunction<WithSources<Receipt>>;
|
|
847
|
-
declare const asOptionalReceiptWithSources: (value:
|
|
847
|
+
declare const asOptionalReceiptWithSources: (value: _store__xylabs_promise_npm_4_13_23_cc6fbb2faf_package.AnyNonPromise) => WithSources<Receipt> | undefined;
|
|
848
848
|
|
|
849
849
|
export { AmountSchema, BillingAddressSchema, BillingSchema, CouponSchema, DiscountSchema, EscrowOutcomeSchema, EscrowSchema, EscrowTermsSchema, FixedAmountCouponSchema, FixedPercentageCouponSchema, FixedPriceCouponSchema, Iso4217CurrencyCodes, NO_DISCOUNT, PaymentCardSchema, PaymentDiscountDivinerConfigSchema, PaymentInstrumentSchema, PaymentSchema, PaymentStatusSchema, PaymentSubtotalDivinerConfigSchema, PaymentTotalDivinerConfigSchema, PurchaseSchema, ReceiptSchema, SubtotalSchema, TotalSchema, appraisalAuthoritiesExistValidator, appraisalsExistValidator, asAmount, asAmountWithSources, asBillingAddress, asBillingAddressWithSources, asCondition, asConditionWithSources, asCoupon, asCouponWithSources, asDiscount, asDiscountWithSources, asEscrowOutcome, asEscrowOutcomeWithSources, asEscrowTerms, asEscrowTermsWithSources, asFixedAmountCoupon, asFixedAmountCouponWithSources, asFixedPercentageCoupon, asFixedPercentageCouponWithSources, asFixedPriceCoupon, asFixedPriceCouponWithSources, asOptionalAmount, asOptionalAmountWithSources, asOptionalBillingAddress, asOptionalBillingAddressWithSources, asOptionalDiscount, asOptionalDiscountWithSources, asOptionalEscrowOutcome, asOptionalEscrowOutcomeWithSources, asOptionalEscrowTerms, asOptionalEscrowTermsWithSources, asOptionalFixedAmountCoupon, asOptionalFixedAmountCouponWithSources, asOptionalFixedPercentageCoupon, asOptionalFixedPercentageCouponWithSources, asOptionalFixedPriceCoupon, asOptionalFixedPriceCouponWithSources, asOptionalPayment, asOptionalPaymentCard, asOptionalPaymentCardWithSources, asOptionalPaymentStatus, asOptionalPaymentStatusWithSources, asOptionalPaymentWithSources, asOptionalPurchase, asOptionalPurchaseWithSources, asOptionalReceipt, asOptionalReceiptWithSources, asOptionalSubtotal, asOptionalSubtotalWithSources, asOptionalTotal, asOptionalTotalWithSources, asPayment, asPaymentCard, asPaymentCardWithSources, asPaymentStatus, asPaymentStatusWithSources, asPaymentWithSources, asPurchase, asPurchaseWithSources, asReceipt, asReceiptWithSources, asSubtotal, asSubtotalWithSources, asTotal, asTotalWithSources, assetsExistValidator, buyerExistsValidator, buyerSecretExistsValidator, createConditionForMaximumAppraisalAmount, createConditionForMinimumAssetQuantity, createConditionForRequiredBuyer, createEscrowIntentWithSecret, findEscrowPartySecretSignatures, getAppraisalAuthoritiesAllowedValidator, getAppraisalsByAsset, getAppraisalsForAllAssetsValidator, getAppraisalsFromValidAuthoritiesValidator, getAppraisalsValidValidator, getBuyerSecretSignedValidator, getBuyerSecretSuppliedValidator, getEscrowAgentAllowedValidator, getEscrowSecret, getNbfExpValidator, getPartySecretSignedValidator, getPaymentAuthoritiesAllowedValidator, getSellerSecretSignedValidator, getSellerSecretSuppliedValidator, getSignaturesByAppraisal, isAmount, isAmountWithSources, isBillingAddress, isBillingAddressWithSources, isCondition, isConditionWithSources, isCoupon, isCouponWithSources, isDiscount, isDiscountWithSources, isEscrowOutcome, isEscrowOutcomeWithSources, isEscrowTerms, isEscrowTermsWithSources, isFixedAmountCoupon, isFixedAmountCouponWithSources, isFixedPercentageCoupon, isFixedPercentageCouponWithSources, isFixedPriceCoupon, isFixedPriceCouponWithSources, isIso4217CurrencyCode, isPayment, isPaymentCard, isPaymentCardWithSources, isPaymentStatus, isPaymentStatusWithSources, isPaymentWithSources, isPurchase, isPurchaseWithSources, isReceipt, isReceiptWithSources, isStackable, isSubtotal, isSubtotalWithSources, isTotal, isTotalWithSources, moduleIdentifiersContainsAllOf, moduleIdentifiersContainsOneOf, sellerExistsValidator, sellerSecretExistsValidator, updateEscrowTermsWithSecret, validateWithinWindow };
|
|
850
850
|
export type { Amount, AmountFields, BillingAddress, BillingAddressFields, BuyerCondition, Condition, Coupon, CouponFields, Discount, DiscountFields, DiscountedInvoice, EscrowOutcome, EscrowOutcomeFields, EscrowOutcomes, EscrowParty, EscrowPartySecret, EscrowTerms, EscrowTermsFields, FixedAmountCoupon, FixedAmountCouponFields, FixedPercentageCoupon, FixedPercentageCouponFields, FixedPriceCoupon, FixedPriceCouponFields, Invoice, Iso4217AlphabeticalCode, Iso4217NumericCode, Payment, PaymentCard, PaymentCardFields, PaymentDiscountDivinerConfig, PaymentDiscountDivinerParams, PaymentFields, PaymentStatus, PaymentStatusFields, PaymentSubtotalDivinerConfig, PaymentSubtotalDivinerParams, PaymentTotalDivinerConfig, PaymentTotalDivinerParams, Purchase, PurchaseFields, Receipt, ReceiptFields, StandardInvoice, Subtotal, SubtotalFields, SupportedCurrency, Total, TotalFields, Windowed };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/payment-payload-plugins",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,30 +29,30 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.13.
|
|
33
|
-
"@xylabs/crypto": "^4.13.
|
|
34
|
-
"@xylabs/hex": "^4.13.
|
|
35
|
-
"@xylabs/object": "^4.13.
|
|
36
|
-
"@xyo-network/account-model": "^4.1.
|
|
37
|
-
"@xyo-network/boundwitness-builder": "^4.1.
|
|
38
|
-
"@xyo-network/boundwitness-model": "^4.1.
|
|
39
|
-
"@xyo-network/boundwitness-validator": "^4.1.
|
|
40
|
-
"@xyo-network/diviner-hash-lease": "^4.1.
|
|
41
|
-
"@xyo-network/diviner-model": "^4.1.
|
|
42
|
-
"@xyo-network/id-payload-plugin": "^4.1.
|
|
43
|
-
"@xyo-network/module-model": "^4.1.
|
|
44
|
-
"@xyo-network/payload-builder": "^4.1.
|
|
45
|
-
"@xyo-network/payload-model": "^4.1.
|
|
46
|
-
"@xyo-network/schema-payload-plugin": "^4.1.
|
|
47
|
-
"@xyo-network/xns-record-payload-plugins": "^4.1.
|
|
32
|
+
"@xylabs/assert": "^4.13.23",
|
|
33
|
+
"@xylabs/crypto": "^4.13.23",
|
|
34
|
+
"@xylabs/hex": "^4.13.23",
|
|
35
|
+
"@xylabs/object": "^4.13.23",
|
|
36
|
+
"@xyo-network/account-model": "^4.1.7",
|
|
37
|
+
"@xyo-network/boundwitness-builder": "^4.1.7",
|
|
38
|
+
"@xyo-network/boundwitness-model": "^4.1.7",
|
|
39
|
+
"@xyo-network/boundwitness-validator": "^4.1.7",
|
|
40
|
+
"@xyo-network/diviner-hash-lease": "^4.1.7",
|
|
41
|
+
"@xyo-network/diviner-model": "^4.1.7",
|
|
42
|
+
"@xyo-network/id-payload-plugin": "^4.1.7",
|
|
43
|
+
"@xyo-network/module-model": "^4.1.7",
|
|
44
|
+
"@xyo-network/payload-builder": "^4.1.7",
|
|
45
|
+
"@xyo-network/payload-model": "^4.1.7",
|
|
46
|
+
"@xyo-network/schema-payload-plugin": "^4.1.7",
|
|
47
|
+
"@xyo-network/xns-record-payload-plugins": "^4.1.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
|
|
51
51
|
"@xylabs/tsconfig": "^7.0.0-rc.24",
|
|
52
|
-
"@xylabs/vitest-extended": "^4.13.
|
|
53
|
-
"@xyo-network/payload-builder": "^4.1.
|
|
54
|
-
"@xyo-network/wallet": "^4.1.
|
|
55
|
-
"knip": "^5.
|
|
52
|
+
"@xylabs/vitest-extended": "^4.13.23",
|
|
53
|
+
"@xyo-network/payload-builder": "^4.1.7",
|
|
54
|
+
"@xyo-network/wallet": "^4.1.7",
|
|
55
|
+
"knip": "^5.62.0",
|
|
56
56
|
"typescript": "^5.8.3",
|
|
57
57
|
"vitest": "^3.2.4"
|
|
58
58
|
},
|