@lansweeper/integrations-assets-grpc 0.2.0 → 0.2.1

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/java.json +1 -1
  3. package/package.json +7 -6
  4. package/target/{integrations-assets-model-0.1.6-sources.jar → integrations-assets-model-0.2.0-sources.jar} +0 -0
  5. package/target/{integrations-assets-model-0.1.6.jar → integrations-assets-model-0.2.0.jar} +0 -0
  6. package/target/maven-archiver/pom.properties +2 -2
  7. package/pom.xml +0 -76
  8. package/target/classes/lansweeper/integrations/assets/v1/Asset$1.class +0 -0
  9. package/target/classes/lansweeper/integrations/assets/v1/Asset$Builder.class +0 -0
  10. package/target/classes/lansweeper/integrations/assets/v1/Asset.class +0 -0
  11. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo$1.class +0 -0
  12. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo$Builder.class +0 -0
  13. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo.class +0 -0
  14. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfoOrBuilder.class +0 -0
  15. package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$1.class +0 -0
  16. package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$Builder.class +0 -0
  17. package/target/classes/lansweeper/integrations/assets/v1/AssetCustom.class +0 -0
  18. package/target/classes/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.class +0 -0
  19. package/target/classes/lansweeper/integrations/assets/v1/AssetOrBuilder.class +0 -0
  20. package/target/classes/lansweeper/integrations/assets/v1/Assets.class +0 -0
  21. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$1.class +0 -0
  22. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$Builder.class +0 -0
  23. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom.class +0 -0
  24. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.class +0 -0
  25. package/target/classes/lansweeper/integrations/assets/v1/CustomField$1.class +0 -0
  26. package/target/classes/lansweeper/integrations/assets/v1/CustomField$Builder.class +0 -0
  27. package/target/classes/lansweeper/integrations/assets/v1/CustomField.class +0 -0
  28. package/target/classes/lansweeper/integrations/assets/v1/CustomFieldOrBuilder.class +0 -0
  29. package/target/classes/lansweeper/integrations/assets/v1/LockedFields$1.class +0 -0
  30. package/target/classes/lansweeper/integrations/assets/v1/LockedFields$Builder.class +0 -0
  31. package/target/classes/lansweeper/integrations/assets/v1/LockedFields.class +0 -0
  32. package/target/classes/lansweeper/integrations/assets/v1/LockedFieldsOrBuilder.class +0 -0
  33. package/target/classes/lansweeper/integrations/assets/v1/OtData$1.class +0 -0
  34. package/target/classes/lansweeper/integrations/assets/v1/OtData$Builder.class +0 -0
  35. package/target/classes/lansweeper/integrations/assets/v1/OtData.class +0 -0
  36. package/target/classes/lansweeper/integrations/assets/v1/OtDataOrBuilder.class +0 -0
  37. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Asset.java +0 -1470
  38. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetBasicInfo.java +0 -1588
  39. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetBasicInfoOrBuilder.java +0 -135
  40. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustom.java +0 -3847
  41. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.java +0 -368
  42. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetOrBuilder.java +0 -106
  43. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Assets.java +0 -182
  44. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustom.java +0 -1473
  45. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.java +0 -128
  46. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CustomField.java +0 -643
  47. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CustomFieldOrBuilder.java +0 -33
  48. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/LockedFields.java +0 -2886
  49. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/LockedFieldsOrBuilder.java +0 -281
  50. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/OtData.java +0 -688
  51. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/OtDataOrBuilder.java +0 -43
  52. package/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -29
  53. package/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-assets-grpc@0.2.0...@lansweeper/integrations-assets-grpc@0.2.1) (2026-03-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - validate dual-publish to npmjs.org for all packages ([01faf90](https://github.com/Lansweeper/lansweeperapis/commit/01faf903cd76e3e91d9f44bbe01f570f6527f121))
11
+
12
+ # [0.2.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-assets-grpc@0.1.9...@lansweeper/integrations-assets-grpc@0.2.0) (2026-03-02)
13
+
14
+ ### Features
15
+
16
+ - force minor release for all packages to dual-publish to npmjs.org ([071375b](https://github.com/Lansweeper/lansweeperapis/commit/071375bbce79f9a4142d339bcb3e839edec9e7b2))
17
+
18
+ ## [0.1.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-assets-grpc@0.1.8...@lansweeper/integrations-assets-grpc@0.1.9) (2026-02-27)
19
+
20
+ ### Bug Fixes
21
+
22
+ - add publishConfig.registry to all packages for GitHub Packages ([28f441e](https://github.com/Lansweeper/lansweeperapis/commit/28f441e56240a4e09737f8637a9b60a14f3c3c77)), closes [#2063](https://github.com/Lansweeper/lansweeperapis/issues/2063) [#3957](https://github.com/Lansweeper/lansweeperapis/issues/3957) [#3141](https://github.com/Lansweeper/lansweeperapis/issues/3141)
23
+
24
+ ## [0.1.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-assets-grpc@0.1.7...@lansweeper/integrations-assets-grpc@0.1.8) (2026-02-27)
25
+
26
+ ### Bug Fixes
27
+
28
+ - add repository field to all 68 package.json files ([b1e02c2](https://github.com/Lansweeper/lansweeperapis/commit/b1e02c24ebcc5eb76cbbbfc12a9073d89ca4b0ed))
29
+
6
30
  ## [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
31
 
8
32
  **Note:** Version bump only for package @lansweeper/integrations-assets-grpc
package/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.6",
2
+ "version": "0.1.7",
3
3
  "package": "lansweeper.integrations.assets.v1",
4
4
  "name": "integrations-assets",
5
5
  "service": false
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@lansweeper/integrations-assets-grpc",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/Lansweeper/lansweeperapis.git"
7
+ },
4
8
  "description": "Integrations Assets gRPC",
5
9
  "main": "gen-proto/index.js",
6
10
  "types": "gen-proto/index.d.ts",
@@ -14,9 +18,6 @@
14
18
  "peerDependencies": {
15
19
  "@grpc/grpc-js": "^1.6.2"
16
20
  },
17
- "gitHead": "a4f411d8ae6fbc5f8ade9d8a0ea42bab62d3a10a",
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/Lansweeper/lansweeperapis.git"
21
+ "publishConfig": {
21
22
  }
22
- }
23
+ }
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Feb 02 08:38:51 UTC 2026
2
+ #Mon Mar 02 13:42:50 UTC 2026
3
3
  groupId=lansweeper.integrations.assets.v1
4
4
  artifactId=integrations-assets-model
5
- version=0.1.6
5
+ version=0.2.0
package/pom.xml DELETED
@@ -1,76 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project xmlns="http://maven.apache.org/POM/4.0.0"
3
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
- <modelVersion>4.0.0</modelVersion>
6
-
7
- <groupId>lansweeper.integrations.assets.v1</groupId>
8
- <artifactId>integrations-assets-model</artifactId>
9
- <version>0.1.6</version>
10
-
11
- <properties>
12
- <maven.compiler.source>17</maven.compiler.source>
13
- <maven.compiler.target>17</maven.compiler.target>
14
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
- <protoc.version>3.22.2</protoc.version>
16
- </properties>
17
-
18
- <build>
19
- <resources>
20
- <resource>
21
- <directory>${project.basedir}/src/main/proto</directory>
22
- </resource>
23
- </resources>
24
- <extensions>
25
- <extension>
26
- <groupId>kr.motd.maven</groupId>
27
- <artifactId>os-maven-plugin</artifactId>
28
- <version>1.7.1</version>
29
- </extension>
30
- </extensions>
31
- <plugins>
32
- <plugin>
33
- <groupId>org.xolstice.maven.plugins</groupId>
34
- <artifactId>protobuf-maven-plugin</artifactId>
35
- <version>0.6.1</version>
36
- <configuration>
37
- <protocArtifact>com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}</protocArtifact>
38
- </configuration>
39
- <executions>
40
- <execution>
41
- <goals>
42
- <goal>compile</goal>
43
- </goals>
44
- </execution>
45
- </executions>
46
- </plugin>
47
- <plugin>
48
- <groupId>org.apache.maven.plugins</groupId>
49
- <artifactId>maven-source-plugin</artifactId>
50
- <version>3.2.1</version>
51
- <executions>
52
- <execution>
53
- <id>attach-sources</id>
54
- <goals>
55
- <goal>jar</goal>
56
- </goals>
57
- </execution>
58
- </executions>
59
- </plugin>
60
- </plugins>
61
- </build>
62
-
63
- <dependencies>
64
- <dependency>
65
- <groupId>com.google.protobuf</groupId>
66
- <artifactId>protobuf-java</artifactId>
67
- <version>${protoc.version}</version>
68
- </dependency>
69
- <dependency>
70
- <groupId>com.google.protobuf</groupId>
71
- <artifactId>protobuf-java-util</artifactId>
72
- <version>${protoc.version}</version>
73
- </dependency>
74
- </dependencies>
75
-
76
- </project>