@settlemint/dalp-sdk 3.0.0-rc.1 → 3.0.0-rc.2
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 +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -83867,7 +83867,7 @@ var SystemRolesV2ListOutputSchema = createPaginatedResponse(SystemRolesV2ItemSch
|
|
|
83867
83867
|
// ../../packages/dalp/api-contract/src/routes/v2/system/access-manager/routes/participant-roles-view.v2.schema.ts
|
|
83868
83868
|
import { z as z399 } from "zod";
|
|
83869
83869
|
var SystemParticipantRolesViewItemSchema = z399.object({
|
|
83870
|
-
participantId: z399.string(),
|
|
83870
|
+
participantId: z399.string().nullable(),
|
|
83871
83871
|
displayName: z399.string(),
|
|
83872
83872
|
signingAddress: ethereumAddress,
|
|
83873
83873
|
operationsAddress: ethereumAddress.nullable(),
|
|
@@ -86074,6 +86074,7 @@ var TOKEN_COLLECTION_FIELDS = {
|
|
|
86074
86074
|
tokenType: textField({ sortable: false, defaultOperator: "eq" }),
|
|
86075
86075
|
templateId: textField({ sortable: false, defaultOperator: "eq" }),
|
|
86076
86076
|
templateSlug: textField({ sortable: false, defaultOperator: "eq" }),
|
|
86077
|
+
paused: enumField(["active", "paused"], { sortable: false }),
|
|
86077
86078
|
createdAt: dateField()
|
|
86078
86079
|
};
|
|
86079
86080
|
var BaseInputSchema = createCollectionInputSchema(TOKEN_COLLECTION_FIELDS, {
|
|
@@ -91824,7 +91825,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
91824
91825
|
// package.json
|
|
91825
91826
|
var package_default = {
|
|
91826
91827
|
name: "@settlemint/dalp-sdk",
|
|
91827
|
-
version: "3.0.0-rc.
|
|
91828
|
+
version: "3.0.0-rc.2",
|
|
91828
91829
|
private: false,
|
|
91829
91830
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
91830
91831
|
homepage: "https://settlemint.com",
|