@jetify/client
Advanced tools
Comparing version 0.7.0-dev to 0.8.0-dev
'use strict'; | ||
var chunkZ4ENPHOF_js = require('../chunk-Z4ENPHOF.js'); | ||
require('../chunk-AZ7IMNSZ.js'); | ||
require('../chunk-RPIGO3NI.js'); | ||
var chunkBW3ULRX6_js = require('../chunk-BW3ULRX6.js'); | ||
require('../chunk-OVD24QXT.js'); | ||
require('../chunk-JGK7GDHN.js'); | ||
@@ -11,5 +11,5 @@ | ||
enumerable: true, | ||
get: function () { return chunkZ4ENPHOF_js.ApiClient; } | ||
get: function () { return chunkBW3ULRX6_js.ApiClient; } | ||
}); | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=client.js.map |
'use strict'; | ||
require('../chunk-ZX5OIIJX.js'); | ||
var chunkZ4ENPHOF_js = require('../chunk-Z4ENPHOF.js'); | ||
require('../chunk-AZ7IMNSZ.js'); | ||
require('../chunk-RPIGO3NI.js'); | ||
var chunkBW3ULRX6_js = require('../chunk-BW3ULRX6.js'); | ||
require('../chunk-OVD24QXT.js'); | ||
require('../chunk-JGK7GDHN.js'); | ||
@@ -12,5 +12,5 @@ | ||
enumerable: true, | ||
get: function () { return chunkZ4ENPHOF_js.ApiClient; } | ||
get: function () { return chunkBW3ULRX6_js.ApiClient; } | ||
}); | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
'use strict'; | ||
var chunkAZ7IMNSZ_js = require('../../../../chunk-AZ7IMNSZ.js'); | ||
require('../../../../chunk-RPIGO3NI.js'); | ||
var chunkOVD24QXT_js = require('../../../../chunk-OVD24QXT.js'); | ||
require('../../../../chunk-JGK7GDHN.js'); | ||
@@ -10,5 +10,5 @@ | ||
enumerable: true, | ||
get: function () { return chunkAZ7IMNSZ_js.SandboxService; } | ||
get: function () { return chunkOVD24QXT_js.SandboxService; } | ||
}); | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=sandbox_connect.js.map |
@@ -105,2 +105,8 @@ import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage, Timestamp } from '@bufbuild/protobuf'; | ||
sandbox?: Sandbox; | ||
/** | ||
* This field is experimental and may be removed in the future. | ||
* | ||
* @generated from field: string long_running_operation_id = 2; | ||
*/ | ||
longRunningOperationId: string; | ||
constructor(data?: PartialMessage<CreateSandboxResponse>); | ||
@@ -123,2 +129,8 @@ static readonly runtime: typeof proto3; | ||
id: string; | ||
/** | ||
* This field is experimental and may be removed in the future. | ||
* | ||
* @generated from field: string wait_for_long_running_operation_id = 2; | ||
*/ | ||
waitForLongRunningOperationId: string; | ||
constructor(data?: PartialMessage<GetSandboxRequest>); | ||
@@ -269,2 +281,8 @@ static readonly runtime: typeof proto3; | ||
sandbox?: Sandbox; | ||
/** | ||
* This field is experimental and may be removed in the future. | ||
* | ||
* @generated from field: string long_running_operation_id = 2; | ||
*/ | ||
longRunningOperationId: string; | ||
constructor(data?: PartialMessage<StartSandboxResponse>); | ||
@@ -271,0 +289,0 @@ static readonly runtime: typeof proto3; |
'use strict'; | ||
var chunkRPIGO3NI_js = require('../../../../chunk-RPIGO3NI.js'); | ||
var chunkJGK7GDHN_js = require('../../../../chunk-JGK7GDHN.js'); | ||
@@ -9,61 +9,61 @@ | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.CreateSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.CreateSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'CreateSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.CreateSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.CreateSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'DeleteSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.DeleteSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.DeleteSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'DeleteSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.DeleteSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.DeleteSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'GetSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.GetSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.GetSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'GetSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.GetSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.GetSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'ListSandboxesFilter', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.ListSandboxesFilter; } | ||
get: function () { return chunkJGK7GDHN_js.ListSandboxesFilter; } | ||
}); | ||
Object.defineProperty(exports, 'ListSandboxesRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.ListSandboxesRequest; } | ||
get: function () { return chunkJGK7GDHN_js.ListSandboxesRequest; } | ||
}); | ||
Object.defineProperty(exports, 'ListSandboxesResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.ListSandboxesResponse; } | ||
get: function () { return chunkJGK7GDHN_js.ListSandboxesResponse; } | ||
}); | ||
Object.defineProperty(exports, 'Sandbox', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.Sandbox; } | ||
get: function () { return chunkJGK7GDHN_js.Sandbox; } | ||
}); | ||
Object.defineProperty(exports, 'SandboxState', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.SandboxState; } | ||
get: function () { return chunkJGK7GDHN_js.SandboxState; } | ||
}); | ||
Object.defineProperty(exports, 'StartSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StartSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.StartSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'StartSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StartSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.StartSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'StopSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StopSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.StopSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'StopSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StopSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.StopSandboxResponse; } | ||
}); | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=sandbox_pb.js.map |
'use strict'; | ||
require('./chunk-ZX5OIIJX.js'); | ||
var chunkZ4ENPHOF_js = require('./chunk-Z4ENPHOF.js'); | ||
var chunkAZ7IMNSZ_js = require('./chunk-AZ7IMNSZ.js'); | ||
var chunkRPIGO3NI_js = require('./chunk-RPIGO3NI.js'); | ||
var chunkBW3ULRX6_js = require('./chunk-BW3ULRX6.js'); | ||
var chunkOVD24QXT_js = require('./chunk-OVD24QXT.js'); | ||
var chunkJGK7GDHN_js = require('./chunk-JGK7GDHN.js'); | ||
@@ -12,69 +12,69 @@ | ||
enumerable: true, | ||
get: function () { return chunkZ4ENPHOF_js.ApiClient; } | ||
get: function () { return chunkBW3ULRX6_js.ApiClient; } | ||
}); | ||
Object.defineProperty(exports, 'SandboxService', { | ||
enumerable: true, | ||
get: function () { return chunkAZ7IMNSZ_js.SandboxService; } | ||
get: function () { return chunkOVD24QXT_js.SandboxService; } | ||
}); | ||
Object.defineProperty(exports, 'CreateSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.CreateSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.CreateSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'CreateSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.CreateSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.CreateSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'DeleteSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.DeleteSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.DeleteSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'DeleteSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.DeleteSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.DeleteSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'GetSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.GetSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.GetSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'GetSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.GetSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.GetSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'ListSandboxesFilter', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.ListSandboxesFilter; } | ||
get: function () { return chunkJGK7GDHN_js.ListSandboxesFilter; } | ||
}); | ||
Object.defineProperty(exports, 'ListSandboxesRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.ListSandboxesRequest; } | ||
get: function () { return chunkJGK7GDHN_js.ListSandboxesRequest; } | ||
}); | ||
Object.defineProperty(exports, 'ListSandboxesResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.ListSandboxesResponse; } | ||
get: function () { return chunkJGK7GDHN_js.ListSandboxesResponse; } | ||
}); | ||
Object.defineProperty(exports, 'Sandbox', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.Sandbox; } | ||
get: function () { return chunkJGK7GDHN_js.Sandbox; } | ||
}); | ||
Object.defineProperty(exports, 'SandboxState', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.SandboxState; } | ||
get: function () { return chunkJGK7GDHN_js.SandboxState; } | ||
}); | ||
Object.defineProperty(exports, 'StartSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StartSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.StartSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'StartSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StartSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.StartSandboxResponse; } | ||
}); | ||
Object.defineProperty(exports, 'StopSandboxRequest', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StopSandboxRequest; } | ||
get: function () { return chunkJGK7GDHN_js.StopSandboxRequest; } | ||
}); | ||
Object.defineProperty(exports, 'StopSandboxResponse', { | ||
enumerable: true, | ||
get: function () { return chunkRPIGO3NI_js.StopSandboxResponse; } | ||
get: function () { return chunkJGK7GDHN_js.StopSandboxResponse; } | ||
}); | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@jetify/client", | ||
"version": "0.7.0-dev", | ||
"version": "0.8.0-dev", | ||
"description": "Jetify client library for Node.js and the browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
168474
2255