Skip to content

Commit

Permalink
Bump stdlib version (#8)
Browse files Browse the repository at this point in the history
* Fix host exports naming

* Bump up ts lib version

* Add release script

* Replace old names

* Minor naming fixes

* Remove `RandomBytes` from delegates

* Update schemas

* Update schema

* Cargo fmt

* Bump version

* Update typescript schemas
  • Loading branch information
iduartgomez authored Sep 27, 2023
1 parent 6cd2780 commit 6f60893
Show file tree
Hide file tree
Showing 74 changed files with 16 additions and 184 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "freenet-stdlib"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
rust-version = "1.71.1"
publish = true
Expand Down
4 changes: 2 additions & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freenetorg/freenet-stdlib",
"version": "0.0.6",
"version": "0.0.7",
"description": "Freenet standard library and utils",
"main": "src/index.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"build": "tsc",
"prod.package": "./package.prod.sh",
"dev.package": "./package.dev.sh dev",
"flatc-schemas": "bash -c \"flatc --ts --gen-object-api -o ./src ../../schemas/flatbuffers/*\""
"flatc-schemas": "bash -c \"flatc --ts --gen-object-api -o ./src ../schemas/flatbuffers/*\""
},
"license": "MIT+APACHE-2.0",
"homepage": "https://github.com/freenet/freenet-core",
Expand Down
3 changes: 0 additions & 3 deletions typescript/src/client-request.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

export { ApplicationMessages, ApplicationMessagesT } from './client-request/application-messages.js';
export { Authenticate, AuthenticateT } from './client-request/authenticate.js';
export { ClientRequest, ClientRequestT } from './client-request/client-request.js';
Expand All @@ -22,7 +20,6 @@ export { GetSecretRequestType, GetSecretRequestTypeT } from './client-request/ge
export { InboundDelegateMsg, InboundDelegateMsgT } from './client-request/inbound-delegate-msg.js';
export { InboundDelegateMsgType } from './client-request/inbound-delegate-msg-type.js';
export { Put, PutT } from './client-request/put.js';
export { RandomBytes, RandomBytesT } from './client-request/random-bytes.js';
export { RegisterDelegate, RegisterDelegateT } from './client-request/register-delegate.js';
export { RelatedContract, RelatedContractT } from './client-request/related-contract.js';
export { RelatedContracts, RelatedContractsT } from './client-request/related-contracts.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/application-messages.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { DelegateKey, DelegateKeyT } from '../client-request/delegate-key.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/authenticate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/client-request-type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import { Authenticate, AuthenticateT } from '../client-request/authenticate.js';
import { ContractRequest, ContractRequestT } from '../client-request/contract-request.js';
import { DelegateRequest, DelegateRequestT } from '../client-request/delegate-request.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/client-request.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { Authenticate, AuthenticateT } from '../client-request/authenticate.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/client-response.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/contract-request-type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import { Get, GetT } from '../client-request/get.js';
import { Put, PutT } from '../client-request/put.js';
import { Subscribe, SubscribeT } from '../client-request/subscribe.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/contract-request.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractRequestType, unionToContractRequestType, unionListToContractRequestType } from '../client-request/contract-request-type.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-code.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-container.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { DelegateType, unionToDelegateType, unionListToDelegateType } from '../client-request/delegate-type.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-context.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-key.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-request-type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import { ApplicationMessages, ApplicationMessagesT } from '../client-request/application-messages.js';
import { GetSecretRequestType, GetSecretRequestTypeT } from '../client-request/get-secret-request-type.js';
import { RegisterDelegate, RegisterDelegateT } from '../client-request/register-delegate.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-request.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ApplicationMessages, ApplicationMessagesT } from '../client-request/application-messages.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/delegate-type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import { WasmDelegateV1, WasmDelegateV1T } from '../client-request/wasm-delegate-v1.js';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/disconnect.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/get-secret-request-type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { DelegateKey, DelegateKeyT } from '../client-request/delegate-key.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/get.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractKey, ContractKeyT } from '../common/contract-key.js';
Expand Down
18 changes: 6 additions & 12 deletions typescript/src/client-request/inbound-delegate-msg-type.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import { RandomBytes, RandomBytesT } from '../client-request/random-bytes.js';
import { UserInputResponse, UserInputResponseT } from '../client-request/user-input-response.js';
import { ApplicationMessage, ApplicationMessageT } from '../common/application-message.js';
import { GetSecretRequest, GetSecretRequestT } from '../common/get-secret-request.js';
Expand All @@ -13,20 +10,18 @@ export enum InboundDelegateMsgType {
NONE = 0,
common_ApplicationMessage = 1,
common_GetSecretResponse = 2,
RandomBytes = 3,
UserInputResponse = 4,
common_GetSecretRequest = 5
UserInputResponse = 3,
common_GetSecretRequest = 4
}

