@lansweeper/integrations-assets-grpc 0.1.6 → 0.2.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/CHANGELOG.md +4 -0
- package/gen-proto/assets_pb.d.ts +6 -6
- package/gen-proto/assets_pb.js +49 -49
- package/gen-proto/image.json +1 -1
- package/generated-go/assets.pb.go +147 -146
- package/java.json +1 -1
- package/package.json +7 -3
- package/pom.xml +1 -1
- package/proto/assets.proto +3 -1
- package/src/main/proto/assets.proto +3 -1
- package/target/classes/assets.proto +3 -1
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustom.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/Assets.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.class +0 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustom.java +168 -325
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.java +0 -17
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Assets.java +47 -47
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustom.java +157 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.java +17 -0
- package/target/{integrations-assets-model-0.1.5-sources.jar → integrations-assets-model-0.1.6-sources.jar} +0 -0
- package/target/{integrations-assets-model-0.1.5.jar → integrations-assets-model-0.1.6.jar} +0 -0
- package/target/maven-archiver/pom.properties +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.1.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-assets-grpc@0.1.6...@lansweeper/integrations-assets-grpc@0.1.7) (2026-02-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/integrations-assets-grpc
|
|
9
|
+
|
|
6
10
|
## [0.1.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-assets-grpc@0.1.5...@lansweeper/integrations-assets-grpc@0.1.6) (2026-01-29)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @lansweeper/integrations-assets-grpc
|
package/gen-proto/assets_pb.d.ts
CHANGED
|
@@ -195,11 +195,6 @@ export class AssetCustom extends jspb.Message {
|
|
|
195
195
|
getDepartment(): string | undefined;
|
|
196
196
|
setDepartment(value: string): AssetCustom;
|
|
197
197
|
|
|
198
|
-
hasIndustry(): boolean;
|
|
199
|
-
clearIndustry(): void;
|
|
200
|
-
getIndustry(): string | undefined;
|
|
201
|
-
setIndustry(value: string): AssetCustom;
|
|
202
|
-
|
|
203
198
|
hasBarcode(): boolean;
|
|
204
199
|
clearBarcode(): void;
|
|
205
200
|
getBarcode(): string | undefined;
|
|
@@ -300,7 +295,6 @@ export namespace AssetCustom {
|
|
|
300
295
|
location?: string,
|
|
301
296
|
building?: string,
|
|
302
297
|
department?: string,
|
|
303
|
-
industry?: string,
|
|
304
298
|
barcode?: string,
|
|
305
299
|
branchOffice?: string,
|
|
306
300
|
contact?: string,
|
|
@@ -353,6 +347,11 @@ export class CloudAssetCustom extends jspb.Message {
|
|
|
353
347
|
getOwner(): string | undefined;
|
|
354
348
|
setOwner(value: string): CloudAssetCustom;
|
|
355
349
|
|
|
350
|
+
hasIndustry(): boolean;
|
|
351
|
+
clearIndustry(): void;
|
|
352
|
+
getIndustry(): string | undefined;
|
|
353
|
+
setIndustry(value: string): CloudAssetCustom;
|
|
354
|
+
|
|
356
355
|
serializeBinary(): Uint8Array;
|
|
357
356
|
toObject(includeInstance?: boolean): CloudAssetCustom.AsObject;
|
|
358
357
|
static toObject(includeInstance: boolean, msg: CloudAssetCustom): CloudAssetCustom.AsObject;
|
|
@@ -371,6 +370,7 @@ export namespace CloudAssetCustom {
|
|
|
371
370
|
invoiceNumber?: string,
|
|
372
371
|
acquisitionType?: string,
|
|
373
372
|
owner?: string,
|
|
373
|
+
industry?: string,
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
376
|
|
package/gen-proto/assets_pb.js
CHANGED
|
@@ -1473,7 +1473,6 @@ proto.lansweeper.integrations.assets.v1.AssetCustom.toObject = function(includeI
|
|
|
1473
1473
|
location: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1474
1474
|
building: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1475
1475
|
department: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1476
|
-
industry: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1477
1476
|
barcode: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1478
1477
|
branchOffice: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1479
1478
|
contact: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
@@ -1544,10 +1543,6 @@ proto.lansweeper.integrations.assets.v1.AssetCustom.deserializeBinaryFromReader
|
|
|
1544
1543
|
var value = /** @type {string} */ (reader.readString());
|
|
1545
1544
|
msg.setDepartment(value);
|
|
1546
1545
|
break;
|
|
1547
|
-
case 5:
|
|
1548
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1549
|
-
msg.setIndustry(value);
|
|
1550
|
-
break;
|
|
1551
1546
|
case 6:
|
|
1552
1547
|
var value = /** @type {string} */ (reader.readString());
|
|
1553
1548
|
msg.setBarcode(value);
|
|
@@ -1674,13 +1669,6 @@ proto.lansweeper.integrations.assets.v1.AssetCustom.serializeBinaryToWriter = fu
|
|
|
1674
1669
|
f
|
|
1675
1670
|
);
|
|
1676
1671
|
}
|
|
1677
|
-
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
1678
|
-
if (f != null) {
|
|
1679
|
-
writer.writeString(
|
|
1680
|
-
5,
|
|
1681
|
-
f
|
|
1682
|
-
);
|
|
1683
|
-
}
|
|
1684
1672
|
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
1685
1673
|
if (f != null) {
|
|
1686
1674
|
writer.writeString(
|
|
@@ -1930,42 +1918,6 @@ proto.lansweeper.integrations.assets.v1.AssetCustom.prototype.hasDepartment = fu
|
|
|
1930
1918
|
};
|
|
1931
1919
|
|
|
1932
1920
|
|
|
1933
|
-
/**
|
|
1934
|
-
* optional string industry = 5;
|
|
1935
|
-
* @return {string}
|
|
1936
|
-
*/
|
|
1937
|
-
proto.lansweeper.integrations.assets.v1.AssetCustom.prototype.getIndustry = function() {
|
|
1938
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1939
|
-
};
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
/**
|
|
1943
|
-
* @param {string} value
|
|
1944
|
-
* @return {!proto.lansweeper.integrations.assets.v1.AssetCustom} returns this
|
|
1945
|
-
*/
|
|
1946
|
-
proto.lansweeper.integrations.assets.v1.AssetCustom.prototype.setIndustry = function(value) {
|
|
1947
|
-
return jspb.Message.setField(this, 5, value);
|
|
1948
|
-
};
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
/**
|
|
1952
|
-
* Clears the field making it undefined.
|
|
1953
|
-
* @return {!proto.lansweeper.integrations.assets.v1.AssetCustom} returns this
|
|
1954
|
-
*/
|
|
1955
|
-
proto.lansweeper.integrations.assets.v1.AssetCustom.prototype.clearIndustry = function() {
|
|
1956
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
1957
|
-
};
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
/**
|
|
1961
|
-
* Returns whether this field is set.
|
|
1962
|
-
* @return {boolean}
|
|
1963
|
-
*/
|
|
1964
|
-
proto.lansweeper.integrations.assets.v1.AssetCustom.prototype.hasIndustry = function() {
|
|
1965
|
-
return jspb.Message.getField(this, 5) != null;
|
|
1966
|
-
};
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
1921
|
/**
|
|
1970
1922
|
* optional string barcode = 6;
|
|
1971
1923
|
* @return {string}
|
|
@@ -2617,7 +2569,8 @@ proto.lansweeper.integrations.assets.v1.CloudAssetCustom.toObject = function(inc
|
|
|
2617
2569
|
vendorName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2618
2570
|
invoiceNumber: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
2619
2571
|
acquisitionType: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
2620
|
-
owner: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
2572
|
+
owner: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
2573
|
+
industry: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
2621
2574
|
};
|
|
2622
2575
|
|
|
2623
2576
|
if (includeInstance) {
|
|
@@ -2678,6 +2631,10 @@ proto.lansweeper.integrations.assets.v1.CloudAssetCustom.deserializeBinaryFromRe
|
|
|
2678
2631
|
var value = /** @type {string} */ (reader.readString());
|
|
2679
2632
|
msg.setOwner(value);
|
|
2680
2633
|
break;
|
|
2634
|
+
case 7:
|
|
2635
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2636
|
+
msg.setIndustry(value);
|
|
2637
|
+
break;
|
|
2681
2638
|
default:
|
|
2682
2639
|
reader.skipField();
|
|
2683
2640
|
break;
|
|
@@ -2749,6 +2706,13 @@ proto.lansweeper.integrations.assets.v1.CloudAssetCustom.serializeBinaryToWriter
|
|
|
2749
2706
|
f
|
|
2750
2707
|
);
|
|
2751
2708
|
}
|
|
2709
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
2710
|
+
if (f != null) {
|
|
2711
|
+
writer.writeString(
|
|
2712
|
+
7,
|
|
2713
|
+
f
|
|
2714
|
+
);
|
|
2715
|
+
}
|
|
2752
2716
|
};
|
|
2753
2717
|
|
|
2754
2718
|
|
|
@@ -2968,6 +2932,42 @@ proto.lansweeper.integrations.assets.v1.CloudAssetCustom.prototype.hasOwner = fu
|
|
|
2968
2932
|
};
|
|
2969
2933
|
|
|
2970
2934
|
|
|
2935
|
+
/**
|
|
2936
|
+
* optional string industry = 7;
|
|
2937
|
+
* @return {string}
|
|
2938
|
+
*/
|
|
2939
|
+
proto.lansweeper.integrations.assets.v1.CloudAssetCustom.prototype.getIndustry = function() {
|
|
2940
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
2941
|
+
};
|
|
2942
|
+
|
|
2943
|
+
|
|
2944
|
+
/**
|
|
2945
|
+
* @param {string} value
|
|
2946
|
+
* @return {!proto.lansweeper.integrations.assets.v1.CloudAssetCustom} returns this
|
|
2947
|
+
*/
|
|
2948
|
+
proto.lansweeper.integrations.assets.v1.CloudAssetCustom.prototype.setIndustry = function(value) {
|
|
2949
|
+
return jspb.Message.setField(this, 7, value);
|
|
2950
|
+
};
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
/**
|
|
2954
|
+
* Clears the field making it undefined.
|
|
2955
|
+
* @return {!proto.lansweeper.integrations.assets.v1.CloudAssetCustom} returns this
|
|
2956
|
+
*/
|
|
2957
|
+
proto.lansweeper.integrations.assets.v1.CloudAssetCustom.prototype.clearIndustry = function() {
|
|
2958
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
2959
|
+
};
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
/**
|
|
2963
|
+
* Returns whether this field is set.
|
|
2964
|
+
* @return {boolean}
|
|
2965
|
+
*/
|
|
2966
|
+
proto.lansweeper.integrations.assets.v1.CloudAssetCustom.prototype.hasIndustry = function() {
|
|
2967
|
+
return jspb.Message.getField(this, 7) != null;
|
|
2968
|
+
};
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
2971
|
|
|
2972
2972
|
|
|
2973
2973
|
|