@xyo-network/payment-payload-plugins 5.2.3 → 5.3.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 +5 -3
- package/dist/neutral/Amount/Payload.d.ts.map +1 -1
- package/dist/neutral/Billing/Address/Address.d.ts +2 -2
- package/dist/neutral/Billing/Address/Address.d.ts.map +1 -1
- package/dist/neutral/Billing/Address/Schema.d.ts +3 -1
- package/dist/neutral/Billing/Address/Schema.d.ts.map +1 -1
- package/dist/neutral/Billing/Schema.d.ts +3 -1
- package/dist/neutral/Billing/Schema.d.ts.map +1 -1
- package/dist/neutral/Discount/Config.d.ts +3 -1
- package/dist/neutral/Discount/Config.d.ts.map +1 -1
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedAmount.d.ts +5 -3
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedAmount.d.ts.map +1 -1
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPercentage.d.ts +5 -3
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPercentage.d.ts.map +1 -1
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPrice.d.ts +5 -3
- package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPrice.d.ts.map +1 -1
- package/dist/neutral/Discount/Payload/Coupon/Schema.d.ts +3 -1
- package/dist/neutral/Discount/Payload/Coupon/Schema.d.ts.map +1 -1
- package/dist/neutral/Discount/Payload/Discount.d.ts +5 -3
- package/dist/neutral/Discount/Payload/Discount.d.ts.map +1 -1
- package/dist/neutral/Escrow/Outcome.d.ts +6 -4
- package/dist/neutral/Escrow/Outcome.d.ts.map +1 -1
- package/dist/neutral/Escrow/Schema.d.ts +3 -1
- package/dist/neutral/Escrow/Schema.d.ts.map +1 -1
- package/dist/neutral/Escrow/Terms/Terms.d.ts +5 -3
- package/dist/neutral/Escrow/Terms/Terms.d.ts.map +1 -1
- package/dist/neutral/Escrow/util/secret/createEscrowIntent.d.ts +18 -8
- package/dist/neutral/Escrow/util/secret/createEscrowIntent.d.ts.map +1 -1
- package/dist/neutral/Escrow/util/secret/updateEscrowTermsWithSecret.d.ts +18 -8
- package/dist/neutral/Escrow/util/secret/updateEscrowTermsWithSecret.d.ts.map +1 -1
- package/dist/neutral/Payment/Instrument/Card/Payload.d.ts +2 -2
- package/dist/neutral/Payment/Instrument/Card/Payload.d.ts.map +1 -1
- package/dist/neutral/Payment/Instrument/Card/Schema.d.ts +3 -1
- package/dist/neutral/Payment/Instrument/Card/Schema.d.ts.map +1 -1
- package/dist/neutral/Payment/Instrument/Schema.d.ts +3 -1
- package/dist/neutral/Payment/Instrument/Schema.d.ts.map +1 -1
- package/dist/neutral/Payment/Payload.d.ts +2 -2
- package/dist/neutral/Payment/Payload.d.ts.map +1 -1
- package/dist/neutral/Payment/Schema.d.ts +3 -1
- package/dist/neutral/Payment/Schema.d.ts.map +1 -1
- package/dist/neutral/Payment/Status/Payload.d.ts +2 -2
- package/dist/neutral/Payment/Status/Payload.d.ts.map +1 -1
- package/dist/neutral/Payment/Status/Schema.d.ts +3 -1
- package/dist/neutral/Payment/Status/Schema.d.ts.map +1 -1
- package/dist/neutral/Purchase/Payload.d.ts +2 -2
- package/dist/neutral/Purchase/Payload.d.ts.map +1 -1
- package/dist/neutral/Purchase/Schema.d.ts +3 -1
- package/dist/neutral/Purchase/Schema.d.ts.map +1 -1
- package/dist/neutral/Receipt/Payload.d.ts +2 -2
- package/dist/neutral/Receipt/Payload.d.ts.map +1 -1
- package/dist/neutral/Receipt/Schema.d.ts +3 -1
- package/dist/neutral/Receipt/Schema.d.ts.map +1 -1
- package/dist/neutral/Schema.d.ts +3 -1
- package/dist/neutral/Schema.d.ts.map +1 -1
- package/dist/neutral/Subtotal/Diviner/Config.d.ts +3 -1
- package/dist/neutral/Subtotal/Diviner/Config.d.ts.map +1 -1
- package/dist/neutral/Subtotal/Diviner/Payload.d.ts +5 -3
- package/dist/neutral/Subtotal/Diviner/Payload.d.ts.map +1 -1
- package/dist/neutral/Total/Diviner/Config.d.ts +3 -1
- package/dist/neutral/Total/Diviner/Config.d.ts.map +1 -1
- package/dist/neutral/Total/Diviner/Payload.d.ts +5 -3
- package/dist/neutral/Total/Diviner/Payload.d.ts.map +1 -1
- package/dist/neutral/index.mjs +58 -24
- package/dist/neutral/index.mjs.map +1 -1
- package/package.json +24 -24
- package/src/Amount/Payload.ts +2 -1
- package/src/Billing/Address/Schema.ts +3 -1
- package/src/Billing/Schema.ts +3 -1
- package/src/Discount/Config.ts +2 -1
- package/src/Discount/Payload/Coupon/Coupons/FixedAmount.ts +2 -1
- package/src/Discount/Payload/Coupon/Coupons/FixedPercentage.ts +2 -1
- package/src/Discount/Payload/Coupon/Coupons/FixedPrice.ts +2 -1
- package/src/Discount/Payload/Coupon/Schema.ts +3 -1
- package/src/Discount/Payload/Discount.ts +2 -1
- package/src/Escrow/Outcome.ts +2 -1
- package/src/Escrow/Schema.ts +3 -1
- package/src/Escrow/Terms/Terms.ts +4 -2
- package/src/Payment/Instrument/Card/Schema.ts +3 -1
- package/src/Payment/Instrument/Schema.ts +3 -1
- package/src/Payment/Schema.ts +3 -1
- package/src/Payment/Status/Schema.ts +3 -1
- package/src/Purchase/Schema.ts +3 -1
- package/src/Receipt/Schema.ts +3 -1
- package/src/Schema.ts +3 -1
- package/src/Subtotal/Diviner/Config.ts +2 -1
- package/src/Subtotal/Diviner/Payload.ts +2 -1
- package/src/Total/Diviner/Config.ts +2 -1
- package/src/Total/Diviner/Payload.ts +2 -1
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { PayloadWithSources, WithSources } from '@xyo-network/payload-model';
|
|
2
2
|
import type { Iso4217AlphabeticalCode } from './Iso4217Currency.ts';
|
|
3
|
-
export declare const AmountSchema: "network.xyo.payments.amount"
|
|
3
|
+
export declare const AmountSchema: "network.xyo.payments.amount" & {
|
|
4
|
+
readonly __schema: true;
|
|
5
|
+
};
|
|
4
6
|
export type AmountSchema = typeof AmountSchema;
|
|
5
7
|
export interface AmountFields {
|
|
6
8
|
amount: number;
|
|
@@ -15,11 +17,11 @@ export type Amount = PayloadWithSources<AmountFields, AmountSchema>;
|
|
|
15
17
|
*/
|
|
16
18
|
export declare const isAmount: (x?: unknown | null) => x is Amount;
|
|
17
19
|
export declare const asAmount: import("@xylabs/object").AsTypeFunction<Amount>;
|
|
18
|
-
export declare const asOptionalAmount: (value: import("
|
|
20
|
+
export declare const asOptionalAmount: (value: import("@xylabs/promise").AnyNonPromise) => Amount | undefined;
|
|
19
21
|
/**
|
|
20
22
|
* Identity function for determining if an object is an Amount with sources
|
|
21
23
|
*/
|
|
22
24
|
export declare const isAmountWithSources: (x?: unknown | null) => x is WithSources<Amount>;
|
|
23
25
|
export declare const asAmountWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Amount>>;
|
|
24
|
-
export declare const asOptionalAmountWithSources: (value: import("
|
|
26
|
+
export declare const asOptionalAmountWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<Amount> | undefined;
|
|
25
27
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Amount/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Amount/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAOjF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAEnE,eAAO,MAAM,YAAY;;CAAgD,CAAA;AACzE,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAA;AAE9C,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,uBAAuB,CAAA;CAClC;AAED;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,kBAAkB,CAAC,YAAY,EAAE,YAAY,CAAC,CAAA;AAEnE;;GAEG;AACH,eAAO,MAAM,QAAQ,qCAA8C,CAAA;AACnE,eAAO,MAAM,QAAQ,iDAA2C,CAAA;AAChE,eAAO,MAAM,gBAAgB,wEAAmD,CAAA;AAEhF;;GAEG;AACH,eAAO,MAAM,mBAAmB,kDAAyD,CAAA;AACzF,eAAO,MAAM,mBAAmB,8DAAmE,CAAA;AACnG,eAAO,MAAM,2BAA2B,qFAA2E,CAAA"}
|
|
@@ -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("
|
|
35
|
+
export declare const asOptionalBillingAddress: (value: import("@xylabs/promise").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("
|
|
41
|
+
export declare const asOptionalBillingAddressWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<BillingAddress> | undefined;
|
|
42
42
|
//# sourceMappingURL=Address.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["../../../../src/Billing/Address/Address.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAGtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,oEAAoE;IACpE,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,wEAAwE;IACxE,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAA;AAEhF;;GAEG;AACH,eAAO,MAAM,gBAAgB,6CAA8D,CAAA;AAC3F,eAAO,MAAM,gBAAgB,yDAA2D,CAAA;AACxF,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["../../../../src/Billing/Address/Address.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAGtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,oEAAoE;IACpE,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,wEAAwE;IACxE,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAA;AAEhF;;GAEG;AACH,eAAO,MAAM,gBAAgB,6CAA8D,CAAA;AAC3F,eAAO,MAAM,gBAAgB,yDAA2D,CAAA;AACxF,eAAO,MAAM,wBAAwB,gFAAmE,CAAA;AAExG;;GAEG;AACH,eAAO,MAAM,2BAA2B,0DAAyE,CAAA;AACjH,eAAO,MAAM,2BAA2B,sEAAmF,CAAA;AAC3H,eAAO,MAAM,mCAAmC,6FAA2F,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const BillingAddressSchema
|
|
1
|
+
export declare const BillingAddressSchema: string & {
|
|
2
|
+
readonly __schema: true;
|
|
3
|
+
};
|
|
2
4
|
export type BillingAddressSchema = typeof BillingAddressSchema;
|
|
3
5
|
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../src/Billing/Address/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../src/Billing/Address/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;;CAA6C,CAAA;AAC9E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Billing/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Billing/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;CAA8C,CAAA;AACxE,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAA"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Address } from '@xylabs/hex';
|
|
2
2
|
import type { DivinerConfig } from '@xyo-network/diviner-model';
|
|
3
3
|
import type { ModuleIdentifier } from '@xyo-network/module-model';
|
|
4
|
-
export declare const PaymentDiscountDivinerConfigSchema
|
|
4
|
+
export declare const PaymentDiscountDivinerConfigSchema: "network.xyo.diviner.payments.discount.config" & {
|
|
5
|
+
readonly __schema: true;
|
|
6
|
+
};
|
|
5
7
|
export type PaymentDiscountDivinerConfigSchema = typeof PaymentDiscountDivinerConfigSchema;
|
|
6
8
|
/**
|
|
7
9
|
* The configuration for the Payment Discount Diviner
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Discount/Config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Discount/Config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAGjE,eAAO,MAAM,kCAAkC;;CAAiE,CAAA;AAChH,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA;AAE1F;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,aAAa,CACtD;IACE;;OAEG;IACH,mBAAmB,CAAC,EAAE,gBAAgB,CAAA;IACtC;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,EAAE,CAAA;IAO7B;;OAEG;IACH,sBAAsB,CAAC,EAAE,gBAAgB,CAAA;CAC1C,EACD,kCAAkC,CACnC,CAAA"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Payload, WithSources } from '@xyo-network/payload-model';
|
|
2
2
|
import type { AmountFields } from '../../../../Amount/index.ts';
|
|
3
3
|
import type { CouponFields } from '../types/index.ts';
|
|
4
|
-
export declare const FixedAmountCouponSchema:
|
|
4
|
+
export declare const FixedAmountCouponSchema: string & {
|
|
5
|
+
readonly __schema: true;
|
|
6
|
+
};
|
|
5
7
|
export type FixedAmountCouponSchema = typeof FixedAmountCouponSchema;
|
|
6
8
|
export interface FixedAmountCouponFields extends CouponFields, AmountFields {
|
|
7
9
|
}
|
|
@@ -14,11 +16,11 @@ export type FixedAmountCoupon = Payload<FixedAmountCouponFields, FixedAmountCoup
|
|
|
14
16
|
*/
|
|
15
17
|
export declare const isFixedAmountCoupon: (x?: unknown | null) => x is FixedAmountCoupon;
|
|
16
18
|
export declare const asFixedAmountCoupon: import("@xylabs/object").AsTypeFunction<FixedAmountCoupon>;
|
|
17
|
-
export declare const asOptionalFixedAmountCoupon: (value: import("
|
|
19
|
+
export declare const asOptionalFixedAmountCoupon: (value: import("@xylabs/promise").AnyNonPromise) => FixedAmountCoupon | undefined;
|
|
18
20
|
/**
|
|
19
21
|
* Identity function for determining if an object is an FixedAmountCoupon with sources
|
|
20
22
|
*/
|
|
21
23
|
export declare const isFixedAmountCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedAmountCoupon>>;
|
|
22
24
|
export declare const asFixedAmountCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedAmountCoupon>>;
|
|
23
|
-
export declare const asOptionalFixedAmountCouponWithSources: (value: import("
|
|
25
|
+
export declare const asOptionalFixedAmountCouponWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<FixedAmountCoupon> | undefined;
|
|
24
26
|
//# sourceMappingURL=FixedAmount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FixedAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedAmount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"FixedAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedAmount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAOtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,eAAO,MAAM,uBAAuB;;CAAiD,CAAA;AACrF,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAA;AAEpE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,YAAY;CAAG;AAE9E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,uBAAuB,EAAE,uBAAuB,CAAC,CAAA;AAEzF;;GAEG;AACH,eAAO,MAAM,mBAAmB,gDAAoE,CAAA;AACpG,eAAO,MAAM,mBAAmB,4DAAiE,CAAA;AACjG,eAAO,MAAM,2BAA2B,mFAAyE,CAAA;AAEjH;;EAEE;AACF,eAAO,MAAM,8BAA8B,0EAA4F,CAAA;AACvI,eAAO,MAAM,8BAA8B,yEAAyF,CAAA;AACpI,eAAO,MAAM,sCAAsC,gGAAiG,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Payload, WithSources } from '@xyo-network/payload-model';
|
|
2
2
|
import type { CouponFields } from '../types/index.ts';
|
|
3
|
-
export declare const FixedPercentageCouponSchema:
|
|
3
|
+
export declare const FixedPercentageCouponSchema: string & {
|
|
4
|
+
readonly __schema: true;
|
|
5
|
+
};
|
|
4
6
|
export type FixedPercentageCouponSchema = typeof FixedPercentageCouponSchema;
|
|
5
7
|
export interface FixedPercentageCouponFields extends CouponFields {
|
|
6
8
|
percentage: number;
|
|
@@ -14,11 +16,11 @@ export type FixedPercentageCoupon = Payload<FixedPercentageCouponFields, FixedPe
|
|
|
14
16
|
*/
|
|
15
17
|
export declare const isFixedPercentageCoupon: (x?: unknown | null) => x is FixedPercentageCoupon;
|
|
16
18
|
export declare const asFixedPercentageCoupon: import("@xylabs/object").AsTypeFunction<FixedPercentageCoupon>;
|
|
17
|
-
export declare const asOptionalFixedPercentageCoupon: (value: import("
|
|
19
|
+
export declare const asOptionalFixedPercentageCoupon: (value: import("@xylabs/promise").AnyNonPromise) => FixedPercentageCoupon | undefined;
|
|
18
20
|
/**
|
|
19
21
|
* Identity function for determining if an object is an FixedPercentageCoupon with sources
|
|
20
22
|
*/
|
|
21
23
|
export declare const isFixedPercentageCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPercentageCoupon>>;
|
|
22
24
|
export declare const asFixedPercentageCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedPercentageCoupon>>;
|
|
23
|
-
export declare const asOptionalFixedPercentageCouponWithSources: (value: import("
|
|
25
|
+
export declare const asOptionalFixedPercentageCouponWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<FixedPercentageCoupon> | undefined;
|
|
24
26
|
//# sourceMappingURL=FixedPercentage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FixedPercentage.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedPercentage.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"FixedPercentage.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedPercentage.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAQtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,eAAO,MAAM,2BAA2B;;CAAqD,CAAA;AAC7F,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAA;AAE5E,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC/D,UAAU,EAAE,MAAM,CAAA;CACnB;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,2BAA2B,EAAE,2BAA2B,CAAC,CAAA;AAErG;;GAEG;AACH,eAAO,MAAM,uBAAuB,oDAA4E,CAAA;AAChH,eAAO,MAAM,uBAAuB,gEAAyE,CAAA;AAC7G,eAAO,MAAM,+BAA+B,uFAAiF,CAAA;AAE7H;;EAEE;AACF,eAAO,MAAM,kCAAkC,8EAAoG,CAAA;AACnJ,eAAO,MAAM,kCAAkC,6EAAiG,CAAA;AAChJ,eAAO,MAAM,0CAA0C,oGAAyG,CAAA"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Payload, WithSources } from '@xyo-network/payload-model';
|
|
2
2
|
import type { AmountFields } from '../../../../Amount/index.ts';
|
|
3
3
|
import type { CouponFields } from '../types/index.ts';
|
|
4
|
-
export declare const FixedPriceCouponSchema:
|
|
4
|
+
export declare const FixedPriceCouponSchema: string & {
|
|
5
|
+
readonly __schema: true;
|
|
6
|
+
};
|
|
5
7
|
export type FixedPriceCouponSchema = typeof FixedPriceCouponSchema;
|
|
6
8
|
export interface FixedPriceCouponFields extends CouponFields, AmountFields {
|
|
7
9
|
}
|
|
@@ -14,11 +16,11 @@ export type FixedPriceCoupon = Payload<FixedPriceCouponFields, FixedPriceCouponS
|
|
|
14
16
|
*/
|
|
15
17
|
export declare const isFixedPriceCoupon: (x?: unknown | null) => x is FixedPriceCoupon;
|
|
16
18
|
export declare const asFixedPriceCoupon: import("@xylabs/object").AsTypeFunction<FixedPriceCoupon>;
|
|
17
|
-
export declare const asOptionalFixedPriceCoupon: (value: import("
|
|
19
|
+
export declare const asOptionalFixedPriceCoupon: (value: import("@xylabs/promise").AnyNonPromise) => FixedPriceCoupon | undefined;
|
|
18
20
|
/**
|
|
19
21
|
* Identity function for determining if an object is an FixedPriceCoupon with sources
|
|
20
22
|
*/
|
|
21
23
|
export declare const isFixedPriceCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPriceCoupon>>;
|
|
22
24
|
export declare const asFixedPriceCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedPriceCoupon>>;
|
|
23
|
-
export declare const asOptionalFixedPriceCouponWithSources: (value: import("
|
|
25
|
+
export declare const asOptionalFixedPriceCouponWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<FixedPriceCoupon> | undefined;
|
|
24
26
|
//# sourceMappingURL=FixedPrice.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FixedPrice.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedPrice.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"FixedPrice.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedPrice.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAOtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,eAAO,MAAM,sBAAsB;;CAAgD,CAAA;AACnF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAA;AAElE,MAAM,WAAW,sBAAuB,SAAQ,YAAY,EAAE,YAAY;CAAI;AAE9E;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,sBAAsB,EAAE,sBAAsB,CAAC,CAAA;AAEtF;;GAEG;AACH,eAAO,MAAM,kBAAkB,+CAAkE,CAAA;AACjG,eAAO,MAAM,kBAAkB,2DAA+D,CAAA;AAC9F,eAAO,MAAM,0BAA0B,kFAAuE,CAAA;AAE9G;;EAEE;AACF,eAAO,MAAM,6BAA6B,yEAA0F,CAAA;AACpI,eAAO,MAAM,6BAA6B,wEAAuF,CAAA;AACjI,eAAO,MAAM,qCAAqC,+FAA+F,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../../src/Discount/Payload/Coupon/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../../src/Discount/Payload/Coupon/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;CAAgD,CAAA;AACzE,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Payload, WithSources } from '@xyo-network/payload-model';
|
|
2
2
|
import type { AmountFields } from '../../Amount/index.ts';
|
|
3
|
-
export declare const DiscountSchema: "network.xyo.payments.discount"
|
|
3
|
+
export declare const DiscountSchema: "network.xyo.payments.discount" & {
|
|
4
|
+
readonly __schema: true;
|
|
5
|
+
};
|
|
4
6
|
export type DiscountSchema = typeof DiscountSchema;
|
|
5
7
|
export interface DiscountFields extends AmountFields {
|
|
6
8
|
}
|
|
@@ -13,11 +15,11 @@ export type Discount = Payload<DiscountFields, DiscountSchema>;
|
|
|
13
15
|
*/
|
|
14
16
|
export declare const isDiscount: (x?: unknown | null) => x is Discount;
|
|
15
17
|
export declare const asDiscount: import("@xylabs/object").AsTypeFunction<Discount>;
|
|
16
|
-
export declare const asOptionalDiscount: (value: import("
|
|
18
|
+
export declare const asOptionalDiscount: (value: import("@xylabs/promise").AnyNonPromise) => Discount | undefined;
|
|
17
19
|
/**
|
|
18
20
|
* Identity function for determining if an object is an Discount with sources
|
|
19
21
|
*/
|
|
20
22
|
export declare const isDiscountWithSources: (x?: unknown | null) => x is WithSources<Discount>;
|
|
21
23
|
export declare const asDiscountWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Discount>>;
|
|
22
|
-
export declare const asOptionalDiscountWithSources: (value: import("
|
|
24
|
+
export declare const asOptionalDiscountWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<Discount> | undefined;
|
|
23
25
|
//# sourceMappingURL=Discount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Discount.d.ts","sourceRoot":"","sources":["../../../../src/Discount/Payload/Discount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"Discount.d.ts","sourceRoot":"","sources":["../../../../src/Discount/Payload/Discount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAOtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,eAAO,MAAM,cAAc;;CAAkD,CAAA;AAC7E,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAA;AAElD,MAAM,WAAW,cAAe,SAAQ,YAAY;CAAI;AAExD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,cAAc,EAAE,cAAc,CAAC,CAAA;AAE9D;;GAEG;AACH,eAAO,MAAM,UAAU,uCAAkD,CAAA;AACzE,eAAO,MAAM,UAAU,mDAA+C,CAAA;AACtE,eAAO,MAAM,kBAAkB,0EAAuD,CAAA;AAEtF;;GAEG;AACH,eAAO,MAAM,qBAAqB,oDAA6D,CAAA;AAC/F,eAAO,MAAM,qBAAqB,gEAAuE,CAAA;AACzG,eAAO,MAAM,6BAA6B,uFAA+E,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Hash } from '@xylabs/hex';
|
|
2
2
|
import type { PayloadWithSources, WithSources } from '@xyo-network/payload-model';
|
|
3
|
-
export declare const EscrowOutcomeSchema:
|
|
3
|
+
export declare const EscrowOutcomeSchema: string & {
|
|
4
|
+
readonly __schema: true;
|
|
5
|
+
};
|
|
4
6
|
export type EscrowOutcomeSchema = typeof EscrowOutcomeSchema;
|
|
5
7
|
/**
|
|
6
8
|
* The possible outcomes for an escrow
|
|
@@ -19,11 +21,11 @@ export type EscrowOutcome = PayloadWithSources<EscrowOutcomeFields, EscrowOutcom
|
|
|
19
21
|
*/
|
|
20
22
|
export declare const isEscrowOutcome: (x?: unknown | null) => x is EscrowOutcome;
|
|
21
23
|
export declare const asEscrowOutcome: import("@xylabs/object").AsTypeFunction<EscrowOutcome>;
|
|
22
|
-
export declare const asOptionalEscrowOutcome: (value: import("
|
|
24
|
+
export declare const asOptionalEscrowOutcome: (value: import("@xylabs/promise").AnyNonPromise) => EscrowOutcome | undefined;
|
|
23
25
|
/**
|
|
24
26
|
* Identity function for determining if an object is an EscrowOutcome with sources
|
|
25
27
|
*/
|
|
26
28
|
export declare const isEscrowOutcomeWithSources: (x?: unknown | null) => x is WithSources<EscrowOutcome>;
|
|
27
|
-
export declare const asEscrowOutcomeWithSources: (value: import("
|
|
28
|
-
export declare const asOptionalEscrowOutcomeWithSources: (value: import("
|
|
29
|
+
export declare const asEscrowOutcomeWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
|
|
30
|
+
export declare const asOptionalEscrowOutcomeWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
|
|
29
31
|
//# sourceMappingURL=Outcome.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Outcome.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Outcome.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"Outcome.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Outcome.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AASjF,eAAO,MAAM,mBAAmB;;CAA4C,CAAA;AAC5E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAA;AAE5D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG,SAAS,CAAA;AAEpD,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,cAAc,CAAA;IACvB,KAAK,EAAE,IAAI,CAAA;CACZ;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,kBAAkB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,CAAA;AAExF;;GAEG;AACH,eAAO,MAAM,eAAe,4CAA4D,CAAA;AACxF,eAAO,MAAM,eAAe,wDAAyD,CAAA;AACrF,eAAO,MAAM,uBAAuB,+EAAiE,CAAA;AAErG;;GAEG;AACH,eAAO,MAAM,0BAA0B,yDAAuE,CAAA;AAC9G,eAAO,MAAM,0BAA0B,4FAAyF,CAAA;AAChI,eAAO,MAAM,kCAAkC,4FAAyF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;CAAuC,CAAA;AAChE,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Address, Hash } from '@xylabs/hex';
|
|
2
2
|
import type { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
export declare const EscrowTermsSchema:
|
|
3
|
+
export declare const EscrowTermsSchema: string & {
|
|
4
|
+
readonly __schema: true;
|
|
5
|
+
};
|
|
4
6
|
export type EscrowTermsSchema = typeof EscrowTermsSchema;
|
|
5
7
|
export interface EscrowTermsFields {
|
|
6
8
|
/**
|
|
@@ -61,11 +63,11 @@ export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>
|
|
|
61
63
|
*/
|
|
62
64
|
export declare const isEscrowTerms: (x?: unknown | null) => x is EscrowTerms;
|
|
63
65
|
export declare const asEscrowTerms: import("@xylabs/object").AsTypeFunction<EscrowTerms>;
|
|
64
|
-
export declare const asOptionalEscrowTerms: (value: import("
|
|
66
|
+
export declare const asOptionalEscrowTerms: (value: import("@xylabs/promise").AnyNonPromise) => EscrowTerms | undefined;
|
|
65
67
|
/**
|
|
66
68
|
* Identity function for determining if an object is an EscrowTerms with sources
|
|
67
69
|
*/
|
|
68
70
|
export declare const isEscrowTermsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<EscrowTerms>;
|
|
69
71
|
export declare const asEscrowTermsWithSources: import("@xylabs/object").AsTypeFunction<EscrowTerms>;
|
|
70
|
-
export declare const asOptionalEscrowTermsWithSources: (value: import("
|
|
72
|
+
export declare const asOptionalEscrowTermsWithSources: (value: import("@xylabs/promise").AnyNonPromise) => EscrowTerms | undefined;
|
|
71
73
|
//# sourceMappingURL=Terms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Terms.d.ts","sourceRoot":"","sources":["../../../../src/Escrow/Terms/Terms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEhD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"Terms.d.ts","sourceRoot":"","sources":["../../../../src/Escrow/Terms/Terms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEhD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAOzD,eAAO,MAAM,iBAAiB;;CAA0C,CAAA;AACxE,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA;AAGxD,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,oBAAoB,EAAE,OAAO,EAAE,CAAA;IAC/B;;OAEG;IACH,UAAU,EAAE,IAAI,EAAE,CAAA;IAClB;;OAEG;IACH,MAAM,EAAE,IAAI,EAAE,CAAA;IACd;;OAEG;IACH,KAAK,EAAE,OAAO,EAAE,CAAA;IAChB;;OAEG;IACH,WAAW,EAAE,IAAI,CAAA;IACjB;;OAEG;IACH,SAAS,EAAE,IAAI,EAAE,CAAA;IACjB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,kBAAkB,EAAE,OAAO,EAAE,CAAA;IAC7B;;OAEG;IACH,MAAM,EAAE,OAAO,EAAE,CAAA;IACjB;;OAEG;IACH,YAAY,EAAE,IAAI,CAAA;CACnB;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,CAAA;AAEhF;;GAEG;AACH,eAAO,MAAM,aAAa,0CAAwD,CAAA;AAClF,eAAO,MAAM,aAAa,sDAAqD,CAAA;AAC/E,eAAO,MAAM,qBAAqB,6EAA6D,CAAA;AAE/F;;GAEG;AACH,eAAO,MAAM,wBAAwB,4FAAmE,CAAA;AACxG,eAAO,MAAM,wBAAwB,sDAAgE,CAAA;AACrG,eAAO,MAAM,gCAAgC,6EAAwE,CAAA"}
|
|
@@ -9,13 +9,23 @@ import type { EscrowTerms } from '../../Terms/index.ts';
|
|
|
9
9
|
* @returns The escrow intent
|
|
10
10
|
*/
|
|
11
11
|
export declare const createEscrowIntentWithSecret: (terms: EscrowTerms, secret: Id, account: AccountInstance) => Promise<[import("@xyo-network/boundwitness-model").Signed<{
|
|
12
|
-
schema: "network.xyo.boundwitness"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
schema: "network.xyo.boundwitness" & {
|
|
13
|
+
readonly __schema: true;
|
|
14
|
+
};
|
|
15
|
+
addresses: (Lowercase<string> & {
|
|
16
|
+
readonly __hex: true;
|
|
17
|
+
} & {
|
|
18
|
+
readonly __address: true;
|
|
19
|
+
})[];
|
|
20
|
+
payload_hashes: import("@xylabs/hex").BrandedHash[];
|
|
21
|
+
payload_schemas: import("@xyo-network/payload-model").BrandedSchema<string>[];
|
|
22
|
+
previous_hashes: (import("@xylabs/hex").BrandedHash | null)[];
|
|
23
|
+
$signatures: (import("@xylabs/hex").BrandedHex | null)[];
|
|
24
|
+
$destination?: (Lowercase<string> & {
|
|
25
|
+
readonly __hex: true;
|
|
26
|
+
} & {
|
|
27
|
+
readonly __address: true;
|
|
28
|
+
}) | undefined;
|
|
29
|
+
$sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
|
|
20
30
|
}>, import("@xyo-network/payload-model").Payload[], import("@xyo-network/payload-model").ModuleError[]]>;
|
|
21
31
|
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAEjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAA;AAExD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAEvD;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,GAAU,OAAO,WAAW,EAAE,QAAQ,EAAE,EAAE,SAAS,eAAe
|
|
1
|
+
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAEjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAA;AAExD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAEvD;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,GAAU,OAAO,WAAW,EAAE,QAAQ,EAAE,EAAE,SAAS,eAAe;;;;;;;;;;;;;;;;;;;wGAG1G,CAAA"}
|
|
@@ -11,13 +11,23 @@ import type { EscrowParty, EscrowTerms } from '../../Terms/index.ts';
|
|
|
11
11
|
* @returns The escrow intent
|
|
12
12
|
*/
|
|
13
13
|
export declare const updateEscrowTermsWithSecret: (terms: EscrowTerms, escrowParty: EscrowParty, account: AccountInstance | AccountInstance[], secret?: Id) => Promise<[import("@xyo-network/boundwitness-model").Signed<{
|
|
14
|
-
schema: "network.xyo.boundwitness"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
14
|
+
schema: "network.xyo.boundwitness" & {
|
|
15
|
+
readonly __schema: true;
|
|
16
|
+
};
|
|
17
|
+
addresses: (Lowercase<string> & {
|
|
18
|
+
readonly __hex: true;
|
|
19
|
+
} & {
|
|
20
|
+
readonly __address: true;
|
|
21
|
+
})[];
|
|
22
|
+
payload_hashes: import("@xylabs/hex").BrandedHash[];
|
|
23
|
+
payload_schemas: import("@xyo-network/payload-model").BrandedSchema<string>[];
|
|
24
|
+
previous_hashes: (import("@xylabs/hex").BrandedHash | null)[];
|
|
25
|
+
$signatures: (import("@xylabs/hex").BrandedHex | null)[];
|
|
26
|
+
$destination?: (Lowercase<string> & {
|
|
27
|
+
readonly __hex: true;
|
|
28
|
+
} & {
|
|
29
|
+
readonly __address: true;
|
|
30
|
+
}) | undefined;
|
|
31
|
+
$sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
|
|
22
32
|
}>, import("@xyo-network/payload-model").Payload[], import("@xyo-network/payload-model").ModuleError[]]>;
|
|
23
33
|
//# sourceMappingURL=updateEscrowTermsWithSecret.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateEscrowTermsWithSecret.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/updateEscrowTermsWithSecret.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAEjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAA;AAGxD,OAAO,KAAK,EACV,WAAW,EAAqB,WAAW,EAC5C,MAAM,sBAAsB,CAAA;AAG7B;;;;;;;;GAQG;AACH,eAAO,MAAM,2BAA2B,GACtC,OAAO,WAAW,EAClB,aAAa,WAAW,EACxB,SAAS,eAAe,GAAG,eAAe,EAAE,EAC5C,SAAS,EAAE
|
|
1
|
+
{"version":3,"file":"updateEscrowTermsWithSecret.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/updateEscrowTermsWithSecret.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAEjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAA;AAGxD,OAAO,KAAK,EACV,WAAW,EAAqB,WAAW,EAC5C,MAAM,sBAAsB,CAAA;AAG7B;;;;;;;;GAQG;AACH,eAAO,MAAM,2BAA2B,GACtC,OAAO,WAAW,EAClB,aAAa,WAAW,EACxB,SAAS,eAAe,GAAG,eAAe,EAAE,EAC5C,SAAS,EAAE;;;;;;;;;;;;;;;;;;;wGAaZ,CAAA"}
|
|
@@ -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("
|
|
37
|
+
export declare const asOptionalPaymentCard: (value: import("@xylabs/promise").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("
|
|
43
|
+
export declare const asOptionalPaymentCardWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<PaymentCard> | undefined;
|
|
44
44
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../../../src/Payment/Instrument/Card/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAGtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAA;AAEvE;;GAEG;AACH,eAAO,MAAM,aAAa,0CAAwD,CAAA;AAClF,eAAO,MAAM,aAAa,sDAAqD,CAAA;AAC/E,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../../../src/Payment/Instrument/Card/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAGtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAA;AAEvE;;GAEG;AACH,eAAO,MAAM,aAAa,0CAAwD,CAAA;AAClF,eAAO,MAAM,aAAa,sDAAqD,CAAA;AAC/E,eAAO,MAAM,qBAAqB,6EAA6D,CAAA;AAE/F;;GAEG;AACH,eAAO,MAAM,wBAAwB,uDAAmE,CAAA;AACxG,eAAO,MAAM,wBAAwB,mEAA6E,CAAA;AAClH,eAAO,MAAM,gCAAgC,0FAAqF,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const PaymentCardSchema
|
|
1
|
+
export declare const PaymentCardSchema: string & {
|
|
2
|
+
readonly __schema: true;
|
|
3
|
+
};
|
|
2
4
|
export type PaymentCardSchema = typeof PaymentCardSchema;
|
|
3
5
|
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../../src/Payment/Instrument/Card/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../../src/Payment/Instrument/Card/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB;;CAAoD,CAAA;AAClF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const PaymentInstrumentSchema
|
|
1
|
+
export declare const PaymentInstrumentSchema: string & {
|
|
2
|
+
readonly __schema: true;
|
|
3
|
+
};
|
|
2
4
|
export type PaymentInstrumentSchema = typeof PaymentInstrumentSchema;
|
|
3
5
|
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../src/Payment/Instrument/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../src/Payment/Instrument/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB;;CAAgD,CAAA;AACpF,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAA"}
|
|
@@ -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("
|
|
23
|
+
export declare const asOptionalPayment: (value: import("@xylabs/promise").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("
|
|
29
|
+
export declare const asOptionalPaymentWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<Payment> | undefined;
|
|
30
30
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Payment/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,QAAQ,EAAE,iBAAiB,CAAA;CAC5B;AAED;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,kBAAkB,CAAC,aAAa,EAAE,aAAa,CAAC,CAAA;AAEtE;;GAEG;AACH,eAAO,MAAM,SAAS,sCAAgD,CAAA;AACtE,eAAO,MAAM,SAAS,kDAA6C,CAAA;AACnE,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Payment/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,QAAQ,EAAE,iBAAiB,CAAA;CAC5B;AAED;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,kBAAkB,CAAC,aAAa,EAAE,aAAa,CAAC,CAAA;AAEtE;;GAEG;AACH,eAAO,MAAM,SAAS,sCAAgD,CAAA;AACtE,eAAO,MAAM,SAAS,kDAA6C,CAAA;AACnE,eAAO,MAAM,iBAAiB,yEAAqD,CAAA;AAEnF;;GAEG;AACH,eAAO,MAAM,oBAAoB,mDAA2D,CAAA;AAC5F,eAAO,MAAM,oBAAoB,+DAAqE,CAAA;AACtG,eAAO,MAAM,4BAA4B,sFAA6E,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Payment/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Payment/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;CAA8C,CAAA;AACxE,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAA"}
|
|
@@ -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("
|
|
22
|
+
export declare const asOptionalPaymentStatus: (value: import("@xylabs/promise").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("
|
|
28
|
+
export declare const asOptionalPaymentStatusWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<PaymentStatus> | undefined;
|
|
29
29
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../../src/Payment/Status/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAEjD,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,kBAAkB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,CAAA;AAExF;;GAEG;AACH,eAAO,MAAM,eAAe,4CAA4D,CAAA;AACxF,eAAO,MAAM,eAAe,wDAAyD,CAAA;AACrF,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../../src/Payment/Status/Payload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAEjD,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,kBAAkB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,CAAA;AAExF;;GAEG;AACH,eAAO,MAAM,eAAe,4CAA4D,CAAA;AACxF,eAAO,MAAM,eAAe,wDAAyD,CAAA;AACrF,eAAO,MAAM,uBAAuB,+EAAiE,CAAA;AAErG;;GAEG;AACH,eAAO,MAAM,0BAA0B,yDAAuE,CAAA;AAC9G,eAAO,MAAM,0BAA0B,qEAAiF,CAAA;AACxH,eAAO,MAAM,kCAAkC,4FAAyF,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const PaymentStatusSchema
|
|
1
|
+
export declare const PaymentStatusSchema: string & {
|
|
2
|
+
readonly __schema: true;
|
|
3
|
+
};
|
|
2
4
|
export type PaymentStatusSchema = typeof PaymentStatusSchema;
|
|
3
5
|
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../src/Payment/Status/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../src/Payment/Status/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB;;CAA4C,CAAA;AAC5E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAA"}
|
|
@@ -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("
|
|
24
|
+
export declare const asOptionalPurchase: (value: import("@xylabs/promise").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("
|
|
30
|
+
export declare const asOptionalPurchaseWithSources: (value: import("@xylabs/promise").AnyNonPromise) => WithSources<Purchase> | undefined;
|
|
31
31
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Purchase/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMjF,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAE5C,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,MAAM,EAAE,IAAI,EAAE,CAAA;IACd;;;OAGG;IACH,QAAQ,EAAE,IAAI,EAAE,CAAA;CACjB;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,kBAAkB,CAAC,cAAc,EAAE,cAAc,CAAC,CAAA;AAEzE;;GAEG;AACH,eAAO,MAAM,UAAU,uCAAkD,CAAA;AACzE,eAAO,MAAM,UAAU,mDAA+C,CAAA;AACtE,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Purchase/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMjF,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAE5C,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,MAAM,EAAE,IAAI,EAAE,CAAA;IACd;;;OAGG;IACH,QAAQ,EAAE,IAAI,EAAE,CAAA;CACjB;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,kBAAkB,CAAC,cAAc,EAAE,cAAc,CAAC,CAAA;AAEzE;;GAEG;AACH,eAAO,MAAM,UAAU,uCAAkD,CAAA;AACzE,eAAO,MAAM,UAAU,mDAA+C,CAAA;AACtE,eAAO,MAAM,kBAAkB,0EAAuD,CAAA;AAEtF;;GAEG;AACH,eAAO,MAAM,qBAAqB,oDAA6D,CAAA;AAC/F,eAAO,MAAM,qBAAqB,gEAAuE,CAAA;AACzG,eAAO,MAAM,6BAA6B,uFAA+E,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Purchase/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Purchase/Schema.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc;;CAA+C,CAAA;AAC1E,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAA"}
|