@layerzerolabs/onesig-model 1.2.32 → 1.2.34

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.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import './PNCMGEVV.js';
2
- export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from './45W5UJ2Y.js';
3
2
  import './P2ZSGLQK.js';
4
3
  export { oneSigSessionSchema } from './5UA4EFKV.js';
5
4
  import './JSB7JUTG.js';
6
5
  export { InvalidOneSigInputError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, OneSigSessionExpiredError, oneSigServiceErrorSchema } from './XBWMHWDY.js';
7
6
  export { oneSigConfigApiResponseSchema } from './EIDT3C6X.js';
8
7
  export { DeployOneSigOrchestratorStatus, ManageMemberAction, ManageMemberRole, OneSigConfigOwner, OneSigRole, listOneSigInstancesResponseSchema, manageMemberActionSchema, manageMemberRequestSchema, manageMemberRoleSchema, oneSigConfigOwnerSchema, oneSigConfigSchema, oneSigExecutorConfigSchema, oneSigInstanceConfigSchema, oneSigInstanceMembersSchema, oneSigInstanceSummarySchema, oneSigOffchainConfigSchema, oneSigOnchainConfigSchema, oneSigPartitionSchema, oneSigPerChainConfigSchema, oneSigRoleSchema, oneSigSigningConfigSchema } from './MLOBZFUZ.js';
8
+ export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from './45W5UJ2Y.js';
9
9
  import './FOHEHD6S.js';
10
10
  export { oneSigEntitySchema, oneSigProposedEntitySchema } from './GFKANC5R.js';
11
11
  export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from './3NYRZYD3.js';
@@ -1,11 +1,11 @@
1
1
  import '../PNCMGEVV.js';
2
- export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from '../45W5UJ2Y.js';
3
2
  import '../P2ZSGLQK.js';
4
3
  export { oneSigSessionSchema } from '../5UA4EFKV.js';
5
4
  import '../JSB7JUTG.js';
6
5
  export { InvalidOneSigInputError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, OneSigSessionExpiredError, oneSigServiceErrorSchema } from '../XBWMHWDY.js';
7
6
  export { oneSigConfigApiResponseSchema } from '../EIDT3C6X.js';
8
7
  export { DeployOneSigOrchestratorStatus, ManageMemberAction, ManageMemberRole, OneSigConfigOwner, OneSigRole, listOneSigInstancesResponseSchema, manageMemberActionSchema, manageMemberRequestSchema, manageMemberRoleSchema, oneSigConfigOwnerSchema, oneSigConfigSchema, oneSigExecutorConfigSchema, oneSigInstanceConfigSchema, oneSigInstanceMembersSchema, oneSigInstanceSummarySchema, oneSigOffchainConfigSchema, oneSigOnchainConfigSchema, oneSigPartitionSchema, oneSigPerChainConfigSchema, oneSigRoleSchema, oneSigSigningConfigSchema } from '../MLOBZFUZ.js';
8
+ export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from '../45W5UJ2Y.js';
9
9
  import '../FOHEHD6S.js';
10
10
  export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../GFKANC5R.js';
11
11
  export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../3NYRZYD3.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/onesig-model",
3
- "version": "1.2.32",
3
+ "version": "1.2.34",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,8 +18,8 @@
18
18
  "devDependencies": {
19
19
  "tsup": "^8.4.0",
20
20
  "vitest": "^4.1.10",
21
- "@layerzerolabs/tsup-configuration": "1.2.32",
22
- "@layerzerolabs/typescript-configuration": "1.2.32"
21
+ "@layerzerolabs/tsup-configuration": "1.2.34",
22
+ "@layerzerolabs/typescript-configuration": "1.2.34"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public",