@settlemint/dalp-cli 3.1.19-release.34321146733 → 3.1.19-release.34344073205
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/dalp.js +8 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -130413,11 +130413,16 @@ var OrganizationArchiveStateSchema = exports_external.object({
|
|
|
130413
130413
|
})
|
|
130414
130414
|
});
|
|
130415
130415
|
var OrganizationV2ArchiveOutputSchema = createSingleResponse(OrganizationArchiveStateSchema);
|
|
130416
|
+
var ORGANIZATION_STATUS_VALUES = ["active", "archived"];
|
|
130416
130417
|
var ORGANIZATIONS_COLLECTION_FIELDS = {
|
|
130417
130418
|
name: textField(),
|
|
130418
130419
|
slug: textField(),
|
|
130419
130420
|
createdAt: dateField(),
|
|
130420
|
-
archivedAt: dateField()
|
|
130421
|
+
archivedAt: dateField(),
|
|
130422
|
+
status: enumField(ORGANIZATION_STATUS_VALUES, {
|
|
130423
|
+
sortable: false,
|
|
130424
|
+
facetable: false
|
|
130425
|
+
})
|
|
130421
130426
|
};
|
|
130422
130427
|
var OrganizationV2ListInputSchema = createCollectionInputSchema(ORGANIZATIONS_COLLECTION_FIELDS, {
|
|
130423
130428
|
defaultSort: "createdAt",
|
|
@@ -142032,7 +142037,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
142032
142037
|
}
|
|
142033
142038
|
var package_default = {
|
|
142034
142039
|
name: "@settlemint/dalp-sdk",
|
|
142035
|
-
version: "3.1.19-release.
|
|
142040
|
+
version: "3.1.19-release.34344073205",
|
|
142036
142041
|
private: false,
|
|
142037
142042
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
142038
142043
|
homepage: "https://settlemint.com",
|
|
@@ -143258,7 +143263,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
|
|
|
143258
143263
|
// package.json
|
|
143259
143264
|
var package_default2 = {
|
|
143260
143265
|
name: "@settlemint/dalp-cli",
|
|
143261
|
-
version: "3.1.19-release.
|
|
143266
|
+
version: "3.1.19-release.34344073205",
|
|
143262
143267
|
private: false,
|
|
143263
143268
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
143264
143269
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "3.1.19-release.
|
|
3
|
+
"version": "3.1.19-release.34344073205",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
6
6
|
"homepage": "https://settlemint.com",
|