@xyo-network/manifest-model 3.9.2 → 3.9.3

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,6 +1,4 @@
1
- import * as _xylabs_hex from '@xylabs/hex';
2
1
  import { Address } from '@xylabs/hex';
3
- import * as _xylabs_object from '@xylabs/object';
4
2
  import { Payload } from '@xyo-network/payload-model';
5
3
 
6
4
  type ModuleAlias = Exclude<string, 'reserved-alias-value-8346534876'>;
@@ -49,97 +47,6 @@ interface NodeManifestPayload extends NodeManifest {
49
47
  }
50
48
  type ModuleManifestPayload = Payload<ModuleManifest, ModuleManifestPayloadSchema | NodeManifestPayloadSchema>;
51
49
  type PackageManifestPayload = Payload<PackageManifest, PackageManifestPayloadSchema>;
52
- declare const isPackageManifestPayload: (x?: unknown | null) => x is _xylabs_object.DeepRestrictToStringKeys<{
53
- schema: "network.xyo.manifest.package";
54
- modules?: {
55
- [x: string]: {
56
- config: {
57
- accountPath?: string | undefined;
58
- features?: string[] | undefined;
59
- labels?: {
60
- [x: string]: string | undefined;
61
- } | undefined;
62
- language?: string | undefined;
63
- name: string;
64
- os?: string | undefined;
65
- schema: string;
66
- };
67
- lazyStart?: boolean | undefined;
68
- status?: {
69
- address: _xylabs_hex.Address;
70
- children?: {
71
- [x: Lowercase<string>]: string | null;
72
- } | undefined;
73
- } | undefined;
74
- description?: string | undefined;
75
- };
76
- } | undefined;
77
- nodes: {
78
- modules?: {
79
- private?: (string | {
80
- config: {
81
- accountPath?: string | undefined;
82
- features?: string[] | undefined;
83
- labels?: {
84
- [x: string]: string | undefined;
85
- } | undefined;
86
- language?: string | undefined;
87
- name: string;
88
- os?: string | undefined;
89
- schema: string;
90
- };
91
- lazyStart?: boolean | undefined;
92
- status?: {
93
- address: _xylabs_hex.Address;
94
- children?: {
95
- [x: Lowercase<string>]: string | null;
96
- } | undefined;
97
- } | undefined;
98
- description?: string | undefined;
99
- })[] | undefined;
100
- public?: (string | {
101
- config: {
102
- accountPath?: string | undefined;
103
- features?: string[] | undefined;
104
- labels?: {
105
- [x: string]: string | undefined;
106
- } | undefined;
107
- language?: string | undefined;
108
- name: string;
109
- os?: string | undefined;
110
- schema: string;
111
- };
112
- lazyStart?: boolean | undefined;
113
- status?: {
114
- address: _xylabs_hex.Address;
115
- children?: {
116
- [x: Lowercase<string>]: string | null;
117
- } | undefined;
118
- } | undefined;
119
- description?: string | undefined;
120
- })[] | undefined;
121
- } | undefined;
122
- config: {
123
- accountPath?: string | undefined;
124
- features?: string[] | undefined;
125
- labels?: {
126
- [x: string]: string | undefined;
127
- } | undefined;
128
- language?: string | undefined;
129
- name: string;
130
- os?: string | undefined;
131
- schema: string;
132
- };
133
- lazyStart?: boolean | undefined;
134
- status?: {
135
- address: _xylabs_hex.Address;
136
- children?: {
137
- [x: Lowercase<string>]: string | null;
138
- } | undefined;
139
- } | undefined;
140
- description?: string | undefined;
141
- }[];
142
- description?: string | undefined;
143
- }>;
50
+ declare const isPackageManifestPayload: (x?: unknown | null) => x is PackageManifestPayload;
144
51
 
145
52
  export { type ConfigManifest, DappPackageManifestPayloadSchema, type Manifest, type ModuleAlias, type ModuleManifest, type ModuleManifestPayload, ModuleManifestPayloadSchema, type NodeManifest, type NodeManifestPayload, NodeManifestPayloadSchema, type PackageManifest, type PackageManifestPayload, PackageManifestPayloadSchema, isPackageManifestPayload };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/manifest-model",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@xylabs/hex": "^4.5.1",
41
- "@xyo-network/payload-model": "^3.9.2"
41
+ "@xyo-network/payload-model": "^3.9.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.13.1",