@polyguard/sdk 1.4.2 → 1.5.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 (116) hide show
  1. package/LICENSE +200 -0
  2. package/README.md +328 -0
  3. package/dist/sdk.esm.js +16 -4
  4. package/dist/sdk.js +16 -4
  5. package/dist/server.esm.js +83 -0
  6. package/package.json +14 -3
  7. package/dist/sdk.global.js +0 -11256
  8. package/scripts/regenerate-client.sh +0 -59
  9. package/src/PolyguardClient.js +0 -25
  10. package/src/PolyguardWebsocketClientImpl.js +0 -183
  11. package/src/__tests__/PolyguardClient.test.js +0 -65
  12. package/src/__tests__/PolyguardWebsocketClientImpl.test.js +0 -574
  13. package/src/__tests__/helpers/fixtures.js +0 -27
  14. package/src/__tests__/helpers/mockWebSocket.js +0 -66
  15. package/src/__tests__/sidebar.test.js +0 -289
  16. package/src/browser.js +0 -9
  17. package/src/generated/.babelrc +0 -33
  18. package/src/generated/.openapi-generator/FILES +0 -63
  19. package/src/generated/.openapi-generator/VERSION +0 -1
  20. package/src/generated/.openapi-generator-ignore +0 -23
  21. package/src/generated/.travis.yml +0 -5
  22. package/src/generated/README.md +0 -211
  23. package/src/generated/docs/ApiControllersPslStirCallRequest.md +0 -18
  24. package/src/generated/docs/ApiModelsApiCallModelsCallRequest.md +0 -12
  25. package/src/generated/docs/AppId.md +0 -8
  26. package/src/generated/docs/AppleApi.md +0 -88
  27. package/src/generated/docs/AuthApi.md +0 -1464
  28. package/src/generated/docs/BlockingApi.md +0 -208
  29. package/src/generated/docs/CallsApi.md +0 -140
  30. package/src/generated/docs/Certainty.md +0 -8
  31. package/src/generated/docs/CreateLinkRequest.md +0 -12
  32. package/src/generated/docs/DefaultApi.md +0 -128
  33. package/src/generated/docs/HTTPValidationError.md +0 -9
  34. package/src/generated/docs/InviteRequestModel.md +0 -10
  35. package/src/generated/docs/JWTRequest.md +0 -11
  36. package/src/generated/docs/LinksApi.md +0 -162
  37. package/src/generated/docs/NumberVerification.md +0 -10
  38. package/src/generated/docs/SdkApi.md +0 -54
  39. package/src/generated/docs/SecureLinksApi.md +0 -614
  40. package/src/generated/docs/StartAttestationRequest.md +0 -9
  41. package/src/generated/docs/StartMeetingRequest.md +0 -9
  42. package/src/generated/docs/StirApi.md +0 -52
  43. package/src/generated/docs/TwilioApi.md +0 -138
  44. package/src/generated/docs/UsersApi.md +0 -362
  45. package/src/generated/docs/ValidationError.md +0 -11
  46. package/src/generated/docs/ValidationErrorLocInner.md +0 -8
  47. package/src/generated/docs/VeriffApi.md +0 -188
  48. package/src/generated/docs/VeriffSessionRequest.md +0 -10
  49. package/src/generated/docs/VerifyRequest.md +0 -10
  50. package/src/generated/docs/WellKnownApi.md +0 -128
  51. package/src/generated/docs/ZoomApi.md +0 -848
  52. package/src/generated/git_push.sh +0 -57
  53. package/src/generated/mocha.opts +0 -1
  54. package/src/generated/package.json +0 -46
  55. package/src/generated/src/ApiClient.js +0 -677
  56. package/src/generated/src/api/AppleApi.js +0 -109
  57. package/src/generated/src/api/AuthApi.js +0 -1512
  58. package/src/generated/src/api/BlockingApi.js +0 -217
  59. package/src/generated/src/api/CallsApi.js +0 -164
  60. package/src/generated/src/api/DefaultApi.js +0 -145
  61. package/src/generated/src/api/LinksApi.js +0 -195
  62. package/src/generated/src/api/SdkApi.js +0 -81
  63. package/src/generated/src/api/SecureLinksApi.js +0 -670
  64. package/src/generated/src/api/StirApi.js +0 -80
  65. package/src/generated/src/api/TwilioApi.js +0 -158
  66. package/src/generated/src/api/UsersApi.js +0 -375
  67. package/src/generated/src/api/VeriffApi.js +0 -209
  68. package/src/generated/src/api/WellKnownApi.js +0 -145
  69. package/src/generated/src/api/ZoomApi.js +0 -823
  70. package/src/generated/src/index.js +0 -244
  71. package/src/generated/src/model/ApiControllersPslStirCallRequest.js +0 -211
  72. package/src/generated/src/model/ApiModelsApiCallModelsCallRequest.js +0 -119
  73. package/src/generated/src/model/CreateLinkRequest.js +0 -131
  74. package/src/generated/src/model/HTTPValidationError.js +0 -94
  75. package/src/generated/src/model/InviteRequestModel.js +0 -109
  76. package/src/generated/src/model/JWTRequest.js +0 -113
  77. package/src/generated/src/model/NumberVerification.js +0 -107
  78. package/src/generated/src/model/StartAttestationRequest.js +0 -95
  79. package/src/generated/src/model/StartMeetingRequest.js +0 -95
  80. package/src/generated/src/model/ValidationError.js +0 -130
  81. package/src/generated/src/model/VeriffSessionRequest.js +0 -107
  82. package/src/generated/src/model/VerifyRequest.js +0 -109
  83. package/src/generated/test/api/AppleApi.spec.js +0 -73
  84. package/src/generated/test/api/AuthApi.spec.js +0 -353
  85. package/src/generated/test/api/BlockingApi.spec.js +0 -103
  86. package/src/generated/test/api/CallsApi.spec.js +0 -83
  87. package/src/generated/test/api/DefaultApi.spec.js +0 -73
  88. package/src/generated/test/api/LinksApi.spec.js +0 -83
  89. package/src/generated/test/api/SdkApi.spec.js +0 -63
  90. package/src/generated/test/api/SecureLinksApi.spec.js +0 -143
  91. package/src/generated/test/api/StirApi.spec.js +0 -63
  92. package/src/generated/test/api/TwilioApi.spec.js +0 -83
  93. package/src/generated/test/api/UsersApi.spec.js +0 -133
  94. package/src/generated/test/api/VeriffApi.spec.js +0 -93
  95. package/src/generated/test/api/WellKnownApi.spec.js +0 -83
  96. package/src/generated/test/api/ZoomApi.spec.js +0 -213
  97. package/src/generated/test/model/ApiControllersPslStirCallRequest.spec.js +0 -119
  98. package/src/generated/test/model/ApiModelsApiCallModelsCallRequest.spec.js +0 -83
  99. package/src/generated/test/model/AppId.spec.js +0 -59
  100. package/src/generated/test/model/Certainty.spec.js +0 -59
  101. package/src/generated/test/model/CreateLinkRequest.spec.js +0 -83
  102. package/src/generated/test/model/HTTPValidationError.spec.js +0 -65
  103. package/src/generated/test/model/InviteRequestModel.spec.js +0 -71
  104. package/src/generated/test/model/JWTRequest.spec.js +0 -77
  105. package/src/generated/test/model/NumberVerification.spec.js +0 -71
  106. package/src/generated/test/model/StartAttestationRequest.spec.js +0 -65
  107. package/src/generated/test/model/StartMeetingRequest.spec.js +0 -65
  108. package/src/generated/test/model/ValidationError.spec.js +0 -77
  109. package/src/generated/test/model/ValidationErrorLocInner.spec.js +0 -59
  110. package/src/generated/test/model/VeriffSessionRequest.spec.js +0 -71
  111. package/src/generated/test/model/VerifyRequest.spec.js +0 -71
  112. package/src/index.js +0 -16
  113. package/src/messageHandler.js +0 -121
  114. package/src/ticketService.js +0 -24
  115. package/src/ui.js +0 -88
  116. package/vitest.config.js +0 -10
