@platforma-sdk/block-tools 2.7.4 → 2.7.5

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.
@@ -5059,9 +5059,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5059
5059
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
5060
5060
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
5061
5061
  }, "strip", z.ZodTypeAny, {
5062
+ title: string;
5062
5063
  organization: {
5063
- name: string;
5064
5064
  url: string;
5065
+ name: string;
5065
5066
  logo?: {
5066
5067
  type: "explicit-base64";
5067
5068
  mimeType: string;
@@ -5073,8 +5074,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5073
5074
  } & {
5074
5075
  [k: string]: unknown;
5075
5076
  };
5076
- title: string;
5077
5077
  description: string;
5078
+ url?: string | undefined;
5078
5079
  longDescription?: {
5079
5080
  type: "explicit-string";
5080
5081
  content: string;
@@ -5097,7 +5098,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5097
5098
  type: "relative";
5098
5099
  path: string;
5099
5100
  } | undefined;
5100
- url?: string | undefined;
5101
5101
  docs?: string | undefined;
5102
5102
  support?: string | undefined;
5103
5103
  tags?: string[] | undefined;
@@ -5106,9 +5106,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5106
5106
  termsOfServiceUrl?: string | undefined;
5107
5107
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
5108
5108
  }, {
5109
+ title: string;
5109
5110
  organization: {
5110
- name: string;
5111
5111
  url: string;
5112
+ name: string;
5112
5113
  logo?: {
5113
5114
  type: "explicit-base64";
5114
5115
  mimeType: string;
@@ -5120,8 +5121,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5120
5121
  } & {
5121
5122
  [k: string]: unknown;
5122
5123
  };
5123
- title: string;
5124
5124
  description: string;
5125
+ url?: string | undefined;
5125
5126
  longDescription?: {
5126
5127
  type: "explicit-string";
5127
5128
  content: string;
@@ -5144,7 +5145,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5144
5145
  type: "relative";
5145
5146
  path: string;
5146
5147
  } | undefined;
5147
- url?: string | undefined;
5148
5148
  docs?: string | undefined;
5149
5149
  support?: string | undefined;
5150
5150
  tags?: string[] | undefined;
@@ -5440,9 +5440,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5440
5440
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
5441
5441
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
5442
5442
  }, "strip", z.ZodTypeAny, {
5443
+ title: string;
5443
5444
  organization: {
5444
- name: string;
5445
5445
  url: string;
5446
+ name: string;
5446
5447
  logo?: {
5447
5448
  type: "explicit-base64";
5448
5449
  mimeType: string;
@@ -5454,8 +5455,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5454
5455
  } & {
5455
5456
  [k: string]: unknown;
5456
5457
  };
5457
- title: string;
5458
5458
  description: string;
5459
+ url?: string | undefined;
5459
5460
  longDescription?: {
5460
5461
  type: "explicit-string";
5461
5462
  content: string;
@@ -5478,7 +5479,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5478
5479
  type: "relative";
5479
5480
  path: string;
5480
5481
  } | undefined;
5481
- url?: string | undefined;
5482
5482
  docs?: string | undefined;
5483
5483
  support?: string | undefined;
5484
5484
  tags?: string[] | undefined;
@@ -5487,9 +5487,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5487
5487
  termsOfServiceUrl?: string | undefined;
5488
5488
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
5489
5489
  }, {
5490
+ title: string;
5490
5491
  organization: {
5491
- name: string;
5492
5492
  url: string;
5493
+ name: string;
5493
5494
  logo?: {
5494
5495
  type: "explicit-base64";
5495
5496
  mimeType: string;
@@ -5501,8 +5502,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5501
5502
  } & {
5502
5503
  [k: string]: unknown;
5503
5504
  };
5504
- title: string;
5505
5505
  description: string;
5506
+ url?: string | undefined;
5506
5507
  longDescription?: {
5507
5508
  type: "explicit-string";
5508
5509
  content: string;
@@ -5525,7 +5526,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5525
5526
  type: "relative";
5526
5527
  path: string;
5527
5528
  } | undefined;
5528
- url?: string | undefined;
5529
5529
  docs?: string | undefined;
5530
5530
  support?: string | undefined;
5531
5531
  tags?: string[] | undefined;
@@ -5821,9 +5821,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5821
5821
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
5822
5822
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
5823
5823
  }, "strip", z.ZodTypeAny, {
5824
+ title: string;
5824
5825
  organization: {
5825
- name: string;
5826
5826
  url: string;
5827
+ name: string;
5827
5828
  logo?: {
5828
5829
  type: "explicit-base64";
5829
5830
  mimeType: string;
@@ -5835,8 +5836,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5835
5836
  } & {
5836
5837
  [k: string]: unknown;
5837
5838
  };
5838
- title: string;
5839
5839
  description: string;
5840
+ url?: string | undefined;
5840
5841
  longDescription?: {
5841
5842
  type: "explicit-string";
5842
5843
  content: string;
@@ -5859,7 +5860,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5859
5860
  type: "relative";
5860
5861
  path: string;
5861
5862
  } | undefined;
5862
- url?: string | undefined;
5863
5863
  docs?: string | undefined;
5864
5864
  support?: string | undefined;
5865
5865
  tags?: string[] | undefined;
@@ -5868,9 +5868,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5868
5868
  termsOfServiceUrl?: string | undefined;
5869
5869
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
5870
5870
  }, {
5871
+ title: string;
5871
5872
  organization: {
5872
- name: string;
5873
5873
  url: string;
5874
+ name: string;
5874
5875
  logo?: {
5875
5876
  type: "explicit-base64";
5876
5877
  mimeType: string;
@@ -5882,8 +5883,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5882
5883
  } & {
5883
5884
  [k: string]: unknown;
5884
5885
  };
5885
- title: string;
5886
5886
  description: string;
5887
+ url?: string | undefined;
5887
5888
  longDescription?: {
5888
5889
  type: "explicit-string";
5889
5890
  content: string;
@@ -5906,7 +5907,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
5906
5907
  type: "relative";
5907
5908
  path: string;
5908
5909
  } | undefined;
5909
- url?: string | undefined;
5910
5910
  docs?: string | undefined;
5911
5911
  support?: string | undefined;
5912
5912
  tags?: string[] | undefined;
@@ -6203,9 +6203,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6203
6203
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
6204
6204
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
6205
6205
  }, "strip", z.ZodTypeAny, {
6206
+ title: string;
6206
6207
  organization: {
6207
- name: string;
6208
6208
  url: string;
6209
+ name: string;
6209
6210
  logo?: {
6210
6211
  type: "explicit-base64";
6211
6212
  mimeType: string;
@@ -6217,8 +6218,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6217
6218
  } & {
6218
6219
  [k: string]: unknown;
6219
6220
  };
6220
- title: string;
6221
6221
  description: string;
6222
+ url?: string | undefined;
6222
6223
  longDescription?: {
6223
6224
  type: "explicit-string";
6224
6225
  content: string;
@@ -6241,7 +6242,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6241
6242
  type: "relative";
6242
6243
  path: string;
6243
6244
  } | undefined;
6244
- url?: string | undefined;
6245
6245
  docs?: string | undefined;
6246
6246
  support?: string | undefined;
6247
6247
  tags?: string[] | undefined;
@@ -6250,9 +6250,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6250
6250
  termsOfServiceUrl?: string | undefined;
6251
6251
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
6252
6252
  }, {
6253
+ title: string;
6253
6254
  organization: {
6254
- name: string;
6255
6255
  url: string;
6256
+ name: string;
6256
6257
  logo?: {
6257
6258
  type: "explicit-base64";
6258
6259
  mimeType: string;
@@ -6264,8 +6265,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6264
6265
  } & {
6265
6266
  [k: string]: unknown;
6266
6267
  };
6267
- title: string;
6268
6268
  description: string;
6269
+ url?: string | undefined;
6269
6270
  longDescription?: {
6270
6271
  type: "explicit-string";
6271
6272
  content: string;
@@ -6288,7 +6289,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6288
6289
  type: "relative";
6289
6290
  path: string;
6290
6291
  } | undefined;
6291
- url?: string | undefined;
6292
6292
  docs?: string | undefined;
6293
6293
  support?: string | undefined;
6294
6294
  tags?: string[] | undefined;
@@ -6584,9 +6584,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6584
6584
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
6585
6585
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
6586
6586
  }, "strip", z.ZodTypeAny, {
6587
+ title: string;
6587
6588
  organization: {
6588
- name: string;
6589
6589
  url: string;
6590
+ name: string;
6590
6591
  logo?: {
6591
6592
  type: "explicit-base64";
6592
6593
  mimeType: string;
@@ -6598,8 +6599,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6598
6599
  } & {
6599
6600
  [k: string]: unknown;
6600
6601
  };
6601
- title: string;
6602
6602
  description: string;
6603
+ url?: string | undefined;
6603
6604
  longDescription?: {
6604
6605
  type: "explicit-string";
6605
6606
  content: string;
@@ -6622,7 +6623,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6622
6623
  type: "relative";
6623
6624
  path: string;
6624
6625
  } | undefined;
6625
- url?: string | undefined;
6626
6626
  docs?: string | undefined;
6627
6627
  support?: string | undefined;
6628
6628
  tags?: string[] | undefined;
@@ -6631,9 +6631,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6631
6631
  termsOfServiceUrl?: string | undefined;
6632
6632
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
6633
6633
  }, {
6634
+ title: string;
6634
6635
  organization: {
6635
- name: string;
6636
6636
  url: string;
6637
+ name: string;
6637
6638
  logo?: {
6638
6639
  type: "explicit-base64";
6639
6640
  mimeType: string;
@@ -6645,8 +6646,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6645
6646
  } & {
6646
6647
  [k: string]: unknown;
6647
6648
  };
6648
- title: string;
6649
6649
  description: string;
6650
+ url?: string | undefined;
6650
6651
  longDescription?: {
6651
6652
  type: "explicit-string";
6652
6653
  content: string;
@@ -6669,7 +6670,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6669
6670
  type: "relative";
6670
6671
  path: string;
6671
6672
  } | undefined;
6672
- url?: string | undefined;
6673
6673
  docs?: string | undefined;
6674
6674
  support?: string | undefined;
6675
6675
  tags?: string[] | undefined;
@@ -6965,9 +6965,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6965
6965
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
6966
6966
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
6967
6967
  }, "strip", z.ZodTypeAny, {
6968
+ title: string;
6968
6969
  organization: {
6969
- name: string;
6970
6970
  url: string;
6971
+ name: string;
6971
6972
  logo?: {
6972
6973
  type: "explicit-base64";
6973
6974
  mimeType: string;
@@ -6979,8 +6980,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
6979
6980
  } & {
6980
6981
  [k: string]: unknown;
6981
6982
  };
6982
- title: string;
6983
6983
  description: string;
6984
+ url?: string | undefined;
6984
6985
  longDescription?: {
6985
6986
  type: "explicit-string";
6986
6987
  content: string;
@@ -7003,7 +7004,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7003
7004
  type: "relative";
7004
7005
  path: string;
7005
7006
  } | undefined;
7006
- url?: string | undefined;
7007
7007
  docs?: string | undefined;
7008
7008
  support?: string | undefined;
7009
7009
  tags?: string[] | undefined;
@@ -7012,9 +7012,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7012
7012
  termsOfServiceUrl?: string | undefined;
7013
7013
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
7014
7014
  }, {
7015
+ title: string;
7015
7016
  organization: {
7016
- name: string;
7017
7017
  url: string;
7018
+ name: string;
7018
7019
  logo?: {
7019
7020
  type: "explicit-base64";
7020
7021
  mimeType: string;
@@ -7026,8 +7027,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7026
7027
  } & {
7027
7028
  [k: string]: unknown;
7028
7029
  };
7029
- title: string;
7030
7030
  description: string;
7031
+ url?: string | undefined;
7031
7032
  longDescription?: {
7032
7033
  type: "explicit-string";
7033
7034
  content: string;
@@ -7050,7 +7051,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7050
7051
  type: "relative";
7051
7052
  path: string;
7052
7053
  } | undefined;
7053
- url?: string | undefined;
7054
7054
  docs?: string | undefined;
7055
7055
  support?: string | undefined;
7056
7056
  tags?: string[] | undefined;
@@ -8837,9 +8837,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8837
8837
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
8838
8838
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
8839
8839
  }, "strip", z.ZodTypeAny, {
8840
+ title: string;
8840
8841
  organization: {
8841
- name: string;
8842
8842
  url: string;
8843
+ name: string;
8843
8844
  logo?: {
8844
8845
  type: "explicit-base64";
8845
8846
  mimeType: string;
@@ -8851,8 +8852,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8851
8852
  } & {
8852
8853
  [k: string]: unknown;
8853
8854
  };
8854
- title: string;
8855
8855
  description: string;
8856
+ url?: string | undefined;
8856
8857
  longDescription?: {
8857
8858
  type: "explicit-string";
8858
8859
  content: string;
@@ -8875,7 +8876,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8875
8876
  type: "relative";
8876
8877
  path: string;
8877
8878
  } | undefined;
8878
- url?: string | undefined;
8879
8879
  docs?: string | undefined;
8880
8880
  support?: string | undefined;
8881
8881
  tags?: string[] | undefined;
@@ -8884,9 +8884,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8884
8884
  termsOfServiceUrl?: string | undefined;
8885
8885
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
8886
8886
  }, {
8887
+ title: string;
8887
8888
  organization: {
8888
- name: string;
8889
8889
  url: string;
8890
+ name: string;
8890
8891
  logo?: {
8891
8892
  type: "explicit-base64";
8892
8893
  mimeType: string;
@@ -8898,8 +8899,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8898
8899
  } & {
8899
8900
  [k: string]: unknown;
8900
8901
  };
8901
- title: string;
8902
8902
  description: string;
8903
+ url?: string | undefined;
8903
8904
  longDescription?: {
8904
8905
  type: "explicit-string";
8905
8906
  content: string;
@@ -8922,7 +8923,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8922
8923
  type: "relative";
8923
8924
  path: string;
8924
8925
  } | undefined;
8925
- url?: string | undefined;
8926
8926
  docs?: string | undefined;
8927
8927
  support?: string | undefined;
8928
8928
  tags?: string[] | undefined;
@@ -9218,9 +9218,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9218
9218
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
9219
9219
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
9220
9220
  }, "strip", z.ZodTypeAny, {
9221
+ title: string;
9221
9222
  organization: {
9222
- name: string;
9223
9223
  url: string;
9224
+ name: string;
9224
9225
  logo?: {
9225
9226
  type: "explicit-base64";
9226
9227
  mimeType: string;
@@ -9232,8 +9233,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9232
9233
  } & {
9233
9234
  [k: string]: unknown;
9234
9235
  };
9235
- title: string;
9236
9236
  description: string;
9237
+ url?: string | undefined;
9237
9238
  longDescription?: {
9238
9239
  type: "explicit-string";
9239
9240
  content: string;
@@ -9256,7 +9257,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9256
9257
  type: "relative";
9257
9258
  path: string;
9258
9259
  } | undefined;
9259
- url?: string | undefined;
9260
9260
  docs?: string | undefined;
9261
9261
  support?: string | undefined;
9262
9262
  tags?: string[] | undefined;
@@ -9265,9 +9265,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9265
9265
  termsOfServiceUrl?: string | undefined;
9266
9266
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
9267
9267
  }, {
9268
+ title: string;
9268
9269
  organization: {
9269
- name: string;
9270
9270
  url: string;
9271
+ name: string;
9271
9272
  logo?: {
9272
9273
  type: "explicit-base64";
9273
9274
  mimeType: string;
@@ -9279,8 +9280,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9279
9280
  } & {
9280
9281
  [k: string]: unknown;
9281
9282
  };
9282
- title: string;
9283
9283
  description: string;
9284
+ url?: string | undefined;
9284
9285
  longDescription?: {
9285
9286
  type: "explicit-string";
9286
9287
  content: string;
@@ -9303,7 +9304,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9303
9304
  type: "relative";
9304
9305
  path: string;
9305
9306
  } | undefined;
9306
- url?: string | undefined;
9307
9307
  docs?: string | undefined;
9308
9308
  support?: string | undefined;
9309
9309
  tags?: string[] | undefined;
@@ -9599,9 +9599,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9599
9599
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
9600
9600
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
9601
9601
  }, "strip", z.ZodTypeAny, {
9602
+ title: string;
9602
9603
  organization: {
9603
- name: string;
9604
9604
  url: string;
9605
+ name: string;
9605
9606
  logo?: {
9606
9607
  type: "explicit-base64";
9607
9608
  mimeType: string;
@@ -9613,8 +9614,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9613
9614
  } & {
9614
9615
  [k: string]: unknown;
9615
9616
  };
9616
- title: string;
9617
9617
  description: string;
9618
+ url?: string | undefined;
9618
9619
  longDescription?: {
9619
9620
  type: "explicit-string";
9620
9621
  content: string;
@@ -9637,7 +9638,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9637
9638
  type: "relative";
9638
9639
  path: string;
9639
9640
  } | undefined;
9640
- url?: string | undefined;
9641
9641
  docs?: string | undefined;
9642
9642
  support?: string | undefined;
9643
9643
  tags?: string[] | undefined;
@@ -9646,9 +9646,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9646
9646
  termsOfServiceUrl?: string | undefined;
9647
9647
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
9648
9648
  }, {
9649
+ title: string;
9649
9650
  organization: {
9650
- name: string;
9651
9651
  url: string;
9652
+ name: string;
9652
9653
  logo?: {
9653
9654
  type: "explicit-base64";
9654
9655
  mimeType: string;
@@ -9660,8 +9661,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9660
9661
  } & {
9661
9662
  [k: string]: unknown;
9662
9663
  };
9663
- title: string;
9664
9664
  description: string;
9665
+ url?: string | undefined;
9665
9666
  longDescription?: {
9666
9667
  type: "explicit-string";
9667
9668
  content: string;
@@ -9684,7 +9685,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
9684
9685
  type: "relative";
9685
9686
  path: string;
9686
9687
  } | undefined;
9687
- url?: string | undefined;
9688
9688
  docs?: string | undefined;
9689
9689
  support?: string | undefined;
9690
9690
  tags?: string[] | undefined;
@@ -1190,9 +1190,10 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1190
1190
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
1191
1191
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1192
1192
  }, "strip", z.ZodTypeAny, {
1193
+ title: string;
1193
1194
  organization: {
1194
- name: string;
1195
1195
  url: string;
1196
+ name: string;
1196
1197
  logo?: {
1197
1198
  type: "explicit-base64";
1198
1199
  mimeType: string;
@@ -1201,8 +1202,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1201
1202
  } & {
1202
1203
  [k: string]: unknown;
1203
1204
  };
1204
- title: string;
1205
1205
  description: string;
1206
+ url?: string | undefined;
1206
1207
  longDescription?: string | undefined;
1207
1208
  changelog?: string | undefined;
1208
1209
  logo?: {
@@ -1210,7 +1211,6 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1210
1211
  mimeType: string;
1211
1212
  content: string;
1212
1213
  } | undefined;
1213
- url?: string | undefined;
1214
1214
  docs?: string | undefined;
1215
1215
  support?: string | undefined;
1216
1216
  tags?: string[] | undefined;
@@ -1219,9 +1219,10 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1219
1219
  termsOfServiceUrl?: string | undefined;
1220
1220
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1221
1221
  }, {
1222
+ title: string;
1222
1223
  organization: {
1223
- name: string;
1224
1224
  url: string;
1225
+ name: string;
1225
1226
  logo?: {
1226
1227
  type: "explicit-base64";
1227
1228
  mimeType: string;
@@ -1230,8 +1231,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1230
1231
  } & {
1231
1232
  [k: string]: unknown;
1232
1233
  };
1233
- title: string;
1234
1234
  description: string;
1235
+ url?: string | undefined;
1235
1236
  longDescription?: string | undefined;
1236
1237
  changelog?: string | undefined;
1237
1238
  logo?: {
@@ -1239,7 +1240,6 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1239
1240
  mimeType: string;
1240
1241
  content: string;
1241
1242
  } | undefined;
1242
- url?: string | undefined;
1243
1243
  docs?: string | undefined;
1244
1244
  support?: string | undefined;
1245
1245
  tags?: string[] | undefined;
@@ -1603,9 +1603,10 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1603
1603
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
1604
1604
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1605
1605
  }, "strip", z.ZodTypeAny, {
1606
+ title: string;
1606
1607
  organization: {
1607
- name: string;
1608
1608
  url: string;
1609
+ name: string;
1609
1610
  logo?: {
1610
1611
  type: "explicit-bytes";
1611
1612
  mimeType: string;
@@ -1614,8 +1615,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1614
1615
  } & {
1615
1616
  [k: string]: unknown;
1616
1617
  };
1617
- title: string;
1618
1618
  description: string;
1619
+ url?: string | undefined;
1619
1620
  longDescription?: string | undefined;
1620
1621
  changelog?: string | undefined;
1621
1622
  logo?: {
@@ -1623,7 +1624,6 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1623
1624
  mimeType: string;
1624
1625
  content: Uint8Array<ArrayBuffer>;
1625
1626
  } | undefined;
1626
- url?: string | undefined;
1627
1627
  docs?: string | undefined;
1628
1628
  support?: string | undefined;
1629
1629
  tags?: string[] | undefined;
@@ -1632,9 +1632,10 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1632
1632
  termsOfServiceUrl?: string | undefined;
1633
1633
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1634
1634
  }, {
1635
+ title: string;
1635
1636
  organization: {
1636
- name: string;
1637
1637
  url: string;
1638
+ name: string;
1638
1639
  logo?: {
1639
1640
  type: "explicit-bytes";
1640
1641
  mimeType: string;
@@ -1643,8 +1644,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1643
1644
  } & {
1644
1645
  [k: string]: unknown;
1645
1646
  };
1646
- title: string;
1647
1647
  description: string;
1648
+ url?: string | undefined;
1648
1649
  longDescription?: string | undefined;
1649
1650
  changelog?: string | undefined;
1650
1651
  logo?: {
@@ -1652,7 +1653,6 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1652
1653
  mimeType: string;
1653
1654
  content: Uint8Array<ArrayBuffer>;
1654
1655
  } | undefined;
1655
- url?: string | undefined;
1656
1656
  docs?: string | undefined;
1657
1657
  support?: string | undefined;
1658
1658
  tags?: string[] | undefined;
@@ -2016,9 +2016,10 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2016
2016
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
2017
2017
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
2018
2018
  }, "strip", z.ZodTypeAny, {
2019
+ title: string;
2019
2020
  organization: {
2020
- name: string;
2021
2021
  url: string;
2022
+ name: string;
2022
2023
  logo?: {
2023
2024
  type: "explicit-bytes";
2024
2025
  mimeType: string;
@@ -2027,8 +2028,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2027
2028
  } & {
2028
2029
  [k: string]: unknown;
2029
2030
  };
2030
- title: string;
2031
2031
  description: string;
2032
+ url?: string | undefined;
2032
2033
  longDescription?: string | undefined;
2033
2034
  changelog?: string | undefined;
2034
2035
  logo?: {
@@ -2036,7 +2037,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2036
2037
  mimeType: string;
2037
2038
  content: Uint8Array<ArrayBuffer>;
2038
2039
  } | undefined;
2039
- url?: string | undefined;
2040
2040
  docs?: string | undefined;
2041
2041
  support?: string | undefined;
2042
2042
  tags?: string[] | undefined;
@@ -2045,9 +2045,10 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2045
2045
  termsOfServiceUrl?: string | undefined;
2046
2046
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
2047
2047
  }, {
2048
+ title: string;
2048
2049
  organization: {
2049
- name: string;
2050
2050
  url: string;
2051
+ name: string;
2051
2052
  logo?: {
2052
2053
  type: "explicit-bytes";
2053
2054
  mimeType: string;
@@ -2056,8 +2057,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2056
2057
  } & {
2057
2058
  [k: string]: unknown;
2058
2059
  };
2059
- title: string;
2060
2060
  description: string;
2061
+ url?: string | undefined;
2061
2062
  longDescription?: string | undefined;
2062
2063
  changelog?: string | undefined;
2063
2064
  logo?: {
@@ -2065,7 +2066,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2065
2066
  mimeType: string;
2066
2067
  content: Uint8Array<ArrayBuffer>;
2067
2068
  } | undefined;
2068
- url?: string | undefined;
2069
2069
  docs?: string | undefined;
2070
2070
  support?: string | undefined;
2071
2071
  tags?: string[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/block-tools",
3
- "version": "2.7.4",
3
+ "version": "2.7.5",
4
4
  "description": "Utility to manipulate Platforma Blocks and Block Registry",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
@@ -32,12 +32,12 @@
32
32
  "undici": "~7.16.0",
33
33
  "yaml": "^2.8.0",
34
34
  "zod": "~3.23.8",
35
- "@milaboratories/pl-model-middle-layer": "1.16.2",
35
+ "@milaboratories/pl-model-middle-layer": "1.16.3",
36
36
  "@milaboratories/pl-http": "1.2.4",
37
- "@milaboratories/ts-helpers": "1.8.0",
38
- "@milaboratories/pl-model-common": "1.31.0",
39
- "@milaboratories/ts-helpers-oclif": "1.1.39",
37
+ "@milaboratories/ts-helpers": "1.8.1",
38
+ "@milaboratories/pl-model-common": "1.31.1",
40
39
  "@milaboratories/resolve-helper": "1.1.3",
40
+ "@milaboratories/ts-helpers-oclif": "1.1.40",
41
41
  "@platforma-sdk/blocks-deps-updater": "2.2.0"
42
42
  },
43
43
  "devDependencies": {
@@ -55,8 +55,8 @@
55
55
  "vitest": "^4.0.18",
56
56
  "@milaboratories/build-configs": "1.5.2",
57
57
  "@milaboratories/oclif-index": "1.1.1",
58
- "@milaboratories/ts-configs": "1.2.2",
59
- "@milaboratories/ts-builder": "1.3.0"
58
+ "@milaboratories/ts-builder": "1.3.0",
59
+ "@milaboratories/ts-configs": "1.2.2"
60
60
  },
61
61
  "oclif": {
62
62
  "bin": "block-tools",