@sprucelabs/mercury-types 48.0.136 → 48.0.137
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.
|
@@ -342,8 +342,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
342
342
|
}
|
|
343
343
|
namespace SpruceSchemas.Mercury.v2020_12_25 {
|
|
344
344
|
interface PermissionReference<ContractId extends MercuryTypes.PermissionContractId = MercuryTypes.PermissionContractId> {
|
|
345
|
-
'contractId': ContractId;
|
|
346
|
-
'permissionIdsAny'?: MercuryTypes.PermissionId<ContractId>[] | undefined | null;
|
|
345
|
+
'contractId': (ContractId);
|
|
346
|
+
'permissionIdsAny'?: (MercuryTypes.PermissionId<ContractId>)[] | undefined | null;
|
|
347
347
|
}
|
|
348
348
|
interface PermissionReferenceSchema extends SpruceSchema.Schema {
|
|
349
349
|
id: 'permissionReference';
|
|
@@ -425,8 +425,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
425
425
|
'description'?: string | undefined | null;
|
|
426
426
|
'aiInstructions'?: string | undefined | null;
|
|
427
427
|
'isGlobal'?: boolean | undefined | null;
|
|
428
|
-
'responsePayloadSchema'?: SpruceSchema.Schema | undefined | null;
|
|
429
|
-
'emitPayloadSchema'?: SpruceSchema.Schema | undefined | null;
|
|
428
|
+
'responsePayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
|
|
429
|
+
'emitPayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
|
|
430
430
|
'feed'?: SpruceSchemas.Mercury.v2020_12_25.FeedOptions | undefined | null;
|
|
431
431
|
'listenPermissions'?: SpruceSchemas.Mercury.v2020_12_25.PermissionReference | undefined | null;
|
|
432
432
|
'emitPermissions'?: SpruceSchemas.Mercury.v2020_12_25.PermissionReference | undefined | null;
|
|
@@ -342,8 +342,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
342
342
|
}
|
|
343
343
|
namespace SpruceSchemas.Mercury.v2020_12_25 {
|
|
344
344
|
interface PermissionReference<ContractId extends MercuryTypes.PermissionContractId = MercuryTypes.PermissionContractId> {
|
|
345
|
-
'contractId': ContractId;
|
|
346
|
-
'permissionIdsAny'?: MercuryTypes.PermissionId<ContractId>[] | undefined | null;
|
|
345
|
+
'contractId': (ContractId);
|
|
346
|
+
'permissionIdsAny'?: (MercuryTypes.PermissionId<ContractId>)[] | undefined | null;
|
|
347
347
|
}
|
|
348
348
|
interface PermissionReferenceSchema extends SpruceSchema.Schema {
|
|
349
349
|
id: 'permissionReference';
|
|
@@ -425,8 +425,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
425
425
|
'description'?: string | undefined | null;
|
|
426
426
|
'aiInstructions'?: string | undefined | null;
|
|
427
427
|
'isGlobal'?: boolean | undefined | null;
|
|
428
|
-
'responsePayloadSchema'?: SpruceSchema.Schema | undefined | null;
|
|
429
|
-
'emitPayloadSchema'?: SpruceSchema.Schema | undefined | null;
|
|
428
|
+
'responsePayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
|
|
429
|
+
'emitPayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
|
|
430
430
|
'feed'?: SpruceSchemas.Mercury.v2020_12_25.FeedOptions | undefined | null;
|
|
431
431
|
'listenPermissions'?: SpruceSchemas.Mercury.v2020_12_25.PermissionReference | undefined | null;
|
|
432
432
|
'emitPermissions'?: SpruceSchemas.Mercury.v2020_12_25.PermissionReference | undefined | null;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "48.0.
|
|
6
|
+
"version": "48.0.137",
|
|
7
7
|
"files": [
|
|
8
8
|
"build"
|
|
9
9
|
],
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@sprucelabs/error": "^7.1.
|
|
64
|
-
"@sprucelabs/schema": "^32.3.
|
|
65
|
-
"@sprucelabs/spruce-core-schemas": "^41.3.
|
|
63
|
+
"@sprucelabs/error": "^7.1.37",
|
|
64
|
+
"@sprucelabs/schema": "^32.3.11",
|
|
65
|
+
"@sprucelabs/spruce-core-schemas": "^41.3.37"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@sprucelabs/esm-postbuild": "^7.0.48",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@sprucelabs/resolve-path-aliases": "^3.0.29",
|
|
71
71
|
"@sprucelabs/semantic-release": "^5.0.2",
|
|
72
72
|
"@sprucelabs/test": "^10.0.25",
|
|
73
|
-
"@sprucelabs/test-utils": "^6.0.
|
|
73
|
+
"@sprucelabs/test-utils": "^6.0.115",
|
|
74
74
|
"@types/node": "^24.9.0",
|
|
75
75
|
"chokidar-cli": "^3.0.0",
|
|
76
76
|
"eslint": "^9.38.0",
|