|
127 | 127 | obj['CreatedBy'] = ApiClient.convertToType(data['CreatedBy'], 'String'); |
128 | 128 | } |
129 | 129 | if (data.hasOwnProperty('CreatedByType')) { |
130 | | - obj['CreatedByType'] = ApiClient.convertToType(data['CreatedByType'], 'String'); |
| 130 | + obj['CreatedByType'] = ApiClient.convertToType(data['CreatedByType'], 'Number'); |
131 | 131 | } |
132 | 132 | if (data.hasOwnProperty('CreatedDate')) { |
133 | 133 | obj['CreatedDate'] = ApiClient.convertToType(data['CreatedDate'], 'Date'); |
|
136 | 136 | obj['UpdatedBy'] = ApiClient.convertToType(data['UpdatedBy'], 'String'); |
137 | 137 | } |
138 | 138 | if (data.hasOwnProperty('UpdatedByType')) { |
139 | | - obj['UpdatedByType'] = ApiClient.convertToType(data['UpdatedByType'], 'String'); |
| 139 | + obj['UpdatedByType'] = ApiClient.convertToType(data['UpdatedByType'], 'Number'); |
140 | 140 | } |
141 | 141 | if (data.hasOwnProperty('UpdatedDate')) { |
142 | 142 | obj['UpdatedDate'] = ApiClient.convertToType(data['UpdatedDate'], 'Date'); |
|
245 | 245 | */ |
246 | 246 | exports.prototype['CreatedBy'] = undefined; |
247 | 247 | /** |
| 248 | + * 0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted |
248 | 249 | * @member {module:model/SubscriptionProvisionModelAssetGroupWork.CreatedByTypeEnum} CreatedByType |
249 | 250 | */ |
250 | 251 | exports.prototype['CreatedByType'] = undefined; |
|
257 | 258 | */ |
258 | 259 | exports.prototype['UpdatedBy'] = undefined; |
259 | 260 | /** |
| 261 | + * 0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted |
260 | 262 | * @member {module:model/SubscriptionProvisionModelAssetGroupWork.UpdatedByTypeEnum} UpdatedByType |
261 | 263 | */ |
262 | 264 | exports.prototype['UpdatedByType'] = undefined; |
|
376 | 378 |
|
377 | 379 | /** |
378 | 380 | * Allowed values for the <code>createdByType</code> property. |
379 | | - * @enum {String} |
| 381 | + * @enum {Number} |
380 | 382 | * @readonly |
381 | 383 | */ |
382 | 384 | exports.CreatedByTypeEnum = { |
383 | 385 | /** |
384 | | - * value: "Application" |
| 386 | + * value: 0 |
385 | 387 | * @const |
386 | 388 | */ |
387 | | - application: "Application", |
| 389 | + _0: 0, |
388 | 390 |
|
389 | 391 | /** |
390 | | - * value: "User" |
| 392 | + * value: 1 |
391 | 393 | * @const |
392 | 394 | */ |
393 | | - user: "User", |
| 395 | + _1: 1, |
394 | 396 |
|
395 | 397 | /** |
396 | | - * value: "Generic" |
| 398 | + * value: 2 |
397 | 399 | * @const |
398 | 400 | */ |
399 | | - generic: "Generic", |
| 401 | + _2: 2, |
400 | 402 |
|
401 | 403 | /** |
402 | | - * value: "RestAPIAuth" |
| 404 | + * value: 3 |
403 | 405 | * @const |
404 | 406 | */ |
405 | | - restAPIAuth: "RestAPIAuth", |
| 407 | + _3: 3, |
406 | 408 |
|
407 | 409 | /** |
408 | | - * value: "Resource" |
| 410 | + * value: 4 |
409 | 411 | * @const |
410 | 412 | */ |
411 | | - resource: "Resource", |
| 413 | + _4: 4, |
412 | 414 |
|
413 | 415 | /** |
414 | | - * value: "Restricted" |
| 416 | + * value: 5 |
415 | 417 | * @const |
416 | 418 | */ |
417 | | - restricted: "Restricted" |
| 419 | + _5: 5 |
418 | 420 | }; |
419 | 421 |
|
420 | 422 | /** |
421 | 423 | * Allowed values for the <code>updatedByType</code> property. |
422 | | - * @enum {String} |
| 424 | + * @enum {Number} |
423 | 425 | * @readonly |
424 | 426 | */ |
425 | 427 | exports.UpdatedByTypeEnum = { |
426 | 428 | /** |
427 | | - * value: "Application" |
| 429 | + * value: 0 |
428 | 430 | * @const |
429 | 431 | */ |
430 | | - application: "Application", |
| 432 | + _0: 0, |
431 | 433 |
|
432 | 434 | /** |
433 | | - * value: "User" |
| 435 | + * value: 1 |
434 | 436 | * @const |
435 | 437 | */ |
436 | | - user: "User", |
| 438 | + _1: 1, |
437 | 439 |
|
438 | 440 | /** |
439 | | - * value: "Generic" |
| 441 | + * value: 2 |
440 | 442 | * @const |
441 | 443 | */ |
442 | | - generic: "Generic", |
| 444 | + _2: 2, |
443 | 445 |
|
444 | 446 | /** |
445 | | - * value: "RestAPIAuth" |
| 447 | + * value: 3 |
446 | 448 | * @const |
447 | 449 | */ |
448 | | - restAPIAuth: "RestAPIAuth", |
| 450 | + _3: 3, |
449 | 451 |
|
450 | 452 | /** |
451 | | - * value: "Resource" |
| 453 | + * value: 4 |
452 | 454 | * @const |
453 | 455 | */ |
454 | | - resource: "Resource", |
| 456 | + _4: 4, |
455 | 457 |
|
456 | 458 | /** |
457 | | - * value: "Restricted" |
| 459 | + * value: 5 |
458 | 460 | * @const |
459 | 461 | */ |
460 | | - restricted: "Restricted" |
| 462 | + _5: 5 |
461 | 463 | }; |
462 | 464 |
|
463 | 465 |
|
|
0 commit comments