@canton-network/core-token-standard 0.15.0 → 0.16.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.
@@ -1,7 +1,7 @@
1
1
  import createClient from 'openapi-fetch';
2
2
  import require$$1 from 'lodash';
3
3
 
4
- // Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
4
+ // Copyright (c) 2025-2026 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
5
5
  // SPDX-License-Identifier: Apache-2.0
6
6
  class TokenStandardClient {
7
7
  client;
@@ -57,7 +57,7 @@ class TokenStandardClient {
57
57
  }
58
58
  }
59
59
 
60
- // Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
60
+ // Copyright (c) 2025-2026 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
61
61
  // SPDX-License-Identifier: Apache-2.0
62
62
  const ALLOCATION_FACTORY_INTERFACE_ID = '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory';
63
63
  const ALLOCATION_INSTRUCTION_INTERFACE_ID = '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction';
@@ -8362,7 +8362,7 @@ function requireLib () {
8362
8362
 
8363
8363
  var libExports = requireLib();
8364
8364
 
8365
- // Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
8365
+ // Copyright (c) 2025-2026 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
8366
8366
  // SPDX-License-Identifier: Apache-2.0
8367
8367
  const TransferInstructionV1 = libExports.Splice.Api.Token.TransferInstructionV1;
8368
8368
  const AllocationInstructionV1 = libExports.Splice.Api.Token.AllocationInstructionV1;