@lansweeper/data-platform-outbound-grpc 0.3.16 → 0.3.17

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 (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +15 -21
  4. package/gen-proto/outbound_pb.js +50 -101
  5. package/generated-go/outbound.pb.go +8907 -8922
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +3 -4
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResult$1.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult$Builder.class → IntuneDeviceActionResult$Builder.class} +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult.class → IntuneDeviceActionResult.class} +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResultOrBuilder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  21. package/model/target/classes/outbound.proto +3 -4
  22. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +0 -185
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +0 -15
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +52 -52
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResult.java → IntuneDeviceActionResult.java} +56 -56
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResultOrBuilder.java → IntuneDeviceActionResultOrBuilder.java} +2 -2
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +9 -9
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2730 -2732
  29. package/model/target/maven-archiver/pom.properties +2 -2
  30. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -4
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -2
  32. package/model/target/{outbound-model-0.3.15-sources.jar → outbound-model-0.3.16-sources.jar} +0 -0
  33. package/model/target/{outbound-model-0.3.15.jar → outbound-model-0.3.16.jar} +0 -0
  34. package/package.json +2 -2
  35. package/pom.xml +1 -1
  36. package/proto/outbound.proto +3 -4
  37. package/service/pom.xml +1 -1
  38. package/service/target/maven-archiver/pom.properties +2 -2
  39. package/service/target/{outbound-service-0.3.15-sources.jar → outbound-service-0.3.16-sources.jar} +0 -0
  40. package/service/target/{outbound-service-0.3.15.jar → outbound-service-0.3.16.jar} +0 -0
  41. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
  42. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
@@ -746,11 +746,6 @@ export class Asset extends jspb.Message {
746
746
  getIntuneDevice(): IntuneDevice | undefined;
747
747
  setIntuneDevice(value?: IntuneDevice): Asset;
748
748
 
749
- hasIntuneApplication(): boolean;
750
- clearIntuneApplication(): void;
751
- getIntuneApplication(): IntuneApplication | undefined;
752
- setIntuneApplication(value?: IntuneApplication): Asset;
753
-
754
749
  serializeBinary(): Uint8Array;
755
750
  toObject(includeInstance?: boolean): Asset.AsObject;
756
751
  static toObject(includeInstance: boolean, msg: Asset): Asset.AsObject;
@@ -798,7 +793,6 @@ export namespace Asset {
798
793
  cloud?: CloudEntity.AsObject,
799
794
  changeLogList: Array<AssetChangeEvent.AsObject>,
800
795
  intuneDevice?: IntuneDevice.AsObject,
801
- intuneApplication?: IntuneApplication.AsObject,
802
796
  }
803
797
  }
804
798
 
@@ -2225,33 +2219,33 @@ export namespace AssetType {
2225
2219
  }
2226
2220
  }
2227
2221
 
