UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

46 lines (45 loc) 1.13 kB
/** * Generated file. Do not edit */ export declare const ResourceMetaData: { '/bundle/{bundleId}/acl': { put: { minApiVersion: number; configModeRequired: boolean; schema: { $ref: string; }; }; }; '/bundle/{bundleId}/data-log-period': { put: { minApiVersion: number; configModeRequired: boolean; schema: { type: string; format: string; }; }; }; '/bundle/{bundleId}/data-log-crypto-group-id': { put: { minApiVersion: number; configModeRequired: boolean; schema: { type: string; format: string; }; }; }; '/bundle/{bundleId}/name': { put: { minApiVersion: number; configModeRequired: boolean; schema: { type: string; maxLength: number; minLength: number; }; }; }; };