Commit a58ef248 authored by Michel Roy's avatar Michel Roy Committed by Kevin Di Lallo
Browse files

demo1 client swagger update

parent e99599a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ Name | Type | Description | Notes

* `UPDATE` (value: `"STATE-UPDATE"`)

* `TRANSFER-START` (value: `"STATE-TRANSFER-START"`)
* `TRANSFER_START` (value: `"STATE-TRANSFER-START"`)

* `TRANSFER-COMPLETE` (value: `"STATE-TRANSFER-COMPLETE"`)
* `TRANSFER_COMPLETE` (value: `"STATE-TRANSFER-COMPLETE"`)

* `TRANSFER-CANCEL` (value: `"STATE-TRANSFER-CANCEL"`)
* `TRANSFER_CANCEL` (value: `"STATE-TRANSFER-CANCEL"`)



+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**callbackData** | **String** | CallBackData if passed by the application during the associated Subscription (Zone or User Tracking) operation | 
**zoneId** | **String** | Unique Identifier of a Location Zone | [optional] 
**address** | **String** | Address of the user or device based on the connected access point - address = acr:<UE IP address> | [optional] 
**address** | **String** | Address of the user or device based on the connected access point - address = acr:<UE IP address> | [optional] 
**interestRealm** | **String** | Details about the access point, geographical position, industry, etc. | [optional] 
**userEventType** | [**UserEventType**](UserEventType.md) |  | [optional] 
**currentAccessPointId** | **String** | Unique identifier of a point of access | [optional] 
+3 −3
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
## Enum


* `Entering` (value: `"Entering"`)
* `entering` (value: `"Entering"`)

* `Transferring` (value: `"Transferring"`)
* `transferring` (value: `"Transferring"`)

* `Exiting` (value: `"Exiting"`)
* `exiting` (value: `"Exiting"`)

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **String** | Unique identifier of a user or client node | [optional] 
**address** | **String** | Address of the user or device based on the connected access point - address &#x3D; acr:&lt;UE IP address&gt; | 
**address** | **String** | Address of the user or device based on the connected access point - address = acr:<UE IP address> | 
**accessPointId** | **String** | Unique identifier of a point of access | 
**zoneId** | **String** | Unique Identifier of a Location Zone | 
**resourceURL** | **String** | URL where the UE may be contacted for some service (application specific) | 
+3 −2
Original line number Diff line number Diff line
@@ -5,13 +5,14 @@
  "license": "Apache 2.0",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive"
    "test": "mocha --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "3.5.2"
    "superagent": "3.7.0",
    "querystring": "0.2.0"
  },
  "devDependencies": {
    "mocha": "~2.3.4",
Loading