tering-serieuze-types 1.25.0 → 1.26.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/dist/index.js +3 -0
- package/package.json +1 -1
- package/src/k8s.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -382,6 +382,9 @@ __decorateClass([
|
|
|
382
382
|
__decorateClass([
|
|
383
383
|
(0, import_swagger8.ApiProperty)({ type: Date, nullable: true })
|
|
384
384
|
], Pod.prototype, "createdAt", 2);
|
|
385
|
+
__decorateClass([
|
|
386
|
+
(0, import_swagger8.ApiProperty)({ type: String })
|
|
387
|
+
], Pod.prototype, "node", 2);
|
|
385
388
|
var DeletePodDto = class extends (0, import_swagger8.PickType)(Pod, ["name"]) {
|
|
386
389
|
};
|
|
387
390
|
|
package/package.json
CHANGED