@@ -1,208 +0,0 @@
1
- # FastApi.BlockingApi
2
-
3
- All URIs are relative to *http://localhost*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**ftcDeleteBlockingFtcDelete**](BlockingApi.md#ftcDeleteBlockingFtcDelete) | **DELETE** /blocking/ftc | Ftc Delete
8
- [**ftcPullBlockingFtcpullPost**](BlockingApi.md#ftcPullBlockingFtcpullPost) | **POST** /blocking/ftcpull | Ftc Pull
9
- [**fullReportBlockingFullreportGet**](BlockingApi.md#fullReportBlockingFullreportGet) | **GET** /blocking/fullreport | Full Report
10
- [**fullReportBlockingFullreportPost**](BlockingApi.md#fullReportBlockingFullreportPost) | **POST** /blocking/fullreport | Full Report
11
- [**fullReportHeadBlockingFullreportHead**](BlockingApi.md#fullReportHeadBlockingFullreportHead) | **HEAD** /blocking/fullreport | Full Report Head
12
-
13
-
14
-
15
- ## ftcDeleteBlockingFtcDelete
16
-
17
- > Object ftcDeleteBlockingFtcDelete()
18
-
19
- Ftc Delete
20
-
21
- ### Example
22
-
23
- ```javascript
24
- import FastApi from 'fast_api';
25
-
26
- let apiInstance = new FastApi.BlockingApi();
27
- apiInstance.ftcDeleteBlockingFtcDelete((error, data, response) => {
28
- if (error) {
29
- console.error(error);
30
- } else {
31
- console.log('API called successfully. Returned data: ' + data);
32
- }
33
- });
34
- ```
35
-
36
- ### Parameters
37
-
38
- This endpoint does not need any parameter.
39
-
40
- ### Return type
41
-
42
- **Object**
43
-
44
- ### Authorization
45
-
46
- No authorization required
47
-
48
- ### HTTP request headers
49
-
50
- - **Content-Type**: Not defined
51
- - **Accept**: application/json
52
-
53
-
54
- ## ftcPullBlockingFtcpullPost
55
-
56
- > Object ftcPullBlockingFtcpullPost()
57
-
58
- Ftc Pull
59
-
60
- ### Example
61
-
62
- ```javascript
63
- import FastApi from 'fast_api';
64
-
65
- let apiInstance = new FastApi.BlockingApi();
66
- apiInstance.ftcPullBlockingFtcpullPost((error, data, response) => {
67
- if (error) {
68
- console.error(error);
69
- } else {
70
- console.log('API called successfully. Returned data: ' + data);
71
- }
72
- });
73
- ```
74
-
75
- ### Parameters
76
-
77
- This endpoint does not need any parameter.
78
-
79
- ### Return type
80
-
81
- **Object**
82
-
83
- ### Authorization
84
-
85
- No authorization required
86
-
87
- ### HTTP request headers
88
-
89
- - **Content-Type**: Not defined
90
- - **Accept**: application/json
91
-
92
-
93
- ## fullReportBlockingFullreportGet
94
-
95
- > Object fullReportBlockingFullreportGet()
96
-
97
- Full Report
98
-
99
- ### Example
100
-
101
- ```javascript
102
- import FastApi from 'fast_api';
103
-
104
- let apiInstance = new FastApi.BlockingApi();
105
- apiInstance.fullReportBlockingFullreportGet((error, data, response) => {
106
- if (error) {
107
- console.error(error);
108
- } else {
109
- console.log('API called successfully. Returned data: ' + data);
110
- }
111
- });
112
- ```
113
-
114
- ### Parameters
115
-
116
- This endpoint does not need any parameter.
117
-
118
- ### Return type
119
-
120
- **Object**
121
-
122
- ### Authorization
123
-
124
- No authorization required
125
-
126
- ### HTTP request headers
127
-
128
- - **Content-Type**: Not defined
129
- - **Accept**: application/json
130
-
131
-
132
- ## fullReportBlockingFullreportPost
133
-
134
- > Object fullReportBlockingFullreportPost()
135
-
136
- Full Report
137
-
138
- ### Example
139
-
140
- ```javascript
141
- import FastApi from 'fast_api';
142
-
143
- let apiInstance = new FastApi.BlockingApi();
144
- apiInstance.fullReportBlockingFullreportPost((error, data, response) => {
145
- if (error) {
146
- console.error(error);
147
- } else {
148
- console.log('API called successfully. Returned data: ' + data);
149
- }
150
- });
151
- ```
152
-
153
- ### Parameters
154
-
155
- This endpoint does not need any parameter.
156
-
157
- ### Return type
158
-
159
- **Object**
160
-
161
- ### Authorization
162
-
163
- No authorization required
164
-
165
- ### HTTP request headers
166
-
167
- - **Content-Type**: Not defined
168
- - **Accept**: application/json
169
-
170
-
171
- ## fullReportHeadBlockingFullreportHead
172
-
173
- > Object fullReportHeadBlockingFullreportHead()
174
-
175
- Full Report Head
176
-
177
- ### Example
178
-
179
- ```javascript
180
- import FastApi from 'fast_api';
181
-
182
- let apiInstance = new FastApi.BlockingApi();
183
- apiInstance.fullReportHeadBlockingFullreportHead((error, data, response) => {
184
- if (error) {
185
- console.error(error);
186
- } else {
187
- console.log('API called successfully. Returned data: ' + data);
188
- }
189
- });
190
- ```
191
-
192
- ### Parameters
193
-
194
- This endpoint does not need any parameter.
195
-
196
- ### Return type
197
-
198
- **Object**
199
-
200
- ### Authorization
201
-
202
- No authorization required
203
-
204
- ### HTTP request headers
205
-
206
- - **Content-Type**: Not defined
207
- - **Accept**: application/json
208
-
@@ -1,140 +0,0 @@
1
- # FastApi.CallsApi
2
-
3
- All URIs are relative to *http://localhost*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**cancelCallCancelCallCallIdPost**](CallsApi.md#cancelCallCancelCallCallIdPost) | **POST** /cancel_call/{call_id} | Cancel Call
8
- [**joinCallJoinCallCallIdPost**](CallsApi.md#joinCallJoinCallCallIdPost) | **POST** /join_call/{call_id} | Join Call
9
- [**startCallStartCallPost**](CallsApi.md#startCallStartCallPost) | **POST** /start_call/ | Start Call
10
-
11
-
12
-
13
- ## cancelCallCancelCallCallIdPost
14
-
15
- > Object cancelCallCancelCallCallIdPost(callId)
16
-
17
- Cancel Call
18
-
19
- ### Example
20
-
21
- ```javascript
22
- import FastApi from 'fast_api';
23
-
24
- let apiInstance = new FastApi.CallsApi();
25
- let callId = "callId_example"; // String |
26
- apiInstance.cancelCallCancelCallCallIdPost(callId, (error, data, response) => {
27
- if (error) {
28
- console.error(error);
29
- } else {
30
- console.log('API called successfully. Returned data: ' + data);
31
- }
32
- });
33
- ```
34
-
35
- ### Parameters
36
-
37
-
38
- Name | Type | Description | Notes
39
- ------------- | ------------- | ------------- | -------------
40
- **callId** | **String**| |
41
-
42
- ### Return type
43
-
44
- **Object**
45
-
46
- ### Authorization
47
-
48
- No authorization required
49
-
50
- ### HTTP request headers
51
-
52
- - **Content-Type**: Not defined
53
- - **Accept**: application/json
54
-
55
-
56
- ## joinCallJoinCallCallIdPost
57
-
58
- > Object joinCallJoinCallCallIdPost(callId)
59
-
60
- Join Call
61
-
62
- ### Example
63
-
64
- ```javascript
65
- import FastApi from 'fast_api';
66
-
67
- let apiInstance = new FastApi.CallsApi();
68
- let callId = "callId_example"; // String |
69
- apiInstance.joinCallJoinCallCallIdPost(callId, (error, data, response) => {
70
- if (error) {
71
- console.error(error);
72
- } else {
73
- console.log('API called successfully. Returned data: ' + data);
74
- }
75
- });
76
- ```
77
-
78
- ### Parameters
79
-
80
-
81
- Name | Type | Description | Notes
82
- ------------- | ------------- | ------------- | -------------
83
- **callId** | **String**| |
84
-
85
- ### Return type
86
-
87
- **Object**
88
-
89
- ### Authorization
90
-
91
- No authorization required
92
-
93
- ### HTTP request headers
94
-
95
- - **Content-Type**: Not defined
96
- - **Accept**: application/json
97
-
98
-
99
- ## startCallStartCallPost
100
-
101
- > Object startCallStartCallPost(apiModelsApiCallModelsCallRequest)
102
-
103
- Start Call
104
-
105
- ### Example
106
-
107
- ```javascript
108
- import FastApi from 'fast_api';
109
-
110
- let apiInstance = new FastApi.CallsApi();
111
- let apiModelsApiCallModelsCallRequest = new FastApi.ApiModelsApiCallModelsCallRequest(); // ApiModelsApiCallModelsCallRequest |
112
- apiInstance.startCallStartCallPost(apiModelsApiCallModelsCallRequest, (error, data, response) => {
113
- if (error) {
114
- console.error(error);
115
- } else {
116
- console.log('API called successfully. Returned data: ' + data);
117
- }
118
- });
119
- ```
120
-
121
- ### Parameters
122
-
123
-
124
- Name | Type | Description | Notes
125
- ------------- | ------------- | ------------- | -------------
126
- **apiModelsApiCallModelsCallRequest** | [**ApiModelsApiCallModelsCallRequest**](ApiModelsApiCallModelsCallRequest.md)| |
127
-
128
- ### Return type
129
-
130
- **Object**
131
-
132
- ### Authorization
133
-
134
- No authorization required
135
-
136
- ### HTTP request headers
137
-
138
- - **Content-Type**: application/json
139
- - **Accept**: application/json
140
-
@@ -1,8 +0,0 @@
1
- # FastApi.Certainty
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
-
8
-
@@ -1,12 +0,0 @@
1
- # FastApi.CreateLinkRequest
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **accountId** | **String** | |
8
- **title** | **String** | | [optional] [default to 'Secure Meeting']
9
- **requiredProofs** | **[String]** | | [optional]
10
- **e2ee** | **Boolean** | | [optional] [default to false]
11
-
12
-
@@ -1,128 +0,0 @@
1
- # FastApi.DefaultApi
2
-
3
- All URIs are relative to *http://localhost*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**getApplicationsApplicationsGet**](DefaultApi.md#getApplicationsApplicationsGet) | **GET** /applications | Get Applications
8
- [**rootGet**](DefaultApi.md#rootGet) | **GET** / | Root
9
- [**rootHealthGet**](DefaultApi.md#rootHealthGet) | **GET** /health | Root
10
-
11
-
12
-
13
- ## getApplicationsApplicationsGet
14
-
15
- > Object getApplicationsApplicationsGet()
16
-
17
- Get Applications
18
-
19
- ### Example
20
-
21
- ```javascript
22
- import FastApi from 'fast_api';
23
-
24
- let apiInstance = new FastApi.DefaultApi();
25
- apiInstance.getApplicationsApplicationsGet((error, data, response) => {
26
- if (error) {
27
- console.error(error);
28
- } else {
29
- console.log('API called successfully. Returned data: ' + data);
30
- }
31
- });
32
- ```
33
-
34
- ### Parameters
35
-
36
- This endpoint does not need any parameter.
37
-
38
- ### Return type
39
-
40
- **Object**
41
-
42
- ### Authorization
43
-
44
- No authorization required
45
-
46
- ### HTTP request headers
47
-
48
- - **Content-Type**: Not defined
49
- - **Accept**: application/json
50
-
51
-
52
- ## rootGet
53
-
54
- > Object rootGet()
55
-
56
- Root
57
-
58
- ### Example
59
-
60
- ```javascript
61
- import FastApi from 'fast_api';
62
-
63
- let apiInstance = new FastApi.DefaultApi();
64
- apiInstance.rootGet((error, data, response) => {
65
- if (error) {
66
- console.error(error);
67
- } else {
68
- console.log('API called successfully. Returned data: ' + data);
69
- }
70
- });
71
- ```
72
-
73
- ### Parameters
74
-
75
- This endpoint does not need any parameter.
76
-
77
- ### Return type
78
-
79
- **Object**
80
-
81
- ### Authorization
82
-
83
- No authorization required
84
-
85
- ### HTTP request headers
86
-
87
- - **Content-Type**: Not defined
88
- - **Accept**: application/json
89
-
90
-
91
- ## rootHealthGet
92
-
93
- > Object rootHealthGet()
94
-
95
- Root
96
-
97
- ### Example
98
-
99
- ```javascript
100
- import FastApi from 'fast_api';
101
-
102
- let apiInstance = new FastApi.DefaultApi();
103
- apiInstance.rootHealthGet((error, data, response) => {
104
- if (error) {
105
- console.error(error);
106
- } else {
107
- console.log('API called successfully. Returned data: ' + data);
108
- }
109
- });
110
- ```
111
-
112
- ### Parameters
113
-
114
- This endpoint does not need any parameter.
115
-
116
- ### Return type
117
-
118
- **Object**
119
-
120
- ### Authorization
121
-
122
- No authorization required
123
-
124
- ### HTTP request headers
125
-
126
- - **Content-Type**: Not defined
127
- - **Accept**: application/json
128
-
@@ -1,9 +0,0 @@
1
- # FastApi.HTTPValidationError
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **detail** | [**[ValidationError]**](ValidationError.md) | | [optional]
8
-
9
-
@@ -1,10 +0,0 @@
1
- # FastApi.InviteRequestModel
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **polyUserId** | **String** | |
8
- **phoneNumber** | **String** | |
9
-
10
-
@@ -1,11 +0,0 @@
1
- # FastApi.JWTRequest
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **meetingNumber** | **String** | |
8
- **role** | **Number** | |
9
- **expirationSeconds** | **Number** | | [optional]
10
-
11
-
@@ -1,162 +0,0 @@
1
- # FastApi.LinksApi
2
-
3
- All URIs are relative to *http://localhost*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**pgCreateLinkV2AppIdPut**](LinksApi.md#pgCreateLinkV2AppIdPut) | **PUT** /v2/{app_id} | Pg Create Link
8
- [**pgDeleteLinkV2AppIdLinkUuidDelete**](LinksApi.md#pgDeleteLinkV2AppIdLinkUuidDelete) | **DELETE** /v2/{app_id}/{link_uuid} | Pg Delete Link
9
- [**pgListMeetingLinksV2ListlinksAccountIdGet**](LinksApi.md#pgListMeetingLinksV2ListlinksAccountIdGet) | **GET** /v2/listlinks/{account_id} | Pg List Meeting Links
10
-
11
-
12
-
13
- ## pgCreateLinkV2AppIdPut
14
-
15
- > Object pgCreateLinkV2AppIdPut(appId, createLinkRequest, opts)
16
-
17
- Pg Create Link
18
-
19
- ### Example
20
-
21
- ```javascript
22
- import FastApi from 'fast_api';
23
-
24
- let apiInstance = new FastApi.LinksApi();
25
- let appId = new FastApi.AppId(); // AppId |
26
- let createLinkRequest = new FastApi.CreateLinkRequest(); // CreateLinkRequest |
27
- let opts = {
28
- 'clientSecret': "'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc'", // String |
29
- 'clientId': "'qxzT5xZCRmCDnvUqbnqHtw'" // String |
30
- };
31
- apiInstance.pgCreateLinkV2AppIdPut(appId, createLinkRequest, opts, (error, data, response) => {
32
- if (error) {
33
- console.error(error);
34
- } else {
35
- console.log('API called successfully. Returned data: ' + data);
36
- }
37
- });
38
- ```
39
-
40
- ### Parameters
41
-
42
-
43
- Name | Type | Description | Notes
44
- ------------- | ------------- | ------------- | -------------
45
- **appId** | [**AppId**](.md)| |
46
- **createLinkRequest** | [**CreateLinkRequest**](CreateLinkRequest.md)| |
47
- **clientSecret** | **String**| | [optional] [default to 'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc']
48
- **clientId** | **String**| | [optional] [default to 'qxzT5xZCRmCDnvUqbnqHtw']
49
-
50
- ### Return type
51
-
52
- **Object**
53
-
54
- ### Authorization
55
-
56
- No authorization required
57
-
58
- ### HTTP request headers
59
-
60
- - **Content-Type**: application/json
61
- - **Accept**: application/json
62
-
63
-
64
- ## pgDeleteLinkV2AppIdLinkUuidDelete
65
-
66
- > Object pgDeleteLinkV2AppIdLinkUuidDelete(appId, linkUuid, opts)
67
-
68
- Pg Delete Link
69
-
70
- ### Example
71
-
72
- ```javascript
73
- import FastApi from 'fast_api';
74
-
75
- let apiInstance = new FastApi.LinksApi();
76
- let appId = "appId_example"; // String |
77
- let linkUuid = "linkUuid_example"; // String |
78
- let opts = {
79
- 'clientSecret': "'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc'", // String |
80
- 'clientId': "'qxzT5xZCRmCDnvUqbnqHtw'" // String |
81
- };
82
- apiInstance.pgDeleteLinkV2AppIdLinkUuidDelete(appId, linkUuid, opts, (error, data, response) => {
83
- if (error) {
84
- console.error(error);
85
- } else {
86
- console.log('API called successfully. Returned data: ' + data);
87
- }
88
- });
89
- ```
90
-
91
- ### Parameters
92
-
93
-
94
- Name | Type | Description | Notes
95
- ------------- | ------------- | ------------- | -------------
96
- **appId** | **String**| |
97
- **linkUuid** | **String**| |
98
- **clientSecret** | **String**| | [optional] [default to 'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc']
99
- **clientId** | **String**| | [optional] [default to 'qxzT5xZCRmCDnvUqbnqHtw']
100
-
101
- ### Return type
102
-
103
- **Object**
104
-
105
- ### Authorization
106
-
107
- No authorization required
108
-
109
- ### HTTP request headers
110
-
111
- - **Content-Type**: Not defined
112
- - **Accept**: application/json
113
-
114
-
115
- ## pgListMeetingLinksV2ListlinksAccountIdGet
116
-
117
- > Object pgListMeetingLinksV2ListlinksAccountIdGet(accountId, opts)
118
-
119
- Pg List Meeting Links
120
-
121
- ### Example
122
-
123
- ```javascript
124
- import FastApi from 'fast_api';
125
-
126
- let apiInstance = new FastApi.LinksApi();
127
- let accountId = "accountId_example"; // String |
128
- let opts = {
129
- 'clientSecret': "'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc'", // String |
130
- 'clientId': "'qxzT5xZCRmCDnvUqbnqHtw'" // String |
131
- };
132
- apiInstance.pgListMeetingLinksV2ListlinksAccountIdGet(accountId, opts, (error, data, response) => {
133
- if (error) {
134
- console.error(error);
135
- } else {
136
- console.log('API called successfully. Returned data: ' + data);
137
- }
138
- });
139
- ```
140
-
141
- ### Parameters
142
-
143
-
144
- Name | Type | Description | Notes
145
- ------------- | ------------- | ------------- | -------------
146
- **accountId** | **String**| |
147
- **clientSecret** | **String**| | [optional] [default to 'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc']
148
- **clientId** | **String**| | [optional] [default to 'qxzT5xZCRmCDnvUqbnqHtw']
149
-
150
- ### Return type
151
-
152
- **Object**
153
-
154
- ### Authorization
155
-
156
- No authorization required
157
-
158
- ### HTTP request headers
159
-
160
- - **Content-Type**: Not defined
161
- - **Accept**: application/json
162
-
@@ -1,10 +0,0 @@
1
- # FastApi.NumberVerification
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **phoneNumber** | **String** | |
8
- **verificationCode** | **String** | | [optional]
9
-
10
-