@pkcprotocol/pkc-js 0.0.38 → 0.0.39
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/README.md +1 -0
- package/dist/browser/clients/rpc-client/rpc-schema-util.d.ts +1 -0
- package/dist/browser/clients/rpc-client/schema.d.ts +1 -0
- package/dist/browser/community/schema.d.ts +15 -0
- package/dist/browser/community/schema.js +1 -0
- package/dist/browser/community/schema.js.map +1 -1
- package/dist/browser/errors.d.ts +1 -0
- package/dist/browser/errors.js +1 -0
- package/dist/browser/errors.js.map +1 -1
- package/dist/browser/generated-version.d.ts +1 -1
- package/dist/browser/generated-version.js +1 -1
- package/dist/browser/pkc-error.d.ts +1 -1
- package/dist/browser/publications/community-edit/schema.d.ts +4 -0
- package/dist/browser/pubsub-messages/schema.d.ts +2 -0
- package/dist/browser/runtime/node/community/local-community/publication-validation.js +3 -0
- package/dist/browser/runtime/node/community/local-community/publication-validation.js.map +1 -1
- package/dist/browser/schema/schema-util.d.ts +9 -0
- package/dist/browser/test/test-util.d.ts +2 -0
- package/dist/node/clients/rpc-client/rpc-schema-util.d.ts +1 -0
- package/dist/node/clients/rpc-client/schema.d.ts +1 -0
- package/dist/node/community/schema.d.ts +15 -0
- package/dist/node/community/schema.js +1 -0
- package/dist/node/community/schema.js.map +1 -1
- package/dist/node/errors.d.ts +1 -0
- package/dist/node/errors.js +1 -0
- package/dist/node/errors.js.map +1 -1
- package/dist/node/generated-version.d.ts +1 -1
- package/dist/node/generated-version.js +1 -1
- package/dist/node/pkc-error.d.ts +1 -1
- package/dist/node/publications/community-edit/schema.d.ts +4 -0
- package/dist/node/pubsub-messages/schema.d.ts +2 -0
- package/dist/node/runtime/node/community/local-community/publication-validation.js +3 -0
- package/dist/node/runtime/node/community/local-community/publication-validation.js.map +1 -1
- package/dist/node/schema/schema-util.d.ts +9 -0
- package/dist/node/test/test-util.d.ts +2 -0
- package/package.json +1 -1
|
@@ -410,6 +410,7 @@ export declare function parseRpcRemoteCommunityUpdateEventWithPKCErrorIfItFails(
|
|
|
410
410
|
noVideoReplies?: boolean | undefined;
|
|
411
411
|
noSpoilerReplies?: boolean | undefined;
|
|
412
412
|
noImageReplies?: boolean | undefined;
|
|
413
|
+
noReplyLinks?: boolean | undefined;
|
|
413
414
|
noPolls?: boolean | undefined;
|
|
414
415
|
noCrossposts?: boolean | undefined;
|
|
415
416
|
noNestedReplies?: boolean | undefined;
|
|
@@ -489,6 +490,7 @@ export declare function parseCommunityEditPubsubMessagePublicationSchemaWithPKCE
|
|
|
489
490
|
noVideoReplies?: boolean | undefined;
|
|
490
491
|
noSpoilerReplies?: boolean | undefined;
|
|
491
492
|
noImageReplies?: boolean | undefined;
|
|
493
|
+
noReplyLinks?: boolean | undefined;
|
|
492
494
|
noPolls?: boolean | undefined;
|
|
493
495
|
noCrossposts?: boolean | undefined;
|
|
494
496
|
noNestedReplies?: boolean | undefined;
|
|
@@ -634,6 +636,7 @@ export declare function parseCreateCommunityEditPublicationOptionsSchemaWithPKCE
|
|
|
634
636
|
noVideoReplies?: boolean | undefined;
|
|
635
637
|
noSpoilerReplies?: boolean | undefined;
|
|
636
638
|
noImageReplies?: boolean | undefined;
|
|
639
|
+
noReplyLinks?: boolean | undefined;
|
|
637
640
|
noPolls?: boolean | undefined;
|
|
638
641
|
noCrossposts?: boolean | undefined;
|
|
639
642
|
noNestedReplies?: boolean | undefined;
|
|
@@ -1404,6 +1407,7 @@ export declare function parseCreateCommunityFunctionArgumentsSchemaWithPKCErrorI
|
|
|
1404
1407
|
noVideoReplies?: boolean | undefined;
|
|
1405
1408
|
noSpoilerReplies?: boolean | undefined;
|
|
1406
1409
|
noImageReplies?: boolean | undefined;
|
|
1410
|
+
noReplyLinks?: boolean | undefined;
|
|
1407
1411
|
noPolls?: boolean | undefined;
|
|
1408
1412
|
noCrossposts?: boolean | undefined;
|
|
1409
1413
|
noNestedReplies?: boolean | undefined;
|
|
@@ -1468,6 +1472,7 @@ export declare function parseCreateCommunityFunctionArgumentsSchemaWithPKCErrorI
|
|
|
1468
1472
|
noVideoReplies?: boolean | undefined;
|
|
1469
1473
|
noSpoilerReplies?: boolean | undefined;
|
|
1470
1474
|
noImageReplies?: boolean | undefined;
|
|
1475
|
+
noReplyLinks?: boolean | undefined;
|
|
1471
1476
|
noPolls?: boolean | undefined;
|
|
1472
1477
|
noCrossposts?: boolean | undefined;
|
|
1473
1478
|
noNestedReplies?: boolean | undefined;
|
|
@@ -1630,6 +1635,7 @@ export declare function parseCreateCommunityFunctionArgumentsSchemaWithPKCErrorI
|
|
|
1630
1635
|
noVideoReplies?: boolean | undefined;
|
|
1631
1636
|
noSpoilerReplies?: boolean | undefined;
|
|
1632
1637
|
noImageReplies?: boolean | undefined;
|
|
1638
|
+
noReplyLinks?: boolean | undefined;
|
|
1633
1639
|
noPolls?: boolean | undefined;
|
|
1634
1640
|
noCrossposts?: boolean | undefined;
|
|
1635
1641
|
noNestedReplies?: boolean | undefined;
|
|
@@ -2141,6 +2147,7 @@ export declare function parseCreateRpcCommunityFunctionArgumentSchemaWithPKCErro
|
|
|
2141
2147
|
noVideoReplies?: boolean | undefined;
|
|
2142
2148
|
noSpoilerReplies?: boolean | undefined;
|
|
2143
2149
|
noImageReplies?: boolean | undefined;
|
|
2150
|
+
noReplyLinks?: boolean | undefined;
|
|
2144
2151
|
noPolls?: boolean | undefined;
|
|
2145
2152
|
noCrossposts?: boolean | undefined;
|
|
2146
2153
|
noNestedReplies?: boolean | undefined;
|
|
@@ -2205,6 +2212,7 @@ export declare function parseCreateRpcCommunityFunctionArgumentSchemaWithPKCErro
|
|
|
2205
2212
|
noVideoReplies?: boolean | undefined;
|
|
2206
2213
|
noSpoilerReplies?: boolean | undefined;
|
|
2207
2214
|
noImageReplies?: boolean | undefined;
|
|
2215
|
+
noReplyLinks?: boolean | undefined;
|
|
2208
2216
|
noPolls?: boolean | undefined;
|
|
2209
2217
|
noCrossposts?: boolean | undefined;
|
|
2210
2218
|
noNestedReplies?: boolean | undefined;
|
|
@@ -2367,6 +2375,7 @@ export declare function parseCreateRpcCommunityFunctionArgumentSchemaWithPKCErro
|
|
|
2367
2375
|
noVideoReplies?: boolean | undefined;
|
|
2368
2376
|
noSpoilerReplies?: boolean | undefined;
|
|
2369
2377
|
noImageReplies?: boolean | undefined;
|
|
2378
|
+
noReplyLinks?: boolean | undefined;
|
|
2370
2379
|
noPolls?: boolean | undefined;
|
|
2371
2380
|
noCrossposts?: boolean | undefined;
|
|
2372
2381
|
noNestedReplies?: boolean | undefined;
|
|
@@ -484,6 +484,7 @@ export declare function createMockedCommunityIpns(communityOpts: CreateNewLocalC
|
|
|
484
484
|
noVideoReplies?: boolean | undefined;
|
|
485
485
|
noSpoilerReplies?: boolean | undefined;
|
|
486
486
|
noImageReplies?: boolean | undefined;
|
|
487
|
+
noReplyLinks?: boolean | undefined;
|
|
487
488
|
noPolls?: boolean | undefined;
|
|
488
489
|
noCrossposts?: boolean | undefined;
|
|
489
490
|
noNestedReplies?: boolean | undefined;
|
|
@@ -590,6 +591,7 @@ export declare function jsonifyLocalCommunityWithNoInternalProps(community: Loca
|
|
|
590
591
|
noVideoReplies?: boolean | undefined;
|
|
591
592
|
noSpoilerReplies?: boolean | undefined;
|
|
592
593
|
noImageReplies?: boolean | undefined;
|
|
594
|
+
noReplyLinks?: boolean | undefined;
|
|
593
595
|
noPolls?: boolean | undefined;
|
|
594
596
|
noCrossposts?: boolean | undefined;
|
|
595
597
|
noNestedReplies?: boolean | undefined;
|