@devvit/protos 0.11.0-next-2024-09-12-63dbbcd9c.0 → 0.11.0-next-2024-09-12-6bed9ac1b.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,4 +8,8 @@ export declare const RedditAPIV2Definition: {
8
8
  fullName: string;
9
9
  methods: {};
10
10
  };
11
+ export declare const Empty: {
12
+ $type: "google.protobuf.Empty";
13
+ fromPartial(): object;
14
+ };
11
15
  //# sourceMappingURL=Defunct-Types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Defunct-Types.d.ts","sourceRoot":"","sources":["../../src/lib/Defunct-Types.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAC;AAIF,eAAO,MAAM,qBAAqB;;;;CAIjC,CAAC"}
1
+ {"version":3,"file":"Defunct-Types.d.ts","sourceRoot":"","sources":["../../src/lib/Defunct-Types.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAC;AAIF,eAAO,MAAM,qBAAqB;;;;CAIjC,CAAC;AAIF,eAAO,MAAM,KAAK;;mBAED,MAAM;CAGtB,CAAC"}
@@ -15,3 +15,11 @@ export const RedditAPIV2Definition = {
15
15
  fullName: 'devvit.plugin.redditapiv2.RedditAPIV2',
16
16
  methods: {},
17
17
  };
18
+ // Can be removed when we're willing to break at least all @devvit/public-api
19
+ // v0.9.8 and v0.9.9 apps.
20
+ export const Empty = {
21
+ $type: 'google.protobuf.Empty',
22
+ fromPartial() {
23
+ return {};
24
+ },
25
+ };
package/meta.min.json CHANGED
@@ -8160,7 +8160,7 @@
8160
8160
  "format": "esm"
8161
8161
  },
8162
8162
  "src/lib/Defunct-Types.ts": {
8163
- "bytes": 677,
8163
+ "bytes": 898,
8164
8164
  "imports": [],
8165
8165
  "format": "esm"
8166
8166
  },
@@ -8796,7 +8796,7 @@
8796
8796
  "imports": [],
8797
8797
  "exports": [],
8798
8798
  "inputs": {},
8799
- "bytes": 6376353
8799
+ "bytes": 6376652
8800
8800
  },
8801
8801
  "dist/protos.min.js": {
8802
8802
  "imports": [],
@@ -9039,6 +9039,7 @@
9039
9039
  "EditWikiPageRequest",
9040
9040
  "Effect",
9041
9041
  "EffectType",
9042
+ "Empty",
9042
9043
  "Envelope",
9043
9044
  "Envelope_MetadataEntry",
9044
9045
  "ErrorMessage",
@@ -10364,10 +10365,10 @@
10364
10365
  "bytesInOutput": 860
10365
10366
  },
10366
10367
  "src/lib/Defunct-Types.ts": {
10367
- "bytesInOutput": 194
10368
+ "bytesInOutput": 253
10368
10369
  }
10369
10370
  },
10370
- "bytes": 1709887
10371
+ "bytes": 1709958
10371
10372
  }
10372
10373
  }
10373
10374
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.0-next-2024-09-12-63dbbcd9c.0",
3
+ "version": "0.11.0-next-2024-09-12-6bed9ac1b.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/eslint-config": "0.11.0-next-2024-09-12-63dbbcd9c.0",
49
- "@devvit/repo-tools": "0.11.0-next-2024-09-12-63dbbcd9c.0",
50
- "@devvit/tsconfig": "0.11.0-next-2024-09-12-63dbbcd9c.0",
48
+ "@devvit/eslint-config": "0.11.0-next-2024-09-12-6bed9ac1b.0",
49
+ "@devvit/repo-tools": "0.11.0-next-2024-09-12-6bed9ac1b.0",
50
+ "@devvit/tsconfig": "0.11.0-next-2024-09-12-6bed9ac1b.0",
51
51
  "@protobuf-ts/plugin": "2.9.3",
52
52
  "@types/long": "4.0.2",
53
53
  "chokidar-cli": "3.0.0",
@@ -81,5 +81,5 @@
81
81
  ]
82
82
  }
83
83
  },
84
- "gitHead": "d2bc60b9376532665bc5d8926a85b06d142f6995"
84
+ "gitHead": "ca4e0cab623cfe07bdd82b2201c850bfb8a104c2"
85
85
  }