@t2000/sdk 10.29.1 → 10.30.0
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/browser.cjs +13 -5
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +1 -1
- package/dist/browser.d.ts +1 -1
- package/dist/browser.js +13 -6
- package/dist/browser.js.map +1 -1
- package/dist/{commerce-B6_F6JYi.d.cts → commerce-D5P8lZWN.d.cts} +8 -2
- package/dist/{commerce-B6_F6JYi.d.ts → commerce-D5P8lZWN.d.ts} +8 -2
- package/dist/index.cjs +25 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -11
- package/dist/index.d.ts +21 -11
- package/dist/index.js +23 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1493,8 +1493,14 @@ declare const A2A_ESCROW_PACKAGE_ID: string;
|
|
|
1493
1493
|
declare const A2A_ESCROW_FEE_CONFIG_ID: string;
|
|
1494
1494
|
/** v1 job-value cap in USDC — same instinct as the catalog price cap: the
|
|
1495
1495
|
* no-arbitration reject-split is only fair at sizes where neither side is
|
|
1496
|
-
* incentivized to game it (SPEC_A2A_ESCROW §2).
|
|
1496
|
+
* incentivized to game it (SPEC_A2A_ESCROW §2). On-chain since the S.981
|
|
1497
|
+
* v4 upgrade (`MAX_JOB_AMOUNT_DEFAULT`, AdminCap-tunable ≤ 100 USDC). */
|
|
1497
1498
|
declare const MAX_JOB_USDC = 50;
|
|
1499
|
+
/** Job-value floor in USDC (S.981 product lock, founder 2026-08-09) —
|
|
1500
|
+
* on-chain as `MIN_JOB_AMOUNT_DEFAULT` (AdminCap-tunable, hard floor 0.01).
|
|
1501
|
+
* This mirror is the preflight's human error; the chain is the SSOT — an
|
|
1502
|
+
* admin move between releases surfaces as the on-chain abort instead. */
|
|
1503
|
+
declare const MIN_JOB_USDC = 0.05;
|
|
1498
1504
|
/** Contract-enforced create bounds (mirror `escrow.move` — the caps that
|
|
1499
1505
|
* close the v1 unbounded-window overflow lock). */
|
|
1500
1506
|
declare const MAX_REVIEW_WINDOW_MS = 2592000000;
|
|
@@ -1643,4 +1649,4 @@ declare function putJobSpec(base: string, content: string): Promise<string>;
|
|
|
1643
1649
|
* the store is untrusted; the chain hash is the authority). */
|
|
1644
1650
|
declare function getJobSpec(base: string, hash: string): Promise<string>;
|
|
1645
1651
|
|
|
1646
|
-
export {
|
|
1652
|
+
export { T2000Error as $, A2A_ESCROW_FEE_CONFIG_ID as A, type BalanceResponse as B, CLOCK_ID as C, DEFAULT_ACTIVITY_REPORT_URL as D, ETH_TYPE as E, SUI_DECIMALS as F, GAS_RESERVE_MIN as G, SUI_TYPE as H, IKA_TYPE as I, JOB_STATES as J, KNOWN_TARGETS as K, LABEL_PATTERNS as L, MANIFEST_TYPE as M, NAVX_TYPE as N, OVERLAY_FEE_RATE as O, PREFLIGHT_MAX_AMOUNT as P, SUPPORTED_ASSETS as Q, type SendAssetClass as R, STABLE_ASSETS as S, type SendResult as T, type ServiceListing as U, type SimulationResult as V, type StableAsset as W, type SuiHolding as X, type SuiRpcTxBlock as Y, type SupportedAsset as Z, type SwapRouteResult as _, A2A_ESCROW_PACKAGE_ID as a, reportX402Activity as a$, type T2000ErrorCode as a0, type T2000ErrorData as a1, T2000_OVERLAY_FEE_WALLET as a2, TOKEN_MAP as a3, type TransactionLeg as a4, type TransactionRecord as a5, type TransactionSigner as a6, type TxDirection as a7, USDC_DECIMALS as a8, USDC_TYPE as a9, fallbackLabel as aA, fetchService as aB, findSwapRoute as aC, formatAssetAmount as aD, formatSui as aE, formatUsd as aF, getDecimals as aG, getDecimalsForCoinType as aH, getJob as aI, getJobSpec as aJ, invalidSendAssetMessage as aK, jobActionsFor as aL, listServices as aM, mapMoveAbortCode as aN, mapWalletError as aO, mistToSui as aP, parseSuiRpcTx as aQ, payWithX402 as aR, preflightCreateJob as aS, preflightFail as aT, preflightPay as aU, preflightSend as aV, preflightSwap as aW, putJobSpec as aX, rawToStable as aY, rawToUsdc as aZ, refineLendingLabel as a_, USDE_TYPE as aa, USDSUI_TYPE as ab, USDT_TYPE as ac, WAL_TYPE as ad, WBTC_TYPE as ae, type X402ActivityPayload as af, type ZkLoginProof as ag, ZkLoginSigner as ah, buildCreateJobTx as ai, buildDeliverJobTx as aj, buildRefundJobTx as ak, buildRejectJobTx as al, buildReleaseJobTx as am, buildSendTx as an, buildSwapTx as ao, checkPositiveAmount as ap, checkSuiAddress as aq, classifyAction as ar, classifyLabel as as, classifySendAsset as at, classifyTransaction as au, executeTx as av, extractAllUserLegs as aw, extractTransferDetails as ax, extractTxCommands as ay, extractTxSender as az, type ActivityReportConfig as b, resolveSymbol as b0, resolveTokenType as b1, stableToRaw as b2, suiToMist as b3, truncateAddress as b4, usdcToRaw as b5, validateAddress as b6, verifyJobForSeller as b7, type T2000Options as b8, type X402Probe as b9, getCoinMeta as bA, getSuiClient as bB, getSuiGrpcClient as bC, isAllowedAsset as bD, isCetusRouteFresh as bE, isInRegistry as bF, normalizeAsset as bG, normalizeCoinType as bH, probeX402 as bI, queryHistory as bJ, queryTransaction as bK, selectAndSplitCoin as bL, selectSuiCoin as bM, serializeCetusRoute as bN, simulateTransaction as bO, throwIfSimulationFailed as bP, verifyCetusRouteCoinMatch as bQ, type SerializedCetusRoute as ba, type SwapResult as bb, type SwapQuoteResult as bc, type PaymentRequest as bd, type SuiCoreClient as be, type SponsoredCoinMergeCache as bf, type SendableAsset as bg, CETUS_USDC_SUI_POOL as bh, type CoinPage as bi, DEFAULT_GRPC_URL as bj, GASLESS_MIN_STABLE_AMOUNT as bk, GASLESS_STABLE_TYPES as bl, MAINNET_A2A_ESCROW_PACKAGE_ID as bm, OPERATION_ASSETS as bn, type Operation as bo, SENDABLE_ASSETS as bp, type SelectAndSplitResult as bq, type SerializedCetusRoutePath as br, type SerializedRouterDataV3 as bs, addSendToTx as bt, addSwapToTx as bu, assertAllowedAsset as bv, assertBuyerRequirements as bw, buildDeclineJobTx as bx, deserializeCetusRoute as by, fetchAllCoins as bz, COIN_REGISTRY as c, type ClassifyBalanceChange as d, type ClassifyResult as e, type CoinMeta as f, DEFAULT_COMMERCE_API_BASE as g, DEFAULT_NETWORK as h, type DepositInfo as i, type ExtractedTransfer as j, type Job as k, type JobState as l, type JobTerms as m, type JobVerification as n, KeypairSigner as o, LOFI_TYPE as p, MAX_DELIVER_HORIZON_MS as q, MAX_JOB_USDC as r, MAX_REVIEW_WINDOW_MS as s, MIN_JOB_USDC as t, MIST_PER_SUI as u, type OverlayFeeConfig as v, PREFLIGHT_OK as w, type PayOptions as x, type PayResult as y, type PreflightResult as z };
|
|
@@ -1493,8 +1493,14 @@ declare const A2A_ESCROW_PACKAGE_ID: string;
|
|
|
1493
1493
|
declare const A2A_ESCROW_FEE_CONFIG_ID: string;
|
|
1494
1494
|
/** v1 job-value cap in USDC — same instinct as the catalog price cap: the
|
|
1495
1495
|
* no-arbitration reject-split is only fair at sizes where neither side is
|
|
1496
|
-
* incentivized to game it (SPEC_A2A_ESCROW §2).
|
|
1496
|
+
* incentivized to game it (SPEC_A2A_ESCROW §2). On-chain since the S.981
|
|
1497
|
+
* v4 upgrade (`MAX_JOB_AMOUNT_DEFAULT`, AdminCap-tunable ≤ 100 USDC). */
|
|
1497
1498
|
declare const MAX_JOB_USDC = 50;
|
|
1499
|
+
/** Job-value floor in USDC (S.981 product lock, founder 2026-08-09) —
|
|
1500
|
+
* on-chain as `MIN_JOB_AMOUNT_DEFAULT` (AdminCap-tunable, hard floor 0.01).
|
|
1501
|
+
* This mirror is the preflight's human error; the chain is the SSOT — an
|
|
1502
|
+
* admin move between releases surfaces as the on-chain abort instead. */
|
|
1503
|
+
declare const MIN_JOB_USDC = 0.05;
|
|
1498
1504
|
/** Contract-enforced create bounds (mirror `escrow.move` — the caps that
|
|
1499
1505
|
* close the v1 unbounded-window overflow lock). */
|
|
1500
1506
|
declare const MAX_REVIEW_WINDOW_MS = 2592000000;
|
|
@@ -1643,4 +1649,4 @@ declare function putJobSpec(base: string, content: string): Promise<string>;
|
|
|
1643
1649
|
* the store is untrusted; the chain hash is the authority). */
|
|
1644
1650
|
declare function getJobSpec(base: string, hash: string): Promise<string>;
|
|
1645
1651
|
|
|
1646
|
-
export {
|
|
1652
|
+
export { T2000Error as $, A2A_ESCROW_FEE_CONFIG_ID as A, type BalanceResponse as B, CLOCK_ID as C, DEFAULT_ACTIVITY_REPORT_URL as D, ETH_TYPE as E, SUI_DECIMALS as F, GAS_RESERVE_MIN as G, SUI_TYPE as H, IKA_TYPE as I, JOB_STATES as J, KNOWN_TARGETS as K, LABEL_PATTERNS as L, MANIFEST_TYPE as M, NAVX_TYPE as N, OVERLAY_FEE_RATE as O, PREFLIGHT_MAX_AMOUNT as P, SUPPORTED_ASSETS as Q, type SendAssetClass as R, STABLE_ASSETS as S, type SendResult as T, type ServiceListing as U, type SimulationResult as V, type StableAsset as W, type SuiHolding as X, type SuiRpcTxBlock as Y, type SupportedAsset as Z, type SwapRouteResult as _, A2A_ESCROW_PACKAGE_ID as a, reportX402Activity as a$, type T2000ErrorCode as a0, type T2000ErrorData as a1, T2000_OVERLAY_FEE_WALLET as a2, TOKEN_MAP as a3, type TransactionLeg as a4, type TransactionRecord as a5, type TransactionSigner as a6, type TxDirection as a7, USDC_DECIMALS as a8, USDC_TYPE as a9, fallbackLabel as aA, fetchService as aB, findSwapRoute as aC, formatAssetAmount as aD, formatSui as aE, formatUsd as aF, getDecimals as aG, getDecimalsForCoinType as aH, getJob as aI, getJobSpec as aJ, invalidSendAssetMessage as aK, jobActionsFor as aL, listServices as aM, mapMoveAbortCode as aN, mapWalletError as aO, mistToSui as aP, parseSuiRpcTx as aQ, payWithX402 as aR, preflightCreateJob as aS, preflightFail as aT, preflightPay as aU, preflightSend as aV, preflightSwap as aW, putJobSpec as aX, rawToStable as aY, rawToUsdc as aZ, refineLendingLabel as a_, USDE_TYPE as aa, USDSUI_TYPE as ab, USDT_TYPE as ac, WAL_TYPE as ad, WBTC_TYPE as ae, type X402ActivityPayload as af, type ZkLoginProof as ag, ZkLoginSigner as ah, buildCreateJobTx as ai, buildDeliverJobTx as aj, buildRefundJobTx as ak, buildRejectJobTx as al, buildReleaseJobTx as am, buildSendTx as an, buildSwapTx as ao, checkPositiveAmount as ap, checkSuiAddress as aq, classifyAction as ar, classifyLabel as as, classifySendAsset as at, classifyTransaction as au, executeTx as av, extractAllUserLegs as aw, extractTransferDetails as ax, extractTxCommands as ay, extractTxSender as az, type ActivityReportConfig as b, resolveSymbol as b0, resolveTokenType as b1, stableToRaw as b2, suiToMist as b3, truncateAddress as b4, usdcToRaw as b5, validateAddress as b6, verifyJobForSeller as b7, type T2000Options as b8, type X402Probe as b9, getCoinMeta as bA, getSuiClient as bB, getSuiGrpcClient as bC, isAllowedAsset as bD, isCetusRouteFresh as bE, isInRegistry as bF, normalizeAsset as bG, normalizeCoinType as bH, probeX402 as bI, queryHistory as bJ, queryTransaction as bK, selectAndSplitCoin as bL, selectSuiCoin as bM, serializeCetusRoute as bN, simulateTransaction as bO, throwIfSimulationFailed as bP, verifyCetusRouteCoinMatch as bQ, type SerializedCetusRoute as ba, type SwapResult as bb, type SwapQuoteResult as bc, type PaymentRequest as bd, type SuiCoreClient as be, type SponsoredCoinMergeCache as bf, type SendableAsset as bg, CETUS_USDC_SUI_POOL as bh, type CoinPage as bi, DEFAULT_GRPC_URL as bj, GASLESS_MIN_STABLE_AMOUNT as bk, GASLESS_STABLE_TYPES as bl, MAINNET_A2A_ESCROW_PACKAGE_ID as bm, OPERATION_ASSETS as bn, type Operation as bo, SENDABLE_ASSETS as bp, type SelectAndSplitResult as bq, type SerializedCetusRoutePath as br, type SerializedRouterDataV3 as bs, addSendToTx as bt, addSwapToTx as bu, assertAllowedAsset as bv, assertBuyerRequirements as bw, buildDeclineJobTx as bx, deserializeCetusRoute as by, fetchAllCoins as bz, COIN_REGISTRY as c, type ClassifyBalanceChange as d, type ClassifyResult as e, type CoinMeta as f, DEFAULT_COMMERCE_API_BASE as g, DEFAULT_NETWORK as h, type DepositInfo as i, type ExtractedTransfer as j, type Job as k, type JobState as l, type JobTerms as m, type JobVerification as n, KeypairSigner as o, LOFI_TYPE as p, MAX_DELIVER_HORIZON_MS as q, MAX_JOB_USDC as r, MAX_REVIEW_WINDOW_MS as s, MIN_JOB_USDC as t, MIST_PER_SUI as u, type OverlayFeeConfig as v, PREFLIGHT_OK as w, type PayOptions as x, type PayResult as y, type PreflightResult as z };
|
package/dist/index.cjs
CHANGED
|
@@ -3327,8 +3327,10 @@ init_coinSelection();
|
|
|
3327
3327
|
init_errors();
|
|
3328
3328
|
init_token_registry();
|
|
3329
3329
|
init_coinSelection();
|
|
3330
|
-
var
|
|
3331
|
-
var
|
|
3330
|
+
var MAINNET_A2A_ESCROW_LATEST_PACKAGE_ID = "0x83f02c59575b7daa4576eeccc22542f8a5679520e4edd02feeeee2daae16b819";
|
|
3331
|
+
var MAINNET_A2A_ESCROW_OPENING_PACKAGE_ID = MAINNET_A2A_ESCROW_LATEST_PACKAGE_ID;
|
|
3332
|
+
var A2A_ESCROW_LATEST_PACKAGE_ID = process.env.A2A_ESCROW_OPENING_PACKAGE_ID ?? process.env.A2A_ESCROW_PACKAGE_ID ?? MAINNET_A2A_ESCROW_LATEST_PACKAGE_ID;
|
|
3333
|
+
var A2A_ESCROW_OPENING_PACKAGE_ID = A2A_ESCROW_LATEST_PACKAGE_ID;
|
|
3332
3334
|
var A2A_ESCROW_PACKAGE_V2_ID = "0x860288d789dc617f6474a0a6801d6011e53bf30d5fb801cdad47b9bc6adb098b";
|
|
3333
3335
|
var A2A_ESCROW_PACKAGE_V3_ID = "0x69ad93c555519de520a5c7f7f2963ad6f8b91cefc098fc2eed75942dcb5bcbe7";
|
|
3334
3336
|
var CLOCK_ID2 = "0x6";
|
|
@@ -3355,6 +3357,13 @@ function preflightCreateOpening(terms) {
|
|
|
3355
3357
|
if (!Number.isFinite(terms.amountUsdc) || terms.amountUsdc <= 0) {
|
|
3356
3358
|
return { valid: false, code: "INVALID_AMOUNT", error: "Budget must be positive." };
|
|
3357
3359
|
}
|
|
3360
|
+
if (terms.amountUsdc < MIN_JOB_USDC) {
|
|
3361
|
+
return {
|
|
3362
|
+
valid: false,
|
|
3363
|
+
code: "INVALID_AMOUNT",
|
|
3364
|
+
error: `Open jobs start at ${MIN_JOB_USDC} USDC (contract-enforced minimum). Got ${terms.amountUsdc}.`
|
|
3365
|
+
};
|
|
3366
|
+
}
|
|
3358
3367
|
if (terms.amountUsdc > MAX_JOB_USDC) {
|
|
3359
3368
|
return {
|
|
3360
3369
|
valid: false,
|
|
@@ -3480,6 +3489,7 @@ function feeConfigArg2(tx) {
|
|
|
3480
3489
|
});
|
|
3481
3490
|
}
|
|
3482
3491
|
var MAX_JOB_USDC = 50;
|
|
3492
|
+
var MIN_JOB_USDC = 0.05;
|
|
3483
3493
|
var MAX_REVIEW_WINDOW_MS = 2592e6;
|
|
3484
3494
|
var MAX_DELIVER_HORIZON_MS = 31536e6;
|
|
3485
3495
|
var JOB_STATES = [
|
|
@@ -3515,6 +3525,12 @@ function preflightCreateJob(terms) {
|
|
|
3515
3525
|
if (!Number.isFinite(terms.amountUsdc) || terms.amountUsdc <= 0) {
|
|
3516
3526
|
return preflightFail("INVALID_AMOUNT", `Amount must be positive. Got ${terms.amountUsdc}.`);
|
|
3517
3527
|
}
|
|
3528
|
+
if (terms.amountUsdc < MIN_JOB_USDC) {
|
|
3529
|
+
return preflightFail(
|
|
3530
|
+
"INVALID_AMOUNT",
|
|
3531
|
+
`Escrow jobs start at ${MIN_JOB_USDC} USDC (contract-enforced minimum). Got ${terms.amountUsdc}.`
|
|
3532
|
+
);
|
|
3533
|
+
}
|
|
3518
3534
|
if (terms.amountUsdc > MAX_JOB_USDC) {
|
|
3519
3535
|
return preflightFail(
|
|
3520
3536
|
"INVALID_AMOUNT",
|
|
@@ -3557,7 +3573,7 @@ async function buildCreateJobTx({
|
|
|
3557
3573
|
allowSwapAll: false
|
|
3558
3574
|
});
|
|
3559
3575
|
tx.moveCall({
|
|
3560
|
-
target: `${
|
|
3576
|
+
target: `${A2A_ESCROW_LATEST_PACKAGE_ID}::${MODULE2}::create`,
|
|
3561
3577
|
typeArguments: [exports.USDC_TYPE],
|
|
3562
3578
|
arguments: [
|
|
3563
3579
|
tx.pure.address(seller),
|
|
@@ -3575,7 +3591,7 @@ async function buildCreateJobTx({
|
|
|
3575
3591
|
function buildDeclineJobTx(jobId) {
|
|
3576
3592
|
const tx = new transactions.Transaction();
|
|
3577
3593
|
tx.moveCall({
|
|
3578
|
-
target: `${
|
|
3594
|
+
target: `${A2A_ESCROW_LATEST_PACKAGE_ID}::${MODULE2}::decline`,
|
|
3579
3595
|
typeArguments: [exports.USDC_TYPE],
|
|
3580
3596
|
arguments: [tx.object(jobId), feeConfigArg2(tx), tx.object(CLOCK_ID3)]
|
|
3581
3597
|
});
|
|
@@ -3584,7 +3600,7 @@ function buildDeclineJobTx(jobId) {
|
|
|
3584
3600
|
function jobCall(jobId, fn) {
|
|
3585
3601
|
const tx = new transactions.Transaction();
|
|
3586
3602
|
tx.moveCall({
|
|
3587
|
-
target: `${
|
|
3603
|
+
target: `${A2A_ESCROW_LATEST_PACKAGE_ID}::${MODULE2}::${fn}`,
|
|
3588
3604
|
typeArguments: [exports.USDC_TYPE],
|
|
3589
3605
|
arguments: [tx.object(jobId), feeConfigArg2(tx), tx.object(CLOCK_ID3)]
|
|
3590
3606
|
});
|
|
@@ -3593,7 +3609,7 @@ function jobCall(jobId, fn) {
|
|
|
3593
3609
|
function buildDeliverJobTx(jobId, deliveryHash) {
|
|
3594
3610
|
const tx = new transactions.Transaction();
|
|
3595
3611
|
tx.moveCall({
|
|
3596
|
-
target: `${
|
|
3612
|
+
target: `${A2A_ESCROW_LATEST_PACKAGE_ID}::${MODULE2}::deliver`,
|
|
3597
3613
|
typeArguments: [exports.USDC_TYPE],
|
|
3598
3614
|
arguments: [
|
|
3599
3615
|
tx.object(jobId),
|
|
@@ -4370,6 +4386,7 @@ function displayHandle(label, parentName = AUDRIC_PARENT_NAME) {
|
|
|
4370
4386
|
init_preflight();
|
|
4371
4387
|
|
|
4372
4388
|
exports.A2A_ESCROW_FEE_CONFIG_ID = A2A_ESCROW_FEE_CONFIG_ID;
|
|
4389
|
+
exports.A2A_ESCROW_LATEST_PACKAGE_ID = A2A_ESCROW_LATEST_PACKAGE_ID;
|
|
4373
4390
|
exports.A2A_ESCROW_OPENING_PACKAGE_ID = A2A_ESCROW_OPENING_PACKAGE_ID;
|
|
4374
4391
|
exports.A2A_ESCROW_PACKAGE_ID = A2A_ESCROW_PACKAGE_ID;
|
|
4375
4392
|
exports.A2A_ESCROW_PACKAGE_V2_ID = A2A_ESCROW_PACKAGE_V2_ID;
|
|
@@ -4395,12 +4412,14 @@ exports.KeypairSigner = KeypairSigner;
|
|
|
4395
4412
|
exports.LABEL_PATTERNS = LABEL_PATTERNS;
|
|
4396
4413
|
exports.LimitEnforcer = LimitEnforcer;
|
|
4397
4414
|
exports.LimitExceededError = LimitExceededError;
|
|
4415
|
+
exports.MAINNET_A2A_ESCROW_LATEST_PACKAGE_ID = MAINNET_A2A_ESCROW_LATEST_PACKAGE_ID;
|
|
4398
4416
|
exports.MAINNET_A2A_ESCROW_OPENING_PACKAGE_ID = MAINNET_A2A_ESCROW_OPENING_PACKAGE_ID;
|
|
4399
4417
|
exports.MAINNET_A2A_ESCROW_PACKAGE_ID = MAINNET_A2A_ESCROW_PACKAGE_ID;
|
|
4400
4418
|
exports.MAX_DELIVER_HORIZON_MS = MAX_DELIVER_HORIZON_MS;
|
|
4401
4419
|
exports.MAX_JOB_USDC = MAX_JOB_USDC;
|
|
4402
4420
|
exports.MAX_OPEN_WINDOW_MS = MAX_OPEN_WINDOW_MS;
|
|
4403
4421
|
exports.MAX_REVIEW_WINDOW_MS = MAX_REVIEW_WINDOW_MS;
|
|
4422
|
+
exports.MIN_JOB_USDC = MIN_JOB_USDC;
|
|
4404
4423
|
exports.MIST_PER_SUI = MIST_PER_SUI;
|
|
4405
4424
|
exports.OPENING_CLAIM_POLICY_ANY_ACTIVE = OPENING_CLAIM_POLICY_ANY_ACTIVE;
|
|
4406
4425
|
exports.OPENING_TYPE_MARKER = OPENING_TYPE_MARKER;
|