export function unionToInboundDelegateMsgType(
type: InboundDelegateMsgType,
accessor: (obj:ApplicationMessage|GetSecretRequest|GetSecretResponse|RandomBytes|UserInputResponse) => ApplicationMessage|GetSecretRequest|GetSecretResponse|RandomBytes|UserInputResponse|null
): ApplicationMessage|GetSecretRequest|GetSecretResponse|RandomBytes|UserInputResponse|null {
accessor: (obj:ApplicationMessage|GetSecretRequest|GetSecretResponse|UserInputResponse) => ApplicationMessage|GetSecretRequest|GetSecretResponse|UserInputResponse|null
): ApplicationMessage|GetSecretRequest|GetSecretResponse|UserInputResponse|null {
switch(InboundDelegateMsgType[type]) {
case 'NONE': return null;
case 'common_ApplicationMessage': return accessor(new ApplicationMessage())! as ApplicationMessage;
case 'common_GetSecretResponse': return accessor(new GetSecretResponse())! as GetSecretResponse;
case 'RandomBytes': return accessor(new RandomBytes())! as RandomBytes;
case 'UserInputResponse': return accessor(new UserInputResponse())! as UserInputResponse;
case 'common_GetSecretRequest': return accessor(new GetSecretRequest())! as GetSecretRequest;
default: return null;
Expand All @@ -35,14 +30,13 @@ export function unionToInboundDelegateMsgType(

export function unionListToInboundDelegateMsgType(
type: InboundDelegateMsgType,
accessor: (index: number, obj:ApplicationMessage|GetSecretRequest|GetSecretResponse|RandomBytes|UserInputResponse) => ApplicationMessage|GetSecretRequest|GetSecretResponse|RandomBytes|UserInputResponse|null,
accessor: (index: number, obj:ApplicationMessage|GetSecretRequest|GetSecretResponse|UserInputResponse) => ApplicationMessage|GetSecretRequest|GetSecretResponse|UserInputResponse|null,
index: number
): ApplicationMessage|GetSecretRequest|GetSecretResponse|RandomBytes|UserInputResponse|null {
): ApplicationMessage|GetSecretRequest|GetSecretResponse|UserInputResponse|null {
switch(InboundDelegateMsgType[type]) {
case 'NONE': return null;
case 'common_ApplicationMessage': return accessor(index, new ApplicationMessage())! as ApplicationMessage;
case 'common_GetSecretResponse': return accessor(index, new GetSecretResponse())! as GetSecretResponse;
case 'RandomBytes': return accessor(index, new RandomBytes())! as RandomBytes;
case 'UserInputResponse': return accessor(index, new UserInputResponse())! as UserInputResponse;
case 'common_GetSecretRequest': return accessor(index, new GetSecretRequest())! as GetSecretRequest;
default: return null;
Expand Down
5 changes: 1 addition & 4 deletions typescript/src/client-request/inbound-delegate-msg.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { InboundDelegateMsgType, unionToInboundDelegateMsgType, unionListToInboundDelegateMsgType } from '../client-request/inbound-delegate-msg-type.js';
import { RandomBytes, RandomBytesT } from '../client-request/random-bytes.js';
import { UserInputResponse, UserInputResponseT } from '../client-request/user-input-response.js';
import { ApplicationMessage, ApplicationMessageT } from '../common/application-message.js';
import { GetSecretRequest, GetSecretRequestT } from '../common/get-secret-request.js';
Expand Down Expand Up @@ -90,7 +87,7 @@ unpackTo(_o: InboundDelegateMsgT): void {
export class InboundDelegateMsgT implements flatbuffers.IGeneratedObject {
constructor(
public inboundType: InboundDelegateMsgType = InboundDelegateMsgType.NONE,
public inbound: ApplicationMessageT|GetSecretRequestT|GetSecretResponseT|RandomBytesT|UserInputResponseT|null = null
public inbound: ApplicationMessageT|GetSecretRequestT|GetSecretResponseT|UserInputResponseT|null = null
){}


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/put.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { RelatedContracts, RelatedContractsT } from '../client-request/related-contracts.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/register-delegate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { DelegateContainer, DelegateContainerT } from '../client-request/delegate-container.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/related-contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractInstanceId, ContractInstanceIdT } from '../common/contract-instance-id.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/related-contracts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { RelatedContract, RelatedContractT } from '../client-request/related-contract.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/subscribe.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractKey, ContractKeyT } from '../common/contract-key.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/unregister-delegate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { DelegateKey, DelegateKeyT } from '../client-request/delegate-key.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/update.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractKey, ContractKeyT } from '../common/contract-key.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/user-input-response.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ClientResponse, ClientResponseT } from '../client-request/client-response.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client-request/wasm-delegate-v1.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { DelegateCode, DelegateCodeT } from '../client-request/delegate-code.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/client_request.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

export * as client_request from './client-request.js';
export * as common from './common.js';
2 changes: 0 additions & 2 deletions typescript/src/common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

export { ApplicationMessage, ApplicationMessageT } from './common/application-message.js';
export { ContractCode, ContractCodeT } from './common/contract-code.js';
export { ContractContainer, ContractContainerT } from './common/contract-container.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/application-message.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractInstanceId, ContractInstanceIdT } from '../common/contract-instance-id.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/contract-code.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/contract-container.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractType, unionToContractType, unionListToContractType } from '../common/contract-type.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/contract-instance-id.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/contract-key.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { ContractInstanceId, ContractInstanceIdT } from '../common/contract-instance-id.js';
Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/contract-type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import { WasmContractV1, WasmContractV1T } from '../common/wasm-contract-v1.js';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/delta-update.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';


Expand Down
2 changes: 0 additions & 2 deletions typescript/src/common/get-secret-request.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// automatically generated by the FlatBuffers compiler, do not modify

/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */

import * as flatbuffers from 'flatbuffers';

import { SecretsId, SecretsIdT } from '../common/secrets-id.js';
Expand Down
Loading

0 comments on commit 6f60893

Please sign in to comment.