2228
- export class DeviceActionResult extends jspb.Message {
2222
+ export class IntuneDeviceActionResult extends jspb.Message {
2229
2223
  getActionName(): string;
2230
- setActionName(value: string): DeviceActionResult;
2224
+ setActionName(value: string): IntuneDeviceActionResult;
2231
2225
  getActionState(): string;
2232
- setActionState(value: string): DeviceActionResult;
2226
+ setActionState(value: string): IntuneDeviceActionResult;
2233
2227
 
2234
2228
  hasStartDateTime(): boolean;
2235
2229
  clearStartDateTime(): void;
2236
2230
  getStartDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2237
- setStartDateTime(value?: google_protobuf_timestamp_pb.Timestamp): DeviceActionResult;
2231
+ setStartDateTime(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDeviceActionResult;
2238
2232
 
2239
2233
  hasLastUpdatedDateTime(): boolean;
2240
2234
  clearLastUpdatedDateTime(): void;
2241
2235
  getLastUpdatedDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2242
- setLastUpdatedDateTime(value?: google_protobuf_timestamp_pb.Timestamp): DeviceActionResult;
2236
+ setLastUpdatedDateTime(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDeviceActionResult;
2243
2237
 
2244
2238
  serializeBinary(): Uint8Array;
2245
- toObject(includeInstance?: boolean): DeviceActionResult.AsObject;
2246
- static toObject(includeInstance: boolean, msg: DeviceActionResult): DeviceActionResult.AsObject;
2239
+ toObject(includeInstance?: boolean): IntuneDeviceActionResult.AsObject;
2240
+ static toObject(includeInstance: boolean, msg: IntuneDeviceActionResult): IntuneDeviceActionResult.AsObject;
2247
2241
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2248
2242
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2249
- static serializeBinaryToWriter(message: DeviceActionResult, writer: jspb.BinaryWriter): void;
2250
- static deserializeBinary(bytes: Uint8Array): DeviceActionResult;
2251
- static deserializeBinaryFromReader(message: DeviceActionResult, reader: jspb.BinaryReader): DeviceActionResult;
2243
+ static serializeBinaryToWriter(message: IntuneDeviceActionResult, writer: jspb.BinaryWriter): void;
2244
+ static deserializeBinary(bytes: Uint8Array): IntuneDeviceActionResult;
2245
+ static deserializeBinaryFromReader(message: IntuneDeviceActionResult, reader: jspb.BinaryReader): IntuneDeviceActionResult;
2252
2246
  }
2253
2247
 
2254
- export namespace DeviceActionResult {
2248
+ export namespace IntuneDeviceActionResult {
2255
2249
  export type AsObject = {
2256
2250
  actionName: string,
2257
2251
  actionState: string,
@@ -2320,9 +2314,9 @@ export class IntuneDevice extends jspb.Message {
2320
2314
  getManagedDeviceOwnerType(): string;
2321
2315
  setManagedDeviceOwnerType(value: string): IntuneDevice;
2322
2316
  clearDeviceActionResultsList(): void;
2323
- getDeviceActionResultsList(): Array<DeviceActionResult>;
2324
- setDeviceActionResultsList(value: Array<DeviceActionResult>): IntuneDevice;
2325
- addDeviceActionResults(value?: DeviceActionResult, index?: number): DeviceActionResult;
2317
+ getDeviceActionResultsList(): Array<IntuneDeviceActionResult>;
2318
+ setDeviceActionResultsList(value: Array<IntuneDeviceActionResult>): IntuneDevice;
2319
+ addDeviceActionResults(value?: IntuneDeviceActionResult, index?: number): IntuneDeviceActionResult;
2326
2320
 
2327
2321
  hasEnrolledDateTime(): boolean;
2328
2322
  clearEnrolledDateTime(): void;
@@ -2499,7 +2493,7 @@ export namespace IntuneDevice {
2499
2493
  userId: string,
2500
2494
  deviceName: string,
2501
2495
  managedDeviceOwnerType: string,
2502
- deviceActionResultsList: Array<DeviceActionResult.AsObject>,
2496
+ deviceActionResultsList: Array<IntuneDeviceActionResult.AsObject>,
2503
2497
  enrolledDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2504
2498
  lastSyncDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2505
2499
  operatingSystem: string,
@@ -102,7 +102,6 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrField', null, global)
102
102
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrelationFields', null, global);
103
103
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrelationInfo', null, global);
104
104
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DataProcessor', null, global);
105
- goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DeviceActionResult', null, global);
106
105
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DriveVolume', null, global);
107
106
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver', null, global);
108
107
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase', null, global);
@@ -133,6 +132,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserO
133
132
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
134
133
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneApplication', null, global);
135
134
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDevice', null, global);
135
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult', null, global);
136
136
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
137
137
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpLocationConfig', null, global);
138
138
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionError', null, global);
@@ -1101,16 +1101,16 @@ if (goog.DEBUG && !COMPILED) {
1101
1101
  * @extends {jspb.Message}
1102
1102
  * @constructor
1103
1103
  */
1104
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult = function(opt_data) {
1104
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult = function(opt_data) {
1105
1105
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1106
1106
  };
1107
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, jspb.Message);
1107
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, jspb.Message);
1108
1108
  if (goog.DEBUG && !COMPILED) {
1109
1109
  /**
1110
1110
  * @public
1111
1111
  * @override
1112
1112
  */
1113
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.displayName = 'proto.com.lansweeper.dp.outbound.v1.DeviceActionResult';
1113
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.displayName = 'proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult';
1114
1114
  }
1115
1115
  /**
1116
1116
  * Generated by JsPbCodeGenerator.
@@ -9234,8 +9234,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
9234
9234
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f),
9235
9235
  changeLogList: jspb.Message.toObjectList(msg.getChangeLogList(),
9236
9236
  proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject, includeInstance),
9237
- intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f),
9238
- intuneApplication: (f = msg.getIntuneApplication()) && proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject(includeInstance, f)
9237
+ intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f)
9239
9238
  };
9240
9239
 
9241
9240
  if (includeInstance) {
@@ -9444,11 +9443,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
9444
9443
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader);
9445
9444
  msg.setIntuneDevice(value);
9446
9445
  break;
9447
- case 91:
9448
- var value = new proto.com.lansweeper.dp.outbound.v1.IntuneApplication;
9449
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader);
9450
- msg.setIntuneApplication(value);
9451
- break;
9452
9446
  default:
9453
9447
  reader.skipField();
9454
9448
  break;
@@ -9755,14 +9749,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
9755
9749
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter
9756
9750
  );
9757
9751
  }
9758
- f = message.getIntuneApplication();
9759
- if (f != null) {
9760
- writer.writeMessage(
9761
- 91,
9762
- f,
9763
- proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter
9764
- );
9765
- }
9766
9752
  };
9767
9753
 
9768
9754
 
@@ -11066,43 +11052,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneDevice = function()
11066
11052
  };
11067
11053
 
11068
11054
 
11069
- /**
11070
- * optional IntuneApplication intune_application = 91;
11071
- * @return {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
11072
- */
11073
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getIntuneApplication = function() {
11074
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.IntuneApplication} */ (
11075
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneApplication, 91));
11076
- };
11077
-
11078
-
11079
- /**
11080
- * @param {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication|undefined} value
11081
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
11082
- */
11083
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setIntuneApplication = function(value) {
11084
- return jspb.Message.setWrapperField(this, 91, value);
11085
- };
11086
-
11087
-
11088
- /**
11089
- * Clears the message field making it undefined.
11090
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
11091
- */
11092
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearIntuneApplication = function() {
11093
- return this.setIntuneApplication(undefined);
11094
- };
11095
-
11096
-
11097
- /**
11098
- * Returns whether this field is set.
11099
- * @return {boolean}
11100
- */
11101
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneApplication = function() {
11102
- return jspb.Message.getField(this, 91) != null;
11103
- };
11104
-
11105
-
11106
11055
 
11107
11056
  /**
11108
11057
  * Oneof group definitions for this message. Each group defines the field
@@ -22947,8 +22896,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
22947
22896
  * http://goto/soy-param-migration
22948
22897
  * @return {!Object}
22949
22898
  */
22950
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.toObject = function(opt_includeInstance) {
22951
- return proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject(opt_includeInstance, this);
22899
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.toObject = function(opt_includeInstance) {
22900
+ return proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject(opt_includeInstance, this);
22952
22901
  };
22953
22902
 
22954
22903
 
@@ -22957,11 +22906,11 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.toObject = func
22957
22906
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
22958
22907
  * the JSPB instance for transitional soy proto support:
22959
22908
  * http://goto/soy-param-migration
22960
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} msg The msg instance to transform.
22909
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} msg The msg instance to transform.
22961
22910
  * @return {!Object}
22962
22911
  * @suppress {unusedLocalVariables} f is only used for nested messages
22963
22912
  */
22964
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject = function(includeInstance, msg) {
22913
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject = function(includeInstance, msg) {
22965
22914
  var f, obj = {
22966
22915
  actionName: jspb.Message.getFieldWithDefault(msg, 1, ""),
22967
22916
  actionState: jspb.Message.getFieldWithDefault(msg, 2, ""),
@@ -22980,23 +22929,23 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject = function(inclu
22980
22929
  /**
22981
22930
  * Deserializes binary data (in protobuf wire format).
22982
22931
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
22983
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
22932
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
22984
22933
  */
22985
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinary = function(bytes) {
22934
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinary = function(bytes) {
22986
22935
  var reader = new jspb.BinaryReader(bytes);
22987
- var msg = new proto.com.lansweeper.dp.outbound.v1.DeviceActionResult;
22988
- return proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader(msg, reader);
22936
+ var msg = new proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult;
22937
+ return proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader(msg, reader);
22989
22938
  };
22990
22939
 
22991
22940
 
22992
22941
  /**
22993
22942
  * Deserializes binary data (in protobuf wire format) from the
22994
22943
  * given reader into the given message object.
22995
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} msg The message object to deserialize into.
22944
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} msg The message object to deserialize into.
22996
22945
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22997
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
22946
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
22998
22947
  */
22999
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader = function(msg, reader) {
22948
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader = function(msg, reader) {
23000
22949
  while (reader.nextField()) {
23001
22950
  if (reader.isEndGroup()) {
23002
22951
  break;
@@ -23034,9 +22983,9 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromRead
23034
22983
  * Serializes the message to binary data (in protobuf wire format).
23035
22984
  * @return {!Uint8Array}
23036
22985
  */
23037
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.serializeBinary = function() {
22986
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.serializeBinary = function() {
23038
22987
  var writer = new jspb.BinaryWriter();
23039
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter(this, writer);
22988
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter(this, writer);
23040
22989
  return writer.getResultBuffer();
23041
22990
  };
23042
22991
 
@@ -23044,11 +22993,11 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.serializeBinary
23044
22993
  /**
23045
22994
  * Serializes the given message to binary data (in protobuf wire
23046
22995
  * format), writing to the given BinaryWriter.
23047
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} message
22996
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} message
23048
22997
  * @param {!jspb.BinaryWriter} writer
23049
22998
  * @suppress {unusedLocalVariables} f is only used for nested messages
23050
22999
  */
23051
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter = function(message, writer) {
23000
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter = function(message, writer) {
23052
23001
  var f = undefined;
23053
23002
  f = message.getActionName();
23054
23003
  if (f.length > 0) {
@@ -23087,16 +23036,16 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter =
23087
23036
  * optional string action_name = 1;
23088
23037
  * @return {string}
23089
23038
  */
23090
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getActionName = function() {
23039
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getActionName = function() {
23091
23040
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
23092
23041
  };
23093
23042
 
23094
23043
 
23095
23044
  /**
23096
23045
  * @param {string} value
23097
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23046
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23098
23047
  */
23099
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionName = function(value) {
23048
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setActionName = function(value) {
23100
23049
  return jspb.Message.setProto3StringField(this, 1, value);
23101
23050
  };
23102
23051
 
@@ -23105,16 +23054,16 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionName =
23105
23054
  * optional string action_state = 2;
23106
23055
  * @return {string}
23107
23056
  */
23108
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getActionState = function() {
23057
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getActionState = function() {
23109
23058
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
23110
23059
  };
23111
23060
 
23112
23061
 
23113
23062
  /**
23114
23063
  * @param {string} value
23115
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23064
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23116
23065
  */
23117
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionState = function(value) {
23066
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setActionState = function(value) {
23118
23067
  return jspb.Message.setProto3StringField(this, 2, value);
23119
23068
  };
23120
23069
 
@@ -23123,7 +23072,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionState
23123
23072
  * optional google.protobuf.Timestamp start_date_time = 3;
23124
23073
  * @return {?proto.google.protobuf.Timestamp}
23125
23074
  */
23126
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getStartDateTime = function() {
23075
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getStartDateTime = function() {
23127
23076
  return /** @type{?proto.google.protobuf.Timestamp} */ (
23128
23077
  jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
23129
23078
  };
@@ -23131,18 +23080,18 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getStartDateTim
23131
23080
 
23132
23081
  /**
23133
23082
  * @param {?proto.google.protobuf.Timestamp|undefined} value
23134
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23083
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23135
23084
  */
23136
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setStartDateTime = function(value) {
23085
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setStartDateTime = function(value) {
23137
23086
  return jspb.Message.setWrapperField(this, 3, value);
23138
23087
  };
23139
23088
 
23140
23089
 
23141
23090
  /**
23142
23091
  * Clears the message field making it undefined.
23143
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23092
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23144
23093
  */
23145
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearStartDateTime = function() {
23094
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.clearStartDateTime = function() {
23146
23095
  return this.setStartDateTime(undefined);
23147
23096
  };
23148
23097
 
@@ -23151,7 +23100,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearStartDateT
23151
23100
  * Returns whether this field is set.
23152
23101
  * @return {boolean}
23153
23102
  */
23154
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasStartDateTime = function() {
23103
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.hasStartDateTime = function() {
23155
23104
  return jspb.Message.getField(this, 3) != null;
23156
23105
  };
23157
23106
 
@@ -23160,7 +23109,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasStartDateTim
23160
23109
  * optional google.protobuf.Timestamp last_updated_date_time = 4;
23161
23110
  * @return {?proto.google.protobuf.Timestamp}
23162
23111
  */
23163
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getLastUpdatedDateTime = function() {
23112
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getLastUpdatedDateTime = function() {
23164
23113
  return /** @type{?proto.google.protobuf.Timestamp} */ (
23165
23114
  jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
23166
23115
  };
@@ -23168,18 +23117,18 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getLastUpdatedD
23168
23117
 
23169
23118
  /**
23170
23119
  * @param {?proto.google.protobuf.Timestamp|undefined} value
23171
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23120
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23172
23121
  */
23173
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setLastUpdatedDateTime = function(value) {
23122
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setLastUpdatedDateTime = function(value) {
23174
23123
  return jspb.Message.setWrapperField(this, 4, value);
23175
23124
  };
23176
23125
 
23177
23126
 
23178
23127
  /**
23179
23128
  * Clears the message field making it undefined.
23180
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23129
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23181
23130
  */
23182
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearLastUpdatedDateTime = function() {
23131
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.clearLastUpdatedDateTime = function() {
23183
23132
  return this.setLastUpdatedDateTime(undefined);
23184
23133
  };
23185
23134
 
@@ -23188,7 +23137,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearLastUpdate
23188
23137
  * Returns whether this field is set.
23189
23138
  * @return {boolean}
23190
23139
  */
23191
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasLastUpdatedDateTime = function() {
23140
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.hasLastUpdatedDateTime = function() {
23192
23141
  return jspb.Message.getField(this, 4) != null;
23193
23142
  };
23194
23143
 
@@ -23259,7 +23208,7 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject = function(includeInst
23259
23208
  deviceName: jspb.Message.getFieldWithDefault(msg, 25, ""),
23260
23209
  managedDeviceOwnerType: jspb.Message.getFieldWithDefault(msg, 26, ""),
23261
23210
  deviceActionResultsList: jspb.Message.toObjectList(msg.getDeviceActionResultsList(),
23262
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject, includeInstance),
23211
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject, includeInstance),
23263
23212
  enrolledDateTime: (f = msg.getEnrolledDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
23264
23213
  lastSyncDateTime: (f = msg.getLastSyncDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
23265
23214
  operatingSystem: jspb.Message.getFieldWithDefault(msg, 30, ""),
@@ -23464,8 +23413,8 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader = f
23464
23413
  msg.setManagedDeviceOwnerType(value);
23465
23414
  break;
23466
23415
  case 27:
23467
- var value = new proto.com.lansweeper.dp.outbound.v1.DeviceActionResult;
23468
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader);
23416
+ var value = new proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult;
23417
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader);
23469
23418
  msg.addDeviceActionResults(value);
23470
23419
  break;
23471
23420
  case 28:
@@ -23932,7 +23881,7 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter = funct
23932
23881
  writer.writeRepeatedMessage(
23933
23882
  27,
23934
23883
  f,
23935
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter
23884
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter
23936
23885
  );
23937
23886
  }
23938
23887
  f = message.getEnrolledDateTime();
@@ -24871,17 +24820,17 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManagedDeviceOwner
24871
24820
 
24872
24821
 
24873
24822
  /**
24874
- * repeated DeviceActionResult device_action_results = 27;
24875
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>}
24823
+ * repeated IntuneDeviceActionResult device_action_results = 27;
24824
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>}
24876
24825
  */
24877
24826
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceActionResultsList = function() {
24878
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>} */ (
24879
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, 27));
24827
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>} */ (
24828
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, 27));
24880
24829
  };
24881
24830
 
24882
24831
 
24883
24832
  /**
24884
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>} value
24833
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>} value
24885
24834
  * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
24886
24835
  */
24887
24836
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResultsList = function(value) {
@@ -24890,12 +24839,12 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResult
24890
24839
 
24891
24840
 
24892
24841
  /**
24893
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult=} opt_value
24842
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult=} opt_value
24894
24843
  * @param {number=} opt_index
24895
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
24844
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
24896
24845
  */
24897
24846
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.addDeviceActionResults = function(opt_value, opt_index) {
24898
- return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, opt_index);
24847
+ return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, opt_index);
24899
24848
  };
24900
24849
 
24901
24850