@ar.io/sdk 1.2.0-alpha.2 → 1.2.0-alpha.3

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.
@@ -480,6 +480,7 @@ class IOWriteable extends IOReadable {
480
480
  { name: 'Name', value: params.name },
481
481
  { name: 'Type', value: params.type },
482
482
  { name: 'Years', value: params.years?.toString() },
483
+ { name: 'ProcessId', value: params.processId },
483
484
  ];
484
485
  const prunedTags = allTags.filter((tag) => tag.value !== undefined);
485
486
  return this.process.send({
@@ -18,4 +18,4 @@
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.version = void 0;
20
20
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
21
- exports.version = '1.2.0-alpha.2';
21
+ exports.version = '1.2.0-alpha.3';
@@ -472,6 +472,7 @@ export class IOWriteable extends IOReadable {
472
472
  { name: 'Name', value: params.name },
473
473
  { name: 'Type', value: params.type },
474
474
  { name: 'Years', value: params.years?.toString() },
475
+ { name: 'ProcessId', value: params.processId },
475
476
  ];
476
477
  const prunedTags = allTags.filter((tag) => tag.value !== undefined);
477
478
  return this.process.send({
@@ -15,4 +15,4 @@
15
15
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
  */
17
17
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
18
- export const version = '1.2.0-alpha.2';
18
+ export const version = '1.2.0-alpha.3';
@@ -107,6 +107,7 @@ export declare class IOWriteable extends IOReadable implements AoIOWrite {
107
107
  name: string;
108
108
  years?: number;
109
109
  type: 'lease' | 'permabuy';
110
+ processId: string;
110
111
  }, options?: WriteOptions): Promise<AoMessageResult>;
111
112
  extendLease(params: {
112
113
  name: string;
package/lib/types/io.d.ts CHANGED
@@ -110,6 +110,7 @@ export interface AoIOWrite extends AoIORead {
110
110
  name: string;
111
111
  years?: number;
112
112
  type: 'lease' | 'permabuy';
113
+ processId: string;
113
114
  }, options?: WriteOptions): Promise<AoMessageResult>;
114
115
  extendLease(params: {
115
116
  name: string;
@@ -14,4 +14,4 @@
14
14
  * You should have received a copy of the GNU Affero General Public License
15
15
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
  */
17
- export declare const version = "1.2.0-alpha.1";
17
+ export declare const version = "1.2.0-alpha.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "1.2.0-alpha.2",
3
+ "version": "1.2.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"