@opexa/portal-sdk 0.57.13 → 0.57.14
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/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1633,6 +1633,7 @@ var MEMBER_ACCOUNT_QUERY_DEVELOPMENT = gql`
|
|
|
1633
1633
|
dateTimeLastUpdated
|
|
1634
1634
|
domain
|
|
1635
1635
|
branchCode
|
|
1636
|
+
partition
|
|
1636
1637
|
agent {
|
|
1637
1638
|
code
|
|
1638
1639
|
}
|
|
@@ -8001,7 +8002,8 @@ var Transformer = class {
|
|
|
8001
8002
|
branchCode: data.branchCode ?? void 0,
|
|
8002
8003
|
agent: data.agent ?? null,
|
|
8003
8004
|
level: data.level ?? 0,
|
|
8004
|
-
dateTimeLastActive: data.dateTimeLastActive ? new Date(data.dateTimeLastActive) : void 0
|
|
8005
|
+
dateTimeLastActive: data.dateTimeLastActive ? new Date(data.dateTimeLastActive) : void 0,
|
|
8006
|
+
partition: data.partition
|
|
8005
8007
|
};
|
|
8006
8008
|
return compact(o);
|
|
8007
8009
|
}
|
|
@@ -8290,6 +8292,7 @@ var Transformer = class {
|
|
|
8290
8292
|
data.currentTurnoverRequirementContributionPercentage,
|
|
8291
8293
|
0
|
|
8292
8294
|
),
|
|
8295
|
+
// @ts-expect-error ""
|
|
8293
8296
|
turnoverRequirementContributionPercentagePerGameProvider: data.turnoverRequirementContributionPercentagePerGameProvider,
|
|
8294
8297
|
enabledGameProviders: data.enabledGameProviders,
|
|
8295
8298
|
dateTimeCreated: new Date(data.dateTimeCreated),
|