@devvit/protos 0.11.3-next-2024-11-14-1b249b583.0 → 0.11.3-next-2024-11-14-3ef68d74d.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.3-next-2024-11-14-1b249b583.0",
3
+ "version": "0.11.3-next-2024-11-14-3ef68d74d.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/repo-tools": "0.11.3-next-2024-11-14-1b249b583.0",
49
- "@devvit/tsconfig": "0.11.3-next-2024-11-14-1b249b583.0",
48
+ "@devvit/repo-tools": "0.11.3-next-2024-11-14-3ef68d74d.0",
49
+ "@devvit/tsconfig": "0.11.3-next-2024-11-14-3ef68d74d.0",
50
50
  "@protobuf-ts/plugin": "2.9.3",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "f1e170ea8ccb5b4e1bd4a18d01c4fcdfd86010b4"
83
+ "gitHead": "b60c58d7f65fb802908994ea54670dc81c569d5f"
84
84
  }
@@ -0,0 +1,20 @@
1
+ syntax = "proto3";
2
+
3
+ package devvit.gateway.utils.v1alpha;
4
+
5
+ import "google/protobuf/wrappers.proto";
6
+
7
+ option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/utilities";
8
+
9
+ message CheckHealthRequest {
10
+ string app_name = 1;
11
+ string app_version = 2;
12
+ }
13
+
14
+ message CheckHealthResponse {
15
+ optional float health_score = 1;
16
+ }
17
+
18
+ service AppHealth {
19
+ rpc CheckHealth(CheckHealthRequest) returns (CheckHealthResponse);
20
+ }
@@ -1,5 +1,5 @@
1
1
  ## Code generated by protoc, converted to text by Snootobuf. DO NOT EDIT.
2
- ## checksum: 6effd744cf10950b7bcc8d9e1c4f8bac2f508cd92aca11a145643471ef37d95b
2
+ ## checksum: b38650bb26c2c737194ab9d33d04ea643d72a435193c63a94f8036f921f17d67
3
3
 
4
4
  file: {
5
5
  message_type: {
@@ -134255,6 +134255,309 @@ file: {
134255
134255
  }
134256
134256
  syntax: "proto3"
134257
134257
  }
134258
+ file: {
134259
+ dependency: "google/protobuf/wrappers.proto"
134260
+ message_type: {
134261
+ field: {
134262
+ json_name: "appName"
134263
+ label: LABEL_OPTIONAL
134264
+ name: "app_name"
134265
+ number: 1
134266
+ type: TYPE_STRING
134267
+ }
134268
+ field: {
134269
+ json_name: "appVersion"
134270
+ label: LABEL_OPTIONAL
134271
+ name: "app_version"
134272
+ number: 2
134273
+ type: TYPE_STRING
134274
+ }
134275
+ name: "CheckHealthRequest"
134276
+ }
134277
+ message_type: {
134278
+ field: {
134279
+ json_name: "healthScore"
134280
+ label: LABEL_OPTIONAL
134281
+ name: "health_score"
134282
+ number: 1
134283
+ oneof_index: 0
134284
+ proto3_optional: true
134285
+ type: TYPE_FLOAT
134286
+ }
134287
+ name: "CheckHealthResponse"
134288
+ oneof_decl: {
134289
+ name: "_health_score"
134290
+ }
134291
+ }
134292
+ name: "devvit/gateway/utils/v1alpha/app_health.proto"
134293
+ options: {
134294
+ go_package: "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/utilities"
134295
+ }
134296
+ package: "devvit.gateway.utils.v1alpha"
134297
+ service: {
134298
+ method: {
134299
+ input_type: ".devvit.gateway.utils.v1alpha.CheckHealthRequest"
134300
+ name: "CheckHealth"
134301
+ output_type: ".devvit.gateway.utils.v1alpha.CheckHealthResponse"
134302
+ }
134303
+ name: "AppHealth"
134304
+ }
134305
+ source_code_info: {
134306
+ location: {
134307
+ span: 0
134308
+ span: 0
134309
+ span: 1
134310
+ span: 19
134311
+ }
134312
+ location: {
134313
+ path: 12
134314
+ span: 0
134315
+ span: 0
134316
+ span: 18
134317
+ }
134318
+ location: {
134319
+ path: 2
134320
+ span: 0
134321
+ span: 2
134322
+ span: 37
134323
+ }
134324
+ location: {
134325
+ path: 0
134326
+ path: 3
134327
+ span: 0
134328
+ span: 4
134329
+ span: 40
134330
+ }
134331
+ location: {
134332
+ path: 8
134333
+ span: 0
134334
+ span: 127
134335
+ span: 6
134336
+ }
134337
+ location: {
134338
+ path: 11
134339
+ path: 8
134340
+ span: 0
134341
+ span: 127
134342
+ span: 6
134343
+ }
134344
+ location: {
134345
+ path: 0
134346
+ path: 4
134347
+ span: 0
134348
+ span: 1
134349
+ span: 11
134350
+ span: 8
134351
+ }
134352
+ location: {
134353
+ path: 0
134354
+ path: 1
134355
+ path: 4
134356
+ span: 26
134357
+ span: 8
134358
+ span: 8
134359
+ }
134360
+ location: {
134361
+ path: 0
134362
+ path: 0
134363
+ path: 2
134364
+ path: 4
134365
+ span: 2
134366
+ span: 22
134367
+ span: 9
134368
+ }
134369
+ location: {
134370
+ path: 0
134371
+ path: 0
134372
+ path: 2
134373
+ path: 4
134374
+ path: 5
134375
+ span: 2
134376
+ span: 8
134377
+ span: 9
134378
+ }
134379
+ location: {
134380
+ path: 0
134381
+ path: 0
134382
+ path: 1
134383
+ path: 2
134384
+ path: 4
134385
+ span: 17
134386
+ span: 9
134387
+ span: 9
134388
+ }
134389
+ location: {
134390
+ path: 0
134391
+ path: 0
134392
+ path: 2
134393
+ path: 3
134394
+ path: 4
134395
+ span: 20
134396
+ span: 21
134397
+ span: 9
134398
+ }
134399
+ location: {
134400
+ path: 0
134401
+ path: 1
134402
+ path: 2
134403
+ path: 4
134404
+ span: 10
134405
+ span: 2
134406
+ span: 25
134407
+ }
134408
+ location: {
134409
+ path: 0
134410
+ path: 1
134411
+ path: 2
134412
+ path: 4
134413
+ path: 5
134414
+ span: 10
134415
+ span: 2
134416
+ span: 8
134417
+ }
134418
+ location: {
134419
+ path: 0
134420
+ path: 1
134421
+ path: 1
134422
+ path: 2
134423
+ path: 4
134424
+ span: 10
134425
+ span: 20
134426
+ span: 9
134427
+ }
134428
+ location: {
134429
+ path: 0
134430
+ path: 1
134431
+ path: 2
134432
+ path: 3
134433
+ path: 4
134434
+ span: 10
134435
+ span: 23
134436
+ span: 24
134437
+ }
134438
+ location: {
134439
+ path: 1
134440
+ path: 4
134441
+ span: 0
134442
+ span: 1
134443
+ span: 13
134444
+ span: 15
134445
+ }
134446
+ location: {
134447
+ path: 1
134448
+ path: 1
134449
+ path: 4
134450
+ span: 13
134451
+ span: 27
134452
+ span: 8
134453
+ }
134454
+ location: {
134455
+ path: 0
134456
+ path: 1
134457
+ path: 2
134458
+ path: 4
134459
+ span: 14
134460
+ span: 2
134461
+ span: 34
134462
+ }
134463
+ location: {
134464
+ path: 0
134465
+ path: 1
134466
+ path: 2
134467
+ path: 4
134468
+ path: 4
134469
+ span: 10
134470
+ span: 14
134471
+ span: 2
134472
+ }
134473
+ location: {
134474
+ path: 0
134475
+ path: 1
134476
+ path: 2
134477
+ path: 4
134478
+ path: 5
134479
+ span: 11
134480
+ span: 14
134481
+ span: 16
134482
+ }
134483
+ location: {
134484
+ path: 0
134485
+ path: 1
134486
+ path: 1
134487
+ path: 2
134488
+ path: 4
134489
+ span: 14
134490
+ span: 17
134491
+ span: 29
134492
+ }
134493
+ location: {
134494
+ path: 0
134495
+ path: 1
134496
+ path: 2
134497
+ path: 3
134498
+ path: 4
134499
+ span: 14
134500
+ span: 32
134501
+ span: 33
134502
+ }
134503
+ location: {
134504
+ path: 0
134505
+ path: 6
134506
+ span: 0
134507
+ span: 1
134508
+ span: 17
134509
+ span: 19
134510
+ }
134511
+ location: {
134512
+ path: 0
134513
+ path: 1
134514
+ path: 6
134515
+ span: 17
134516
+ span: 17
134517
+ span: 8
134518
+ }
134519
+ location: {
134520
+ path: 0
134521
+ path: 0
134522
+ path: 2
134523
+ path: 6
134524
+ span: 18
134525
+ span: 2
134526
+ span: 68
134527
+ }
134528
+ location: {
134529
+ path: 0
134530
+ path: 0
134531
+ path: 1
134532
+ path: 2
134533
+ path: 6
134534
+ span: 17
134535
+ span: 18
134536
+ span: 6
134537
+ }
134538
+ location: {
134539
+ path: 0
134540
+ path: 0
134541
+ path: 2
134542
+ path: 2
134543
+ path: 6
134544
+ span: 18
134545
+ span: 18
134546
+ span: 36
134547
+ }
134548
+ location: {
134549
+ path: 0
134550
+ path: 0
134551
+ path: 2
134552
+ path: 3
134553
+ path: 6
134554
+ span: 18
134555
+ span: 47
134556
+ span: 66
134557
+ }
134558
+ }
134559
+ syntax: "proto3"
134560
+ }
134258
134561
  file: {
134259
134562
  message_type: {
134260
134563
  field: {
@@ -295538,8 +295841,11 @@ file: {
295538
295841
  destination_file: "../../../go-common/generated/protos/types/devvit/ui/form_builder/v1alpha/type.pb.go"
295539
295842
  destination_file: "../../../go-common/generated/protos/types/devvit/ui/form_builder/v1alpha/value.pb.go"
295540
295843
  destination_file: "../../../go-common/generated/protos/types/devvit/ui/toast/toast.pb.go"
295844
+ destination_file: "../../../go-common/generated/protos/types/devvit/utilities/app_health.pb.go"
295845
+ destination_file: "../../../go-common/generated/protos/types/devvit/utilities/app_health_grpc.pb.go"
295541
295846
  destination_file: "../../../go-common/generated/protos/types/devvit/utilities/utilities.pb.go"
295542
295847
  destination_file: "../../../go-common/generated/protos/types/devvit/utilities/utilities_grpc.pb.go"
295848
+ destination_file: "../../../go-common/generated/protos/types/devvit/utilities/utilitiesconnect/app_health.connect.go"
295543
295849
  destination_file: "../../../go-common/generated/protos/types/devvit/utilities/utilitiesconnect/utilities.connect.go"
295544
295850
  destination_file: "../../../go-common/generated/protos/types/devvit/uuid.pb.go"
295545
295851
  destination_file: "../../../go-common/generated/proxies/devvit/actor/automation/onaccountdelete.go"
@@ -295636,6 +295942,7 @@ file: {
295636
295942
  destination_file: "../../../go-common/generated/proxies/devvit/service/bundleservice.go"
295637
295943
  destination_file: "../../../go-common/generated/proxies/devvit/service/envelopereceiverport.go"
295638
295944
  destination_file: "../../../go-common/generated/proxies/devvit/ui/events/v1alpha/uieventhandler.go"
295945
+ destination_file: "../../../go-common/generated/proxies/devvit/utilities/apphealth.go"
295639
295946
  destination_file: "../../../go-common/generated/proxies/devvit/utilities/cacheutils.go"
295640
295947
  destination_file: "../../../go-common/generated/proxies/devvit/utilities/modinviteutils.go"
295641
295948
  destination_file: "../../../go-common/generated/proxies/github.snooguts.net/reddit/data-api-firehose/generated/protos/types/v1alpha/dataapiauthtokenissuer